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
Commit message (
Expand
)
Author
Age
*
Update service workers while the application is open.
Owen Jacobson
2025-11-28
*
Remove mostly-unsued fetch handler.
Owen Jacobson
2025-11-26
*
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
*
Remove remnant `html` class from swatch textinputs.
Owen Jacobson
2025-07-18
*
Create swatches for Svelte components.
ojacobson
2025-07-10
|
\
|
*
Do not support users entering bare HTML in swatches.
Owen Jacobson
2025-07-09
|
*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
.
Implement swatches for the existing component inventory.
Owen Jacobson
2025-07-08
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
|
|
|
|
*
Create swatch for the `Message` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
*
|
Create swatch for the `MessageInput` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
/
Create swatch for the `MessageRun` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
/
Create swatch for the `LogOut` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
*
/
Create swatch for the `LogIn` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
*
/
Create swatch for the `Invites` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
/
|
|
|
|
|
*
/
Create swatch for the `Invite` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
/
|
|
|
|
*
/
Create swatch for the `CreateConversationForm` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
/
|
|
|
*
/
Create a swatch for the `ConversationList` component.
Owen Jacobson
2025-07-08
|
|
|
|
/
|
|
*
/
Create a swatch for the `Conversation` component.
Owen Jacobson
2025-07-08
|
|
|
/
|
*
/
Add a swatch for the `ChangePassword` component.
Owen Jacobson
2025-07-08
|
|
/
|
*
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
|
*
Set up a skeleton for swatches.
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
|
*
|
Bug: the login form generates incorrect requests (once per pageview).
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
*
Suppress testing of the MessageInput's, uh, text input.
Owen Jacobson
2025-05-22
*
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
|
\
|
|
*
Don't try to update last read time for channel pages if the channel has vanis...
Owen Jacobson
2025-05-14
|
*
Move derivation of the synthesized view of channels (and messages) into `sess...
Owen Jacobson
2025-05-14
|
*
When there's no message in view, update last read time based on the channel's...
Owen Jacobson
2025-05-14
|
*
Consider when a channel was created as part of determining whether it has bee...
Owen Jacobson
2025-05-14
[next]