add new table tool
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s

This commit is contained in:
Shinuwa 2026-07-30 11:32:33 +02:00
parent 896ae23ff2
commit 025cd4bf22
19 changed files with 1336 additions and 1 deletions

View file

@ -44,7 +44,12 @@ test("style entrypoint and theme layers are wired", async () => {
assert.match(styleShell, /\.sidebar-about-link/);
assert.match(styleToolboxes, /\.module-icon-abacus/);
assert.match(styleToolboxes, /\.module-icon-calculator/);
assert.match(styleToolboxes, /\.module-icon-columns/);
assert.match(styleToolboxes, /\.module-icon-table/);
assert.match(styleToolboxes, /\.calculator-module/);
assert.match(styleToolboxes, /\.table-module/);
assert.match(styleToolboxes, /\.table-cell-input\.is-selected/);
assert.match(styleToolboxes, /\.notepad-toolbar-button\.danger/);
assert.match(styleToolboxes, /\.toolbox-icon-picker/);
assert.match(styleToolboxes, /\.toolbox-game-icon/);
assert.match(styleToolboxes, /\.toolbox-hero-link/);
@ -64,6 +69,11 @@ test("style entrypoint and theme layers are wired", async () => {
assert.match(styleIcons, /ui-icon-chevron-up/);
assert.match(styleIcons, /ui-icon-flip/);
assert.match(styleIcons, /ui-icon-add/);
assert.match(styleIcons, /ui-icon-add-row/);
assert.match(styleIcons, /ui-icon-add-column/);
assert.match(styleIcons, /ui-icon-remove-row/);
assert.match(styleIcons, /ui-icon-remove-column/);
assert.match(styleIcons, /ui-icon-table/);
assert.match(styleIcons, /ui-icon-map/);
assert.match(styleGames, /\.game-home-card/);
assert.match(styleGames, /\.game-layout/);