clean up TOTM popup. properly remember closes

This commit is contained in:
2026-05-29 11:29:50 +09:30
parent a23eda1162
commit f5034ca0bc
3 changed files with 84 additions and 64 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ export interface SettingsState {
/** One-time announcement: BS Cloud automatic settings sync (last in startup popup queue). */
bsCloudAutoSyncAnnouncementShown?: boolean;
/**
* Calendar month (`YYYY-MM`) for which the user dismissed the Theme of the Month
* popup via "Don't show again" (not a normal Close).
* Calendar month (`YYYY-MM`) for which the user closed the Theme of the Month popup.
* Cleared automatically when a new month's entry is fetched (different `month`).
*/
themeOfTheMonthDismissedMonth?: string;
/** @deprecated Migrated away; no longer read. */