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
0f47762e6d
plane
/
web
/
components
/
issues
/
issue-layouts
/
gantt
/
index.ts
4 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
dev: gantt chart revamp (#1900) * style: gantt chart polishing * chore: sidebar y-axis drag and drop * chore: remove y-axis drag and drop from the main content * refactor: drop end function * refactor: resizing logic * chore: x-axis block move * chore: x-axis block move flag * chore: update scroll end logic * style: modules gantt chart * style: block background tint * refactor: context dispatcher types * refactor: draggable component * chore: filters added to gantt chart * refactor: folder structure * style: cycle blocks * chore: move to block arrow * chore: move to block on the right side arrow * chore: added proper comments for functions * refactor: blocks render logic * fix: x-axis drag and drop * chore: minor ui fixes * chore: remove link tag from blocks --------- Co-authored-by: Aaryan Khandelwal <aaryan610@Aaryans-MacBook-Pro.local>
2023-08-28 07:55:47 +00:00
export
*
from
"./blocks"
;
dev: setup module and module filter store (#2364) * dev: implement module issues using mobx store * dev: module filter store setup * chore: module store crud operations
2023-10-04 09:51:40 +00:00
export
*
from
"./module-root"
;
dev: gantt chart implementation using MobX (#2302) * dev: fetch project gantt issues using mobx * chore: handle group by options in the kanban layout
2023-09-29 09:30:51 +00:00
export
*
from
"./root"
;
Reference in New Issue
Copy Permalink