Enhance settings page; add room management functionality with combo box integration and update rendering logic for improved usability

This commit is contained in:
Yaro Kasear 2025-06-18 15:36:34 -05:00
parent ad413c3f1b
commit ec08dd8ef1
4 changed files with 56 additions and 13 deletions

View file

@ -57,6 +57,16 @@
) }}
</div>
</div>
<div class="row">
<div class="col">
{{ combos.render_combobox(
id='room',
options=rooms,
label='Rooms',
placeholder='Add a new room'
) }}
</div>
</div>
</div>
</div>
</div>