feat: add timezone selection to workspace settings (#8248)
* feat: add timezone selection to workspace onboarding, creation and settings * refactor: remove timezone selection from workspace creation and onboarding forms
This commit is contained in:
parent
0bfb74d4c0
commit
079a624006
24 changed files with 187 additions and 131 deletions
|
|
@ -27,6 +27,7 @@ export interface IWorkspace {
|
|||
organization_size: string;
|
||||
total_projects?: number;
|
||||
role: number;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export interface IWorkspaceLite {
|
||||
|
|
@ -228,7 +229,7 @@ export interface IWorkspaceProgressResponse {
|
|||
unstarted_issues: number;
|
||||
}
|
||||
export interface IWorkspaceAnalyticsResponse {
|
||||
completion_chart: any;
|
||||
completion_chart: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export type TWorkspacePaginationInfo = TPaginationInfo & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue