styles related to #id_tray & apparatus separated out into _tray.scss; new tray.js computes the cell size of the tray grid for item organization; room.html now sports the grid as a separate div so as not to interfere w. tray styling or size; new tests in FTs.test_room_tray

This commit is contained in:
Disco DeDisco
2026-03-29 13:36:44 -04:00
parent 5f643350c5
commit 39db59c71a
6 changed files with 455 additions and 256 deletions

View File

@@ -109,7 +109,7 @@
<i class="fa-solid fa-dice-d20"></i>
</button>
</div>
<div id="id_tray" style="display:none"></div>
<div id="id_tray" style="display:none"><div id="id_tray_grid">{% for i in "12345678" %}<div class="tray-cell"></div>{% endfor %}</div></div>
</div>
{% include "apps/gameboard/_partials/_room_gear.html" %}
</div>