refactor: memory lane (#25134)

This commit is contained in:
Jason Rasmussen
2026-01-08 12:40:17 -05:00
committed by GitHub
parent 1f20b6471c
commit fbd49e0b79
9 changed files with 50 additions and 133 deletions
+3 -1
View File
@@ -15,9 +15,11 @@ import type {
export type Events = {
AppInit: [];
UserLogin: [];
AuthLogin: [LoginResponseDto];
AuthLogout: [];
AuthUserLoaded: [UserAdminResponseDto];
LanguageChange: [{ name: string; code: string; rtl?: boolean }];
ThemeChange: [ThemeSetting];