Enhance tables canvas reading states

This commit is contained in:
2026-03-21 15:08:39 +01:00
parent 7a5568f77c
commit ae582367d6
7 changed files with 327 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
namespace RolemasterDb.App.Components.Tables;
public static class TablesDensityMode
{
public const string Comfortable = "comfortable";
public const string Dense = "dense";
}