feat: refine startup announcement cards

This commit is contained in:
SethBurkart123
2026-05-23 22:53:06 +10:00
parent 0bc6beb0f1
commit 304ce2e128
5 changed files with 237 additions and 109 deletions
+2
View File
@@ -38,6 +38,8 @@ export interface SettingsState {
bsCloudAutoSyncAnnouncementShown?: boolean;
/** ID of the last Theme of the Month entry shown to the user (shows once per new entry). */
themeOfTheMonthLastSeenId?: string;
/** Permanently disables Theme of the Month startup prompts. */
themeOfTheMonthDisabled?: boolean;
timeFormat?: string;
animations: boolean;
defaultPage: string;