Commit graph

17 commits

Author SHA1 Message Date
31947c848a
Move static outside HTML. Start work on TypeScript bundle
It's not strictly HTML, so that's just correct.

This is just worth doing while building the new TypeScript bundle
2026-03-21 03:06:59 +00:00
42d9d2372d
Add initial user selector for impersonation page 2026-03-20 05:20:37 +00:00
2a207fd613
Fix updating notification counts on events 2026-03-19 17:22:58 +00:00
ee61b6d24b
Move review actions into the platform, emit events on change
Still not seeing updates in the sidebar, however.
2026-03-19 16:55:49 +00:00
3e1b56a266
Add notification count to user, populate sidebar via alpine 2026-03-13 21:22:34 +00:00
4925fe4857
Close old SSE connections, push down type strings 2026-03-13 18:21:20 +00:00
e8d865d0ab
Wire up events for creating new public reports
This involved moving a lot of stuff to the platform layer since I don't
want event interfaces leaking out.

Also this includes a fix to the user authentication which I had
previously broken by making a platform-layer user object independent of
the database layer.
2026-03-13 17:56:24 +00:00
f29047f723
Initiate events connection on all authenticated pages 2026-03-13 00:03:23 +00:00
0e4ce01776
Save sidebar state in local storage
So it stays the way I set it.
2026-03-05 23:37:51 +00:00
5e3a97272a
Nest setting object inside URL, use URL in sidebar 2026-02-25 17:21:37 +00:00
dac52a879a
Move all sync pages to authenticatedHandler
Still need to fix many templates
2026-02-24 15:34:53 +00:00
dbadb55e7c
Host our own icons, consolidate on bootstrap 1.13.1 2026-02-17 21:36:23 +00:00
d536458280
Fix sidebar tooltips so they don't show when expanded 2026-02-17 14:58:38 +00:00
161bb809b9
Make tooltips show with styling 2026-02-16 16:49:09 +00:00
420e0246ed
Fix nidus favicon when logged in 2026-02-10 17:45:46 +00:00
59076e9eb0
Add page for showing pool uploads 2026-02-07 18:26:47 +00:00
db387ad28b
Update embedded template system
Just trying to get forward motion. Currently getting a nil Tree inside
the shared template holder.
2026-02-07 17:38:49 +00:00
Renamed from html/template/sync/authenticated.html (Browse further)