Move theme controls to its own screen (#4866)

This commit is contained in:
Samuel Newman 2024-08-01 19:14:32 +02:00 committed by GitHub
parent 388c157c36
commit c78e9e3147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 204 additions and 78 deletions

View file

@ -38,6 +38,7 @@ export type CommonNavigatorParams = {
PreferencesThreads: undefined
PreferencesExternalEmbeds: undefined
AccessibilitySettings: undefined
AppearanceSettings: undefined
Search: {q?: string}
Hashtag: {tag: string; author?: string}
MessagesConversation: {conversation: string; embed?: string}