numerus/web/template
jordi fita mas 22509dd683 Implement profile menu with <details>
It works better than with the weird hover behaviour i could do in CSS,
and it already has most of the aria roles needed.

The only tricky part is to allow closing it by clicking anywhere else,
that is done by “extending” the <summary> to the whole screen, with a
lower z-index than the menu but higher than the rest of controls, that
way we force people to click on that summary.
2023-01-23 18:52:18 +01:00
..
app.html Implement profile menu with <details> 2023-01-23 18:52:18 +01:00
dashboard.html Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00
login.html Change input field to be “Material-like”, as per design 2023-01-23 00:41:54 +01:00
profile.html Change input field to be “Material-like”, as per design 2023-01-23 00:41:54 +01:00
web.html Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00