chore: onboarding (#2790)
* style: onboarding light version * style: dark mode * fix: onboarding gradient * refactor: imports * chore: add use case field in users api * feat: delete account * fix: delete modal points alignment * feat: usecase in profile * fix: build error * fix: typos & hardcoded strings --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
9d5f835bea
commit
6512b8205f
25 changed files with 2674 additions and 580 deletions
1
web/types/users.d.ts
vendored
1
web/types/users.d.ts
vendored
|
|
@ -27,6 +27,7 @@ export interface IUser {
|
|||
user_timezone: string;
|
||||
username: string;
|
||||
theme: IUserTheme;
|
||||
use_case? :string;
|
||||
}
|
||||
|
||||
export interface IInstanceAdminStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue