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:
Aaryan Khandelwal 2023-11-23 14:44:06 +05:30 committed by sriram veeraghanta
parent 3c89ef8cc3
commit db75eced0a
53 changed files with 799 additions and 625 deletions

View file

@ -209,6 +209,7 @@ export interface IIssueActivity {
updated_by: string;
verb: string;
workspace: string;
workspace_detail?: IWorkspaceLite;
}
export interface IIssueComment extends IIssueActivity {

View file

@ -27,7 +27,7 @@ export interface IUser {
user_timezone: string;
username: string;
theme: IUserTheme;
use_case? :string;
use_case?: string;
}
export interface IInstanceAdminStatus {