summaryrefslogtreecommitdiff
path: root/ui/lib/state/remote/users.svelte.js
Commit message (Collapse)AuthorAge
* Boot the client by consuming events.Owen Jacobson2025-06-20
| | | | We use the same event processing glue that the client has for keeping up with live events, which means that a significant chunk of state management code goes away entirely.
* Rather than exploding a user into properties inside `runs`, use a helper method.Owen Jacobson2025-05-08
|
* Rename `login` to `user` in the client.Owen Jacobson2025-03-24