[TASK] add search bar and improve ux #996

Merged
philipp merged 2 commits from improve-role-view into main 2025-05-07 13:06:43 +02:00
Showing only changes of commit a97d515f03 - Show all commits

View File

@ -31,7 +31,6 @@
<div class="grid md:grid-cols-3 gap-3">
{{ macros::input(label='Name (formatiert)', name='formatted_name', type='text', value=role.formatted_name) }}
{{ macros::input(label='Beschreibung', name='desc', type='text', value=role.desc) }}
<div class="flex items-end">
<input value="Ändern" type="submit" class="w-full btn btn-primary" />
</div>