Skip to content

Gantt component#6454

Merged
stsrki merged 83 commits intorel-2.0from
dev/gantt-2.0
Mar 18, 2026
Merged

Gantt component#6454
stsrki merged 83 commits intorel-2.0from
dev/gantt-2.0

Conversation

@stsrki
Copy link
Copy Markdown
Collaborator

@stsrki stsrki commented Mar 10, 2026

This PR introduces a new Gantt component for Blazorise. It adds a hierarchical tree-and-timeline task view with
declarative columns and views, built-in editing, drag interactions, sorting, keyboard navigation, WBS support, and toolbar
and column-picker controls, localization, and initial test coverage, while also allowing consumers to keep persistence
and edit handling in external callbacks/APIs.

@njannink
Copy link
Copy Markdown
Contributor

Test 12-03-2026

General findings

  • When adding a child doesn't it make sense to add it to the end of the list of current children and default start date-time the end date-time of the last child
  • Option to change the order of children and or sort it by start date-time
  • Gantt (external editing): Delete has no confirm dialog kind of dangerous

Provider specific UI

  • AntDesign
  • Bootstrap
  • Bootstrap Server
  • Bootstrap5
  • Bulma
    • Progress slider very short and Duration up/down looks weird
    image
  • FluentUI2
  • Material
  • Tailwind
    • Next/previous button sizes
    • Horizontal scrollbar always visible
    • Invisible progress bar is task dialog
      image
    • Auras around buttons <> and +

@stsrki
Copy link
Copy Markdown
Collaborator Author

stsrki commented Mar 12, 2026

  • When adding a child doesn't it make sense to add it to the end of the list of current children and default start date-time the end date-time of the last child

This can be improved, yes.

As for the other things mentioned, they are out of the scope of work, but I can see which are easy to do.

@stsrki stsrki mentioned this pull request Mar 18, 2026
@stsrki stsrki merged commit e3f5460 into rel-2.0 Mar 18, 2026
2 checks passed
@stsrki stsrki deleted the dev/gantt-2.0 branch March 18, 2026 09:52
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants