Add equipment planner toolbox module
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s

This commit is contained in:
Shinuwa 2026-08-09 10:03:55 +02:00
parent ac33a55c8b
commit d53d4160af
33 changed files with 3522 additions and 20 deletions

View file

@ -78,6 +78,7 @@ test("style entrypoint and theme layers are wired", async () => {
assert.match(styleIcons, /ui-icon-grab/);
assert.match(styleIcons, /ui-icon-shield/);
assert.match(styleIcons, /ui-icon-gun/);
assert.match(styleToolboxes, /module-icon-chest-armor/);
assert.match(styleToolboxes, /\.combo-hold-controls/);
assert.match(styleToolboxes, /\.combo-input-direction/);
assert.match(styleToolboxes, /\.combo-device-n64\.combo-value-stick-up/);