Bluesky app fork with some witchin' additions 💫

Add DeerSettings to routes/types & edit readme

xan.lol c4f00324 bdb1b75b

verified
+8 -4
+7 -4
README.md
··· 76 76 - [ ] ./src/lib/styles.ts (change likes color, remove gradient from new skeet button) 77 77 - [ ] ./src/style.css (change links color) 78 78 - [ ] ./assets/app-icons/ (change new bksy logos to fit Bitchsky -remove from social embed!) 79 + - [ ] social embed stuff (bitchsky logo in image with jollywhoppers logo, use bitchsky logo) 79 80 - [ ] Setup App Linking for Android (.well-known w/ app package fingerprint) 80 - - [ ] Automatic PDS detection like other social-app forks 81 + - [ ] Automatic PDS detection like other social-app forks (fallback/email addresses to use bitchsky.social) 81 82 - [ ] Like of or repost of repost icons from blacksky 82 83 - [ ] Change followed accounts [on onboarding](https://github.com/blacksky-algorithms/blacksky.community/commit/e36ee43efb4999f070860d7f70122e45b28c1e2b) 83 84 - [ ] Change ChatEmptyPill things for English locale ··· 86 87 - [ ] Additional translation service providers + setting (Deepl, Kagi) 87 88 - [ ] Collapse labels past the 1st (or 2nd,...; customizable) from the same labeler into a labeler clip of the same style "(+)" 88 89 - [ ] Move Mutuals label to the follow button 89 - - [ ] New fun language/locale(s) 90 - - [ ] Bitchsky PDS and .social site 90 + - [ ] New fun language/locale(s) like Minecraft 91 + - [ ] Change defaults (alt text nation, non-bsky handles, autoplay OFF, ) 92 + - [ ] Bitchsky PDS and .social site (list songs with 'bitch' in the title) 91 93 92 94 #### Bugs 93 95 94 96 - [ ] Fix app crash on tapping profile header (./src/view/com/util/UserBanner.tsx) 95 - - [ ] Fix inability to zoom in on image lightboxes 97 + - [ ] Fix regression causing zooming in to break on image lightboxes 96 98 97 99 ### Even more wishful or far off 98 100 99 101 - [ ] iOS app IPA? 102 + - [ ] Likes tab on profiles for other users 100 103 - [ ] Move from GitHub to Tangled? 101 104 - [ ] Experimental toggle between handle and DID in share links? 102 105 - [ ] Move TOS and privacy policy to Jollywhoppers website?
+1
src/lib/routes/types.ts
··· 49 49 PreferencesExternalEmbeds: undefined 50 50 AccessibilitySettings: undefined 51 51 AppearanceSettings: undefined 52 + DeerSettings: undefined 52 53 AccountSettings: undefined 53 54 PrivacyAndSecuritySettings: undefined 54 55 ActivityPrivacySettings: undefined