summaryrefslogtreecommitdiff
path: root/ui
Commit message (Collapse)AuthorAge
* Merge branch 'main' into wip/mobileKit La Touche2024-10-31
|\
| * Use the full viewport, rather than leaving a gutterOwen Jacobson2024-10-31
| |
* | Merge branch 'main' into wip/mobileKit La Touche2024-10-31
|\|
| * Fix scrolling new messages into view, and layout of the bottom edge of ↵Owen Jacobson2024-10-31
| | | | | | | | message runs.
* | Do some toast notificatingKit La Touche2024-10-31
| |
* | Rearrange DOM because Owen asked me toKit La Touche2024-10-31
| |
* | Futz with layout a bitKit La Touche2024-10-31
| |
* | Merge branch 'main' into wip/mobileKit La Touche2024-10-30
|\|
| * Nicer marginsOwen Jacobson2024-10-30
| |
| * Coalesce adjacent messages by the same author into runs, to consolidate ↵Owen Jacobson2024-10-30
| | | | | | | | message display.
| * Don't leave field binding vars uninitialized.Owen Jacobson2024-10-30
| | | | | | | | | | | | This was causing problems for changing passwords: if the user didn't type anything in the "original password" field, the code path to sending that field to the server was just straight-up omitting the field from the message, rather than setting it to empty string, causing a 422 Unprocessable Entity. On investigation we had latent bugs related to this in a bunch of spots.
* | Correct badly resolved mergeKit La Touche2024-10-30
| |
* | Merge branch 'main' into wip/mobileKit La Touche2024-10-30
|\|
| * Incrementally less jank invite listing.Owen Jacobson2024-10-29
| |
| * Add `change password` UI + API.Owen Jacobson2024-10-29
| | | | | | | | The protocol here re-checks the caller's password, as a "I left myself logged in" anti-pranking check.
* | Add more mobile stylingKit La Touche2024-10-30
| |
* | Calculate layout height more betterlyKit La Touche2024-10-30
| |
* | Merge branch 'main' into wip/mobileKit La Touche2024-10-25
|\|
| * Take a swing at putting an invite UI in place.Owen Jacobson2024-10-25
| |
* | Tweak header bar positionKit La Touche2024-10-25
| |
* | Merge branch 'main' into wip/mobileKit La Touche2024-10-23
|\|
| * Get loaded data using `export let data`, instead of fishing around in $page.Owen Jacobson2024-10-17
| | | | | | | | | | | | This is mostly a how-to-Svelte thing. I've also made the API responses for invites a bit more caller-friendly by flattening them and adding the ID field into them. The ID is redundant (the client knows it because the client has the invitation URL), but it makes presenting invitations and actioning them a bit easier.
* | Do a big mobile app design thingKit La Touche2024-10-23
|/ | | | | | Mobile-friendly anyway. Thanks to [Miriam](https://www.miriamsuzanne.com/) for the CSS that enables a sliding menu on mobile size, constant menu on larger.
* Initial invite accept UIOwen Jacobson2024-10-12
|
* Return a distinct error when an invite username is in use.Owen Jacobson2024-10-11
| | | | I've also aligned channel creation with this (it's 409 Conflict). To make server setup more distinct, it now returns 503 Service Unavailable if setup has not been completed.
* Stop creating accounts during login.Owen Jacobson2024-10-11
|
* Provide a separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11
|
* Move login to its own route.Owen Jacobson2024-10-11
| | | | This - in passing - fixes the problem where the client failed to subscribe after logging in, by causing the whole subscription process to be re-run when returning to the main interface.
* Compute the active channel from the current routing state, not from a store.Owen Jacobson2024-10-10
|
* Hoist the UI one step up furtherOwen Jacobson2024-10-10
|
* Remove redundancy in `hi-ui` directory name.Owen Jacobson2024-10-10