Commit graph

3 commits

Author SHA1 Message Date
f9d188b2ba Remove unused <style> blocks
All checks were successful
/ build (push) Successful in 1m38s
/ deploy (push) Successful in 16s
2025-09-20 20:44:17 +02:00
0083696343 Fix unscoped CSS leaking out
The missing scoped attribute cause h2 headers to no longer have the
expected top margin.  Fix by adding the intended scope attribute.
2025-09-20 20:43:11 +02:00
d006be251c Create a per-user admin page to inspect users
Add page to allow admins to inspect all of the details stored on the
server of a user account.  For now this is just the UserDetails, but
in the future this is planned to be expanded to also show sessions
and logs.
2025-09-06 15:16:02 +02:00