feat: add 6 new bottom nav buttons (#3011)

This commit is contained in:
TAKAHASHI Shuuji 2024-10-21 17:48:06 +09:00 committed by GitHub
parent 78b013dc0f
commit ae1da4c3e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 87 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export type OldFontSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
export type ColorMode = 'light' | 'dark' | 'system'
export type NavButtonName = 'home' | 'search' | 'notification' | 'mention' | 'explore' | 'local' | 'federated' | 'moreMenu'
export type NavButtonName = 'home' | 'search' | 'notification' | 'mention' | 'favorite' | 'bookmark' | 'compose' | 'explore' | 'local' | 'federated' | 'list' | 'hashtag' | 'setting' | 'moreMenu'
export interface PreferencesSettings {
hideAltIndicatorOnPosts: boolean