summaryrefslogtreecommitdiff
path: root/ui
Commit message (Expand)AuthorAge
...
| * Dim out placeholder text.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
* | Remove code block borders.Owen Jacobson2025-05-08
* | Make rules targeting inline code more specific.Owen Jacobson2025-05-08
* | Prevent double-indenting of the first line of a code block.Owen Jacobson2025-05-08
* | Stlye headings, as well.Owen Jacobson2025-05-08
* | Fix horizontal padding on inline codeKit La Touche2025-05-08
* | Apply rounded borders to inline code inside list elements.Owen Jacobson2025-05-08
* | Provide conventional text styling for message bodies.Owen Jacobson2025-05-08
|/
* Merge branch 'prop/outbox-message-ui'Owen Jacobson2025-05-08
|\
| * 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
| * Use a more targetted selector to control link text colours inside of messages.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
| * Warn the user before navigating away, when the outbox has messages in it.Owen Jacobson2025-05-05
| * Send messages through an outbox, rather than sending them to the API directly...Owen Jacobson2025-05-02
* | Split up link colours and use fewer wildcard patterns to re-style them.Owen Jacobson2025-05-06
* | Don't try to scroll the last message into view when there is no last message.Owen Jacobson2025-05-05
|/
* 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
* | Show never-read channels as unread, not fully read.Owen Jacobson2025-04-23
| |
| \
*-. \ * Adjust the contrast of the active and hovered items in the channel sidebar.Owen Jacobson2025-04-23
|\ \ \ | |_|/ |/| |
| | * Force the text colour for links in the channel list to something with decent ...Owen Jacobson2025-04-21
| |/ |/|
| * 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
* Merge remote-tracking branch 'origin/prop/fix-scroll'Owen Jacobson2025-02-25
|\
| * Don't scroll all the time as messages are addedKit La Touche2025-02-25
* | Remove forced `are you sure` prompt when navigating away.Owen Jacobson2025-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
| * Only redirect to last active channel off of /Kit La Touche2025-02-21
| * Merge branch 'main' into prop/preserve-stateKit La Touche2025-02-21
| |\
| * | Only check for message visibility while a channel is actually attached to the...Owen Jacobson2025-02-20
| * | 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