refactor: bulk bar — two-row layout, better contrast, controls only when active
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user