summaryrefslogtreecommitdiff
path: root/ui/lib
Commit message (Expand)AuthorAge
* Factor data-to-JSON-string construction out of stitches.Owen Jacobson2025-08-21
* Render message markdown to HTML inside of `<Message />`.Owen Jacobson2025-08-19
* Create swatches for Svelte components.ojacobson2025-07-10
|\
| * Event capture and display tools.Owen Jacobson2025-07-08
| * Create "derivers," as an exception-free option for working with structured da...Owen Jacobson2025-07-08
* | Remove container divs for `MessageInput` and `CreateConversationForm`.ojacobson2025-07-09
|\ \
| * | A few semantically-thin wrapper divs.Owen Jacobson2025-07-08
| * | Move container divs for components into those components.Owen Jacobson2025-07-08
* | | Stop sending `{}` to the `/api/auth/login` endpoint when the login form hasn'...ojacobson2025-07-09
|\ \ \ | |_|/ |/| |
| * | Set non-`undefined` initial values for the login form.Owen Jacobson2025-07-08
| |/
* / Remove the (entirely unused and unusable) `body` property from `Message`.Owen Jacobson2025-07-08
|/
* Rename "channel" to "conversation" throughout the client.Owen Jacobson2025-07-03
* Move the `/ch` channel view to `/c` (for conversation).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
* 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
|\