Add shared recent tables state

This commit is contained in:
2026-03-21 13:53:56 +01:00
parent 8b2984e7bd
commit 40b01d707f
6 changed files with 139 additions and 1 deletions

View File

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