* chore: added issue relations in issue listing * chore: added pagination for issue detail endpoint * chore: bulk date update endpoint * chore: appended the target date * chore: issue relation new types defined * fix: order by and issue filters * fix: passed order by in pagination * chore: changed the key for issue dates * Revamp Timeline Layout * fix block dragging * minor ui fixes * improve auto scroll UX * remove unused import * fix timeline layout heights * modify base timeline store * Segregate issue relation types --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
export const BLOCK_HEIGHT = 44;
|
|
|
|
export const HEADER_HEIGHT = 48;
|
|
|
|
export const GANTT_BREADCRUMBS_HEIGHT = 40;
|
|
|
|
export const SIDEBAR_WIDTH = 360;
|
|
|
|
export const GANTT_SELECT_GROUP = "gantt-issues";
|