Keep things more consistent with deer-social/social-app, make images higher quality in more places, re-add direct quote fetching, fix some icons, and make some more tweaks.
···7777- Stay away from PRs like...
7878 - Changing "Post" to "Skeet."
7979 - Refactoring the codebase, e.g., to replace React Query with Redux Toolkit or something.
8080- - Adding entirely new features without prior discussion.
8080+- Include a new toggle and preference for your feature.
81818282If we don't merge your PR for whatever reason, you are welcome to fork and/or self host:
8383
+1-1
src/Navigation.tsx
···8888import {AppIconSettingsScreen} from '#/screens/Settings/AppIconSettings'
8989import {AppPasswordsScreen} from '#/screens/Settings/AppPasswords'
9090import {ContentAndMediaSettingsScreen} from '#/screens/Settings/ContentAndMediaSettings'
9191+import {DeerSettingsScreen} from '#/screens/Settings/DeerSettings'
9192import {ExternalMediaPreferencesScreen} from '#/screens/Settings/ExternalMediaPreferences'
9293import {FollowingFeedPreferencesScreen} from '#/screens/Settings/FollowingFeedPreferences'
9394import {InterestsSettingsScreen} from '#/screens/Settings/InterestsSettings'
···109110} from '#/components/dialogs/EmailDialog'
110111import {router} from '#/routes'
111112import {Referrer} from '../modules/expo-bluesky-swiss-army'
112112-import {DeerSettingsScreen} from './screens/Settings/DeerSettings'
113113import {LegacyNotificationSettingsScreen} from './screens/Settings/LegacyNotificationSettings'
114114import {NotificationSettingsScreen} from './screens/Settings/NotificationSettings'
115115import {LikeNotificationSettingsScreen} from './screens/Settings/NotificationSettings/LikeNotificationSettings'
···3535import {toShareUrl} from '#/lib/strings/url-helpers'
3636import {getTranslatorLink} from '#/locale/helpers'
3737import {logger} from '#/logger'
3838-import {isWeb} from '#/platform/detection'
3938import {type Shadow} from '#/state/cache/post-shadow'
4039import {useProfileShadow} from '#/state/cache/profile-shadow'
4140import {useFeedFeedbackContext} from '#/state/feed-feedback'