mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
* fix timeline scroll to the right in some cases (cherry picked from commit17043a6c7f) * add get position based on Date (cherry picked from commit2fbe22d689) * Add sticky block name to enable it to be read throughout the block regardless of scroll position (cherry picked from commit447af2e05a) * Enable blocks to have a single date on the block charts (cherry picked from commitcb055d566b) * revert back date-range changes * change gradient of half blocks on Timeline * Add instance Id for Timeline Sidebar dragging to avoid enabling dropping of other drag instances * fix timeline scrolling height
12 lines
237 B
TypeScript
12 lines
237 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 DEFAULT_BLOCK_WIDTH = 60;
|
|
|
|
export const GANTT_SELECT_GROUP = "gantt-issues";
|