-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev: gantt chart revamp #1900
Merged
Merged
dev: gantt chart revamp #1900
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 9 Ignored Deployments
|
sriramveeraghanta
approved these changes
Aug 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces new features and several improvements to enhance the functionality and user experience of the Gantt chart component.
New features
1. X-axis block move
Users can move a block in the x-axis to the change the start and due dates of the block.
Screen.Recording.2023-08-28.at.12.53.31.PM.mov
2. Navigate to a hidden block
If a block is hidden on either side of the screen, an arrow will appear, clicking on that arrow will scroll the chart to that particular block. This reduces the effort and time required to search for a block by manually scrolling.
Screen.Recording.2023-08-28.at.12.57.26.PM.mov
3. Sidebar
Users can see all the issues in a list form on the sidebar.
4. Y-axis reordering
Users can reorder the blocks along the y-axis from the sidebar simply by dragging
Screen.Recording.2023-08-28.at.1.00.46.PM.mov
5. Filters can now be applied when on the Gantt chart view
Screen.Recording.2023-08-28.at.1.05.05.PM.mov
Other improvements