summaryrefslogtreecommitdiff
path: root/ui/lib/session.svelte.js
Commit message (Expand)AuthorAge
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Render message markdown to HTML inside of `<Message />`.Owen Jacobson2025-08-19
* Rename "channel" to "conversation" throughout the client.Owen Jacobson2025-07-03
* Replace `channel` with `conversation` throughout the API.Owen Jacobson2025-07-03
* Boot the client by consuming events.Owen Jacobson2025-06-20
* tools/reformatOwen Jacobson2025-06-11
* Avoid converting DateTime values into numbersOwen Jacobson2025-05-15
* Fix up spots where we still tried to treat `remote.channels.all` as a map.Owen Jacobson2025-05-15
* Move derivation of the synthesized view of channels (and messages) into `sess...Owen Jacobson2025-05-14
* When booting a session, retry every five seconds if unable to send the request.Owen Jacobson2025-04-22
* Restart the event connection if heartbeats stop showing up.Owen Jacobson2025-04-08
* Rename `login` to `user` in the client.Owen Jacobson2025-03-24
* Track state on a per-session basis, rather than via globals.Owen Jacobson2025-02-26