index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
lib
Commit message (
Expand
)
Author
Age
*
Stop sending `{}` to the `/api/auth/login` endpoint when the login form hasn'...
ojacobson
2025-07-09
|
\
|
*
Set non-`undefined` initial values for the login form.
Owen Jacobson
2025-07-08
*
|
Remove the (entirely unused and unusable) `body` property from `Message`.
Owen Jacobson
2025-07-08
|
/
*
Rename "channel" to "conversation" throughout the client.
Owen Jacobson
2025-07-03
*
Move the `/ch` channel view to `/c` (for conversation).
Owen Jacobson
2025-07-03
*
Replace `channel` with `conversation` throughout the API.
Owen Jacobson
2025-07-03
*
Boot the client by consuming events.
Owen Jacobson
2025-06-20
*
tools/reformat
Owen Jacobson
2025-06-11
*
Use browser-native methods to hide elements, not CSS alone.
Owen Jacobson
2025-05-22
*
Merge branch 'prop/unread-channels'
Owen Jacobson
2025-05-16
|
\
|
*
Avoid converting DateTime values into numbers
Owen Jacobson
2025-05-15
|
*
Fix up spots where we still tried to treat `remote.channels.all` as a map.
Owen Jacobson
2025-05-15
*
|
Merge remote-tracking branch 'codeberg/prop/unread-channels'
Owen Jacobson
2025-05-16
|
\
|
|
*
Move derivation of the synthesized view of channels (and messages) into `sess...
Owen Jacobson
2025-05-14
|
*
Track created-at times for each channel.
Owen Jacobson
2025-05-13
*
|
Restore the placeholder when the editable input is emptied out after modifica...
Owen Jacobson
2025-05-13
*
|
Support non-mouse accessibility.
Owen Jacobson
2025-05-13
*
|
Make the resulting form more amenable to normal DOM operations.
Owen Jacobson
2025-05-13
*
|
Implement the disabled state:
Owen Jacobson
2025-05-13
*
|
Send multi-line messages as multiple lines.
Owen Jacobson
2025-05-13
*
|
Fix up input to be a contenteditable div
Kit La Touche
2025-05-11
|
/
*
Rather than exploding a user into properties inside `runs`, use a helper method.
Owen Jacobson
2025-05-08
*
Render messages as ghosts when there's a pending delete, too.
Owen Jacobson
2025-05-06
*
Render "ghost" messages for unsent messages.
Owen Jacobson
2025-05-06
*
Un-nest `Message` from `MessageRun`.
Owen Jacobson
2025-05-06
*
Don't retry operations where we received an unacceptable response.
Owen Jacobson
2025-05-05
*
Use the outbox for more than just message sends.
Owen Jacobson
2025-05-05
*
Send messages through an outbox, rather than sending them to the API directly...
Owen Jacobson
2025-05-02
*
Retry boot every five seconds.
Owen Jacobson
2025-04-23
|
\
|
*
Naming improvements c/o Kit
Owen Jacobson
2025-04-23
|
*
When booting a session, retry every five seconds if unable to send the request.
Owen Jacobson
2025-04-22
*
|
Remove trailing space
Kit La Touche
2025-04-22
*
|
Add the following attributes to all markdown-generated links:
Owen Jacobson
2025-04-21
|
/
*
Restart the event connection if heartbeats stop showing up.
Owen Jacobson
2025-04-08
*
Remove stray debug output
Owen Jacobson
2025-04-04
*
Merge branch 'prop/rename-login-to-user'
Owen Jacobson
2025-04-03
|
\
|
*
Rename `login` to `user` in the client.
Owen Jacobson
2025-03-24
*
|
Decode stored channel state as JSON. (Oops.)
Owen Jacobson
2025-04-03
|
/
*
Track state on a per-session basis, rather than via globals.
Owen Jacobson
2025-02-26
*
Split Markdown rendering out into its own JS module.
Owen Jacobson
2025-02-25
*
Don't scroll all the time as messages are added
Kit La Touche
2025-02-25
*
Merge branch 'prop/preserve-state'
Owen Jacobson
2025-02-24
|
\
|
*
npm run fmt
Owen Jacobson
2025-02-24
|
*
Move constant closer to usage
Owen Jacobson
2025-02-24
|
*
Merge branch 'main' into prop/preserve-state
Kit La Touche
2025-02-21
|
|
\
|
*
|
Remove explanatory comment
Kit La Touche
2025-02-20
|
*
|
Remember last active channel and navigate there on root load
Kit La Touche
2025-02-20
|
*
|
Separate channel metadata out into its own store
Kit La Touche
2025-02-20
|
*
|
Merge local channel data and remote to maintain state
Kit La Touche
2025-02-20
*
|
|
Hoist global state access out of individual components.
Owen Jacobson
2025-02-21
|
|
/
|
/
|
[next]