Fixes #53! Just adds pronouns and website to the list of candidates for whether a profile is dirty. Pretty simple fix!
+3
-1
Diff
round #0
+3
-1
src/screens/Profile/Header/EditProfileDialog.tsx
+3
-1
src/screens/Profile/Header/EditProfileDialog.tsx
···
145
145
displayName !== initialDisplayName ||
146
146
description !== initialDescription ||
147
147
userAvatar !== profile.avatar ||
148
-
userBanner !== profile.banner
148
+
userBanner !== profile.banner ||
149
+
pronouns !== initialPronouns ||
150
+
website !== initialWebsite
149
151
150
152
const enableSquareAvatars = useEnableSquareAvatars()
151
153
History
2 rounds
2 comments
lemmaeof.gay
submitted
#1
4 commits
expand
collapse
check for dirty pronouns and website when updating profile
check for dirty pronouns and website when updating profile
Signed-off-by: lemmaeof.gay <6722691+LemmaEOF@users.noreply.github.com>
allow submitting an empty website field
allow submitting an empty website field
Signed-off-by: lemmaeof.gay <drabber-tic.0s@icloud.com>
expand 0 comments
closed without merging
lemmaeof.gay
submitted
#0
1 commit
expand
collapse
check for dirty pronouns and website when updating profile
expand 2 comments
decades-old software term for data that has been edited in memory but not committed to a database yet, I don't know the full etymology
why is it called dirty