| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: !WIP sign-up page test | ivarlovlie | 2022-10-03 | 2 | -29/+44 |
| | | | | | WIP because playwright currently does not pick up on ts paths | ||||
| * | fix: Minor design fix | ivarlovlie | 2022-10-03 | 1 | -2/+1 |
| | | |||||
| * | feat: Hide sidebar search | ivarlovlie | 2022-10-03 | 1 | -4/+4 |
| | | |||||
| * | feat: Fully functioning i18n | ivarlovlie | 2022-10-03 | 3 | -25/+35 |
| | | |||||
| * | feat/refactor: Initial surroundings for (app) and normalise icon names | ivarlovlie | 2022-10-02 | 9 | -260/+328 |
| | | |||||
| * | feat: Revert to using built-in fetch since we are not required to use https ↵ | ivarlovlie | 2022-10-01 | 1 | -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 api | ivarlovlie | 2022-10-01 | 1 | -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 sites | ivarlovlie | 2022-10-01 | 6 | -82/+178 |
| | | |||||
| * | feat: !WIP Enable an alert to be shown on mount | ivarlovlie | 2022-09-29 | 1 | -9/+9 |
| | | |||||
| * | feat: !WIP Implement password reset request fulfillment | ivarlovlie | 2022-09-29 | 2 | -0/+132 |
| | | |||||
| * | feat: Show an 503 message if GET /valid-session fails | ivarlovlie | 2022-09-29 | 1 | -2/+8 |
| | | |||||
| * | feat: Make buildable | ivarlovlie | 2022-09-29 | 1 | -83/+151 |
| | | |||||
| * | refactor: Transition back to non-namespaced i18n | ivarlovlie | 2022-09-29 | 4 | -46/+50 |
| | | |||||
| * | refactor: Check session and redirect server side | ivarlovlie | 2022-09-29 | 4 | -41/+22 |
| | | |||||
| * | refactor: !WIP Use i18n namespaces | ivarlovlie | 2022-09-28 | 3 | -59/+48 |
| | | |||||
| * | refactor: Streamline public route names | ivarlovlie | 2022-09-28 | 4 | -5/+5 |
| | | |||||
| * | refactor: Rename to signin | ivarlovlie | 2022-09-28 | 2 | -1/+1 |
| | | |||||
| * | refactor: Use new form components | ivarlovlie | 2022-09-28 | 1 | -70/+41 |
| | | |||||
| * | refactor: Freshen up /book | ivarlovlie | 2022-09-28 | 3 | -13/+28 |
| | | |||||
| * | feat: Add input component | ivarlovlie | 2022-09-28 | 1 | -0/+48 |
| | | |||||
| * | fix: Align public route checking with new layout groups | ivarlovlie | 2022-09-28 | 1 | -3/+1 |
| | | |||||
| * | feat: Add switch component | ivarlovlie | 2022-09-28 | 2 | -0/+33 |
| | | |||||
| * | feat: Support loading buttons | ivarlovlie | 2022-09-28 | 1 | -3/+5 |
| | | |||||
| * | feat: Introduce some nicer colors | ivarlovlie | 2022-09-28 | 1 | -1/+1 |
| | | |||||
| * | feat: Move frontend into layout group (main) | ivarlovlie | 2022-09-27 | 14 | -10/+43 |
| | | | | | This enables /book to load without the usual layout (app layout) | ||||
| * | feat: More complete alert | ivarlovlie | 2022-09-25 | 2 | -1/+13 |
| | | |||||
| * | feat: Safelist all classes needed for alerts | ivarlovlie | 2022-09-25 | 6 | -18/+100 |
| | | |||||
| * | feat: Implement functionality for requesting password resets | ivarlovlie | 2022-09-24 | 1 | -10/+93 |
| | | |||||
| * | refactor: Update i18n calls | ivarlovlie | 2022-09-24 | 1 | -31/+69 |
| | | |||||
| * | feat: Add LocaleSwitcher globally | ivarlovlie | 2022-09-24 | 1 | -8/+18 |
| | | |||||
| * | feat: Loading locales now work, needs a bit of a polish | ivarlovlie | 2022-09-20 | 5 | -7/+24 |
| | | |||||
| * | feat: Move old apps into it's own directory | ivarlovlie | 2022-09-20 | 8 | -0/+420 |
