chore: deactivate user option added (#2841)
* dev: deactivate user option added * chore: new layout for profile settings * fix: build errors * fix: user profile activity
This commit is contained in:
parent
3c89ef8cc3
commit
db75eced0a
53 changed files with 799 additions and 625 deletions
1
web/types/issues.d.ts
vendored
1
web/types/issues.d.ts
vendored
|
|
@ -209,6 +209,7 @@ export interface IIssueActivity {
|
|||
updated_by: string;
|
||||
verb: string;
|
||||
workspace: string;
|
||||
workspace_detail?: IWorkspaceLite;
|
||||
}
|
||||
|
||||
export interface IIssueComment extends IIssueActivity {
|
||||
|
|
|
|||
2
web/types/users.d.ts
vendored
2
web/types/users.d.ts
vendored
|
|
@ -27,7 +27,7 @@ export interface IUser {
|
|||
user_timezone: string;
|
||||
username: string;
|
||||
theme: IUserTheme;
|
||||
use_case? :string;
|
||||
use_case?: string;
|
||||
}
|
||||
|
||||
export interface IInstanceAdminStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue