| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Take a swing at putting an invite UI in place. | Owen Jacobson | 2024-10-25 |
| | | |||
| * | Get loaded data using `export let data`, instead of fishing around in $page. | Owen Jacobson | 2024-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. | ||
| * | Initial invite accept UI | Owen Jacobson | 2024-10-12 |
| | | |||
| * | Return a distinct error when an invite username is in use. | Owen Jacobson | 2024-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 Jacobson | 2024-10-11 |
| | | |||
| * | Provide a separate "initial setup" endpoint that creates a user. | Owen Jacobson | 2024-10-11 |
| | | |||
| * | Move login to its own route. | Owen Jacobson | 2024-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 Jacobson | 2024-10-10 |
| | | |||
| * | Hoist the UI one step up further | Owen Jacobson | 2024-10-10 |
| | | |||
| * | Remove redundancy in `hi-ui` directory name. | Owen Jacobson | 2024-10-10 |
