aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/(app)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove duplicated notificationivarlovlie2022-12-131-6/+0
|
* feat: A whole slew of thingsivarlovlie2022-12-132-101/+97
| | | | | | | | | - Use a md5 hash of the session cookie value as key for session validity check - Introduce global state - Introduce a common interface for form logic, and implement it on the sign-in form - Introduce static resolve() on all services instead of new-upping all over. - Implement /portal on the frontend to support giving the frontend a inital context from server or anywhere. - Show a notification when users sign in for the first time after validating their email
* feat: Add frontpageivarlovlie2022-12-111-103/+107
|
* feat: Move everything out of $libivarlovlie2022-12-094-429/+459
|
* feat:Small changesivarlovlie2022-12-071-2/+1
|
* refactor: Small changesivarlovlie2022-12-051-13/+19
|
* .ivarlovlie2022-10-253-6/+218
|
* feat: !WIP start of create project pageivarlovlie2022-10-153-78/+119
|
* feat: !WIP projects tableivarlovlie2022-10-112-13/+67
| | | | | | - Sorting - Filtering - Project status badge
* feat: !WIP implement projects tableivarlovlie2022-10-091-2/+84
|
* refactor: Change file structureivarlovlie2022-10-059-0/+327