Add shared pinned tables state

This commit is contained in:
2026-03-21 13:57:16 +01:00
parent 40b01d707f
commit 58df648bd5
6 changed files with 174 additions and 2 deletions

View File

@@ -3,5 +3,6 @@ namespace RolemasterDb.App.Frontend.AppState;
public static class BrowserStorageKeys
{
public const string ThemeMode = "rolemaster.theme.mode";
public const string PinnedTables = "rolemaster.tables.pinned";
public const string RecentTables = "rolemaster.tables.recent";
}