aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components
Commit message (Collapse)AuthorAgeFilesLines
* fix: Don't change text color on focusivarlovlie2022-12-141-10/+9
|
* feat: RC notificationivarlovlie2022-12-141-16/+50
|
* feat: A whole slew of thingsivarlovlie2022-12-131-12/+12
| | | | | | | | | - 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: v1 notification completeivarlovlie2022-12-131-2/+36
|
* feat: Add initial notification componentivarlovlie2022-12-132-0/+53
|
* feat: Move everything out of $libivarlovlie2022-12-0934-0/+1695