summaryrefslogtreecommitdiff
path: root/ui/routes/(app)/c
Commit message (Collapse)AuthorAge
* Track unread conversation count in service workernotifs-behaviourKit La Touche2026-02-16
|
* Clean up service worker logicKit La Touche2026-02-11
| | | | | | | | There's an asymmetry between client/sw message passing, and push event messages. I found that out experimentally. I was also mistakenly assigning to the wrong attribute of the unread-status object. Tentatively good now, but I need real new-message-events from the server to be sure.
* Move container divs for components into those components.Owen Jacobson2025-07-08
| | | | | | The styles for the `MessageInput` and `CreateConversationForm` components assume that the container div will be present, and the components will not render as intended without them. Therefore: they are "part of" the component in most of the ways that matter, not part of the context in which the component is used. Moving the divs into the component will make it easier to reuse these components (for example, in swatches). The diff for this looks worse than it is because of indentation changes.
* Rename "channel" to "conversation" throughout the client.Owen Jacobson2025-07-03
| | | | Existing client state, stored in local storage, is migrated to new keys (that mention "conversation" instead of "channel" where appropriate) the first time the client loads.
* Move the `/ch` channel view to `/c` (for conversation).Owen Jacobson2025-07-03