feat: init
This commit is contained in:
11
apps/web/core/components/gantt-chart/constants.ts
Normal file
11
apps/web/core/components/gantt-chart/constants.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const BLOCK_HEIGHT = 44;
|
||||
|
||||
export const HEADER_HEIGHT = 48;
|
||||
|
||||
export const GANTT_BREADCRUMBS_HEIGHT = 40;
|
||||
|
||||
export const SIDEBAR_WIDTH = 360;
|
||||
|
||||
export const DEFAULT_BLOCK_WIDTH = 60;
|
||||
|
||||
export const GANTT_SELECT_GROUP = "gantt-issues";
|
||||
Reference in New Issue
Block a user