[WEB-2431] chore: profile settings page UI improvement (#5838)

* [WEB-2431] chore: timezone and language management.

* chore: remove project level timezone changes.

* chore: minor UI improvement.

* chore: minor improvements
This commit is contained in:
Prateek Shourya 2024-10-17 17:06:22 +05:30 committed by GitHub
parent e581ac890e
commit 173b49b4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1466 additions and 803 deletions

View file

@ -54,6 +54,7 @@ export interface IProject {
updated_by: string;
workspace: IWorkspace | string;
workspace_detail: IWorkspaceLite;
timezone: string;
}
export interface IProjectLite {