Move banner system to store, migrate login/register API handling to own file, display Account details on accountPage

This commit is contained in:
2024-09-19 16:20:12 +02:00
parent 5b3a753233
commit ed264ff026
19 changed files with 250 additions and 141 deletions

View File

@@ -1,6 +0,0 @@
import { BannerStateEnum } from "../enums/bannerStateEnum"
export default class BannerModel {
show: boolean = false
bannerState: BannerStateEnum = BannerStateEnum.ERROR
}