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
*
Push messaging fixes:
Owen Jacobson
2025-11-10
*
Update (most) Node dependencies.
Owen Jacobson
2025-11-09
*
De minimis "send me a notification" implementation.
Owen Jacobson
2025-11-08
*
Add a button to the client to set up a push subscription.
Owen Jacobson
2025-11-07
*
Generate, store, and deliver a VAPID key.
Owen Jacobson
2025-08-30
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Factor data-to-JSON-string construction out of stitches.
Owen Jacobson
2025-08-21
*
Render message markdown to HTML inside of `<Message />`.
Owen Jacobson
2025-08-19
*
Create swatches for Svelte components.
ojacobson
2025-07-10
|
\
|
*
Event capture and display tools.
Owen Jacobson
2025-07-08
|
*
Create "derivers," as an exception-free option for working with structured da...
Owen Jacobson
2025-07-08
*
|
Remove container divs for `MessageInput` and `CreateConversationForm`.
ojacobson
2025-07-09
|
\
\
|
*
|
A few semantically-thin wrapper divs.
Owen Jacobson
2025-07-08
|
*
|
Move container divs for components into those components.
Owen Jacobson
2025-07-08
*
|
|
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
|
\
[next]