Commit graph

17 commits

Author SHA1 Message Date
a656d45a6d
Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
ab519020fc
Swap out the rest of chi
We're now chi-free.

Not bug-free.
2026-04-01 16:57:33 +00:00
5172400803
Begin switch to gorilla/mux
I'm realizing with this code that I'm going to have a problem if I want
to do HATEOAS-style APIs. chi just doesn't do resource-oriented API
design, and I'd have to build a lot of stuff myself.

I'm in the middle of swapping out the UI. Now is the time to make the
switch.
2026-04-01 15:32:27 +00:00
0ecf9c1be1
Populate user selector 2026-03-31 23:34:03 +00:00
21b7b68f50
Get new frontend to type check clean
Epic undertaking.
2026-03-31 14:52:53 +00:00
6f9a511874
WIP of user avatar work
Switching from laptop
2026-03-29 17:09:01 -07:00
ad90f9c95e
Create API for adding an avatar to a user 2026-03-28 18:55:13 -07:00
e59794f5e0
Query for users to populate the users page 2026-03-28 14:45:49 -07:00
9921618c12
Get to where we can display something on pool review 2026-03-28 09:14:09 -07:00
ef412b28ec
Make upload GET an API request 2026-03-25 21:46:23 -07:00
b152cf9c36
Break apart the planning columns 2026-03-22 09:58:25 +00:00
82ecf0f5d1
Add URL for sending message to the list of URLs we give out 2026-03-22 07:06:50 +00:00
821647cef1
Actually fetch communication from the store 2026-03-22 03:03:21 +00:00
46edbbae74
Add Communication API to user URLs
We don't want to build URLs anywhere but in the server.
2026-03-22 01:33:14 +00:00
21180816be
Start providing organization info and URLs is user/self
The new frontend needs it to do its work.
2026-03-22 01:22:44 +00:00
42d9d2372d
Add initial user selector for impersonation page 2026-03-20 05:20:37 +00:00
3e1b56a266
Add notification count to user, populate sidebar via alpine 2026-03-13 21:22:34 +00:00