chore: show invite count bubble on preferences button (#2458)

This commit is contained in:
Aman Harwara
2023-09-01 22:31:35 +05:30
committed by GitHub
parent 4ca291291c
commit be3b904f62
20 changed files with 158 additions and 54 deletions

View File

@@ -0,0 +1,17 @@
const PREFERENCE_PANE_IDS = [
'general',
'account',
'security',
'home-server',
'vaults',
'appearance',
'backups',
'listed',
'shortcuts',
'accessibility',
'get-free-month',
'help-feedback',
'whats-new',
] as const
export type PreferencePaneId = (typeof PREFERENCE_PANE_IDS)[number]