Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

Make changing pronouns or website mark profile as dirty #58

closed opened by lemmaeof.gay targeting main from lemmaeof.gay/witchsky.app: dirty-prounouns-website

Fixes #53! Just adds pronouns and website to the list of candidates for whether a profile is dirty. Pretty simple fix!

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:fxgreqfae3vqhyjsntsikfux/sh.tangled.repo.pull/3meiszupyxc22
+3 -1
Diff #0
+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
sign up or login to add to the discussion
4 commits
expand
check for dirty pronouns and website when updating profile
check for dirty pronouns and website when updating profile
allow submitting an empty website field
allow submitting an empty website field
expand 0 comments
closed without merging
lemmaeof.gay submitted #0
1 commit
expand
check for dirty pronouns and website when updating profile
expand 2 comments

why is it called dirty

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