summaryrefslogtreecommitdiff
path: root/ui/lib
Commit message (Expand)AuthorAge
* Boot the client by consuming events.Owen Jacobson2025-06-20
* tools/reformatOwen Jacobson2025-06-11
* Use browser-native methods to hide elements, not CSS alone.Owen Jacobson2025-05-22
* Merge branch 'prop/unread-channels'Owen Jacobson2025-05-16
|\
| * 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
* | Merge remote-tracking branch 'codeberg/prop/unread-channels'Owen Jacobson2025-05-16
|\|
| * Move derivation of the synthesized view of channels (and messages) into `sess...Owen Jacobson2025-05-14
| * Track created-at times for each channel.Owen Jacobson2025-05-13
* | Restore the placeholder when the editable input is emptied out after modifica...Owen Jacobson2025-05-13
* | Support non-mouse accessibility.Owen Jacobson2025-05-13
* | Make the resulting form more amenable to normal DOM operations.Owen Jacobson2025-05-13
* | Implement the disabled state:Owen Jacobson2025-05-13
* | Send multi-line messages as multiple lines.Owen Jacobson2025-05-13
* | Fix up input to be a contenteditable divKit La Touche2025-05-11
|/
* Rather than exploding a user into properties inside `runs`, use a helper method.Owen Jacobson2025-05-08
* Render messages as ghosts when there's a pending delete, too.Owen Jacobson2025-05-06
* Render "ghost" messages for unsent messages.Owen Jacobson2025-05-06
* Un-nest `Message` from `MessageRun`.Owen Jacobson2025-05-06
* Don't retry operations where we received an unacceptable response.Owen Jacobson2025-05-05
* Use the outbox for more than just message sends.Owen Jacobson2025-05-05
* Send messages through an outbox, rather than sending them to the API directly...Owen Jacobson2025-05-02
* Retry boot every five seconds.Owen Jacobson2025-04-23
|\
| * Naming improvements c/o KitOwen Jacobson2025-04-23
| * When booting a session, retry every five seconds if unable to send the request.Owen Jacobson2025-04-22
* | Remove trailing spaceKit La Touche2025-04-22
* | Add the following attributes to all markdown-generated links:Owen Jacobson2025-04-21
|/
* Restart the event connection if heartbeats stop showing up.Owen Jacobson2025-04-08
* Remove stray debug outputOwen Jacobson2025-04-04
* Merge branch 'prop/rename-login-to-user'Owen Jacobson2025-04-03
|\
| * Rename `login` to `user` in the client.Owen Jacobson2025-03-24
* | Decode stored channel state as JSON. (Oops.)Owen Jacobson2025-04-03
|/
* Track state on a per-session basis, rather than via globals.Owen Jacobson2025-02-26
* Split Markdown rendering out into its own JS module.Owen Jacobson2025-02-25
* Don't scroll all the time as messages are addedKit La Touche2025-02-25
* Merge branch 'prop/preserve-state'Owen Jacobson2025-02-24
|\
| * npm run fmtOwen Jacobson2025-02-24
| * Move constant closer to usageOwen Jacobson2025-02-24
| * Merge branch 'main' into prop/preserve-stateKit La Touche2025-02-21
| |\
| * | Remove explanatory commentKit La Touche2025-02-20
| * | Remember last active channel and navigate there on root loadKit La Touche2025-02-20
| * | Separate channel metadata out into its own storeKit La Touche2025-02-20
| * | Merge local channel data and remote to maintain stateKit La Touche2025-02-20
* | | Hoist global state access out of individual components.Owen Jacobson2025-02-21
| |/ |/|
* | Remove stray importsOwen Jacobson2025-02-21
* | Add missing awaits on goto() callsOwen Jacobson2025-02-21
* | Be a bit more careful with the nesting of anchors and list items.Owen Jacobson2025-02-21
* | Remove unused type attribute on textareaOwen Jacobson2025-02-21
* | Split "set up the event source" and "apply events to state" from one another.Owen Jacobson2025-02-21
* | Use axios to compute event stream URL, why not.Owen Jacobson2025-02-20
|/