aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/routes
Commit message (Collapse)AuthorAgeFilesLines
* feat/refactor: Initial surroundings for (app) and normalise icon namesivarlovlie2022-10-029-260/+328
|
* feat: Revert to using built-in fetch since we are not required to use https ↵ivarlovlie2022-10-011-26/+11
| | | | | | | after all Not needing https is due to the change of api url in dev from 127.0.0.1 to localhost. Which previously gave us an incompatible cookie that would not be set on clients, since it came from an unsecure context (non-https api).
* feat: !WIP Use https when consuming dev apiivarlovlie2022-10-011-11/+24
| | | | | This is needed for go_session to be set, afaik. And it requires us to ignore self-signed check on undici when in development.
* feat: Functionality complete public sitesivarlovlie2022-10-016-82/+178
|
* feat: !WIP Enable an alert to be shown on mountivarlovlie2022-09-291-9/+9
|
* feat: !WIP Implement password reset request fulfillmentivarlovlie2022-09-292-0/+132
|
* feat: Show an 503 message if GET /valid-session failsivarlovlie2022-09-291-2/+8
|
* feat: Make buildableivarlovlie2022-09-291-83/+151
|
* refactor: Transition back to non-namespaced i18nivarlovlie2022-09-294-46/+50
|
* refactor: Check session and redirect server sideivarlovlie2022-09-294-41/+22
|
* refactor: !WIP Use i18n namespacesivarlovlie2022-09-283-59/+48
|
* refactor: Streamline public route namesivarlovlie2022-09-284-5/+5
|
* refactor: Rename to signinivarlovlie2022-09-282-1/+1
|
* refactor: Use new form componentsivarlovlie2022-09-281-70/+41
|
* refactor: Freshen up /bookivarlovlie2022-09-283-13/+28
|
* feat: Add input componentivarlovlie2022-09-281-0/+48
|
* fix: Align public route checking with new layout groupsivarlovlie2022-09-281-3/+1
|
* feat: Add switch componentivarlovlie2022-09-282-0/+33
|
* feat: Support loading buttonsivarlovlie2022-09-281-3/+5
|
* feat: Introduce some nicer colorsivarlovlie2022-09-281-1/+1
|
* feat: Move frontend into layout group (main)ivarlovlie2022-09-2714-10/+43
| | | | This enables /book to load without the usual layout (app layout)
* feat: More complete alertivarlovlie2022-09-252-1/+13
|
* feat: Safelist all classes needed for alertsivarlovlie2022-09-256-18/+100
|
* feat: Implement functionality for requesting password resetsivarlovlie2022-09-241-10/+93
|
* refactor: Update i18n callsivarlovlie2022-09-241-31/+69
|
* feat: Add LocaleSwitcher globallyivarlovlie2022-09-241-8/+18
|
* feat: Loading locales now work, needs a bit of a polishivarlovlie2022-09-205-7/+24
|
* feat: Move old apps into it's own directoryivarlovlie2022-09-208-0/+420