aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit
Commit message (Collapse)AuthorAgeFilesLines
* refactor(i18n): Minor changeivarlovlie2022-10-031-1/+1
|
* refactor: Make component representableivarlovlie2022-10-031-12/+25
|
* fix: Minor design fixivarlovlie2022-10-031-2/+1
|
* feat: Delete as deprecatedivarlovlie2022-10-031-27/+0
|
* refactor: Use location.hostname as default domainivarlovlie2022-10-031-11/+1
|
* feat: Hide sidebar searchivarlovlie2022-10-031-4/+4
|
* refactor: Get log level from env the vite wayivarlovlie2022-10-031-5/+4
|
* feat: Translate (public) pages into nbivarlovlie2022-10-036-39/+109
|
* feat: Fully functioning i18nivarlovlie2022-10-036-51/+74
|
* feat: Update packagesivarlovlie2022-10-033-156/+147
|
* refactor: Remove deprecated i18n stringsivarlovlie2022-10-023-711/+3
|
* feat/refactor: Initial surroundings for (app) and normalise icon namesivarlovlie2022-10-0221-434/+511
|
* refactor: Remove unused configuration value and functionivarlovlie2022-10-021-5/+0
|
* refactor: Use utility class to set bg colorivarlovlie2022-10-022-5/+1
|
* feat: Add my "dev" version of headlessui to implement missing featuresivarlovlie2022-10-022-1/+12
|
* 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).
* refactor: Use localhost for api urlivarlovlie2022-10-011-2/+2
|
* feat: !WIP Use https when consuming dev apiivarlovlie2022-10-012-12/+25
| | | | | 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-0113-151/+425
|
* feat: !WIP Enable an alert to be shown on mountivarlovlie2022-09-291-9/+9
|
* feat: !WIP Implement password reset request fulfillmentivarlovlie2022-09-294-1/+142
|
* 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-2912-189/+126
|
* refactor: Check session and redirect server sideivarlovlie2022-09-295-42/+24
|
* feat: Delete obsolete filesivarlovlie2022-09-294-33/+0
|
* feat: Update packagesivarlovlie2022-09-293-65/+177
|
* feat: Disable prerendering globallyivarlovlie2022-09-291-1/+4
|
* refactor: !WIP Use i18n namespacesivarlovlie2022-09-2814-871/+701
|
* feat: Expose wrapperClass as prop for putting classes on the input wrapperivarlovlie2022-09-281-1/+2
|
* 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
|
* feat: Add some missing attributesivarlovlie2022-09-281-0/+4
|
* feat: Add checkbox componentivarlovlie2022-09-281-0/+19
|
* refactor: Freshen up /bookivarlovlie2022-09-283-13/+28
|
* feat: Add input componentivarlovlie2022-09-284-0/+185
|
* feat: Update aria-enabled accordinglyivarlovlie2022-09-281-3/+3
|
* feat: Support full width buttonsivarlovlie2022-09-281-5/+5
|
* fix: Align public route checking with new layout groupsivarlovlie2022-09-281-3/+1
|
* feat: Add switch componentivarlovlie2022-09-283-0/+168
|
* feat: Support loading buttonsivarlovlie2022-09-284-15/+55
|
* refactor: Set a white backgroundivarlovlie2022-09-281-0/+4
|
* feat: Introduce some nicer colorsivarlovlie2022-09-285-19/+102
|
* feat: Move frontend into layout group (main)ivarlovlie2022-09-2718-37/+97
| | | | This enables /book to load without the usual layout (app layout)
* feat: More complete alertivarlovlie2022-09-253-68/+166
|
* feat: Safelist all classes needed for alertsivarlovlie2022-09-2514-711/+199
|
* 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
|