Refactor: renamed AccountForm to UserSettingsForm and update related actions and translations

This commit is contained in:
Knee Cola
2025-11-18 12:52:43 +01:00
parent b03f0574cd
commit be5d5074fe
8 changed files with 282 additions and 52 deletions

View File

@@ -14,8 +14,8 @@ export interface YearMonth {
month: number;
};
/** User profile data */
export interface UserProfile {
/** User settings data */
export interface UserSettings {
/** user's ID */
userId: string;
/** first name */