This website requires JavaScript.
Explore
Help
Sign In
github
/
plane
Watch
0
Star
0
Fork
1
You've already forked plane
mirror of
https://github.com/makeplane/plane
synced
2024-06-14 14:31:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b827a1af27
plane
/
web
/
components
/
gantt-chart
/
helpers
/
index.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
dev: show all issues on the gantt chart (#3487)
2024-01-30 08:55:15 +00:00
export
*
from
"./add-block"
;
chore: gantt chart resizable blocks, y-axis drag and drop (#1810) * chore: gantt chart resizable blocks * chore: right scroll added * chore: left scroll added * fix: build errors * chore: remove unnecessary console logs * chore: add block type and remove info toggle * feat: gantt chart blocks y-axis drag and drop * chore: disable drag flag * fix: y-axis drag mutation * fix: scroll container undefined error * fix: negative scroll * fix: negative scroll * style: blocks tooltip consistency
2023-08-11 10:29:13 +00:00
export
*
from
"./block-structure"
;
dev: show all issues on the gantt chart (#3487)
2024-01-30 08:55:15 +00:00
export
*
from
"./draggable"
;
Reference in New Issue
Copy Permalink