refactor: bulk bar — two-row layout, better contrast, controls only when active

This commit is contained in:
Falkan
2026-03-17 16:14:37 -04:00
parent ac6af9e90d
commit 10d94d676b
2 changed files with 73 additions and 50 deletions

View File

@@ -5,7 +5,7 @@
"label": "Blurb",
"labelPlural": "Blurbs",
"symbol": "bl",
"group": "florp",
"group": "the-third-group",
"toBase": 1
},
{
@@ -13,7 +13,7 @@
"label": "Snorp",
"labelPlural": "Snorps",
"symbol": "sn",
"group": "florp",
"group": "non-florp-units",
"toBase": 7.5
},
{
@@ -21,7 +21,7 @@
"label": "Krumble",
"labelPlural": "Krumbles",
"symbol": "kr",
"group": "florp",
"group": "the-third-group",
"toBase": 0.25
},
{
@@ -39,6 +39,18 @@
"label": "Florp Units",
"baseUnitId": "blurb",
"toUniversal": 1
},
{
"id": "non-florp-units",
"label": "The other group",
"baseUnitId": "",
"toUniversal": 1
},
{
"id": "the-third-group",
"label": "The third group",
"baseUnitId": "",
"toUniversal": 1
}
]
}