summaryrefslogtreecommitdiff
path: root/ui/lib
Commit message (Expand)AuthorAge
* 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
|/
* npm formatOwen Jacobson2025-02-15
* Add placeholder to message inputKit La Touche2025-01-28
* npm run formatOwen Jacobson2025-01-11
* Use margins, rather than alternating float/non-float elements, to lay out own...Owen Jacobson2025-01-11
* Stylize channel badgesKit La Touche2025-01-05
* A bit more stylingKit La Touche2025-01-05
* Stylize more betterKit La Touche2025-01-05
* Fix invite copy buttonKit La Touche2025-01-04
* Add username class to username spanKit La Touche2025-01-04
* Just oh so many stylesKit La Touche2025-01-01
* Strip out Tailwind etcKit La Touche2024-12-30