-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rewrite Framework #393
Merged
Merged
Rewrite Framework #393
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
This was referenced Apr 7, 2024
Closed
bug of bar task id fixed
This was referenced Apr 14, 2024
Closed
This was referenced Apr 14, 2024
netchampfaris
requested changes
Apr 15, 2024
This was referenced Apr 26, 2024
This was referenced Apr 28, 2024
This was referenced Apr 29, 2024
tagliala
added a commit
to tagliala/gantt
that referenced
this pull request
Sep 22, 2024
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 PR brings in the big features asked in Gantt issues, as part of the rejuvenation of the library in April 2024.
Features
readonly
option, by defaultfalse
) - closes Allow Tasks to Be Editable #323, closes [Feature Request] Add Editable Property #351highlight_weekend
option, by defaulttrue
) - closes Different display on weekends #102thumbnail
option, pass in image URL) - fixes Add support for task image #213on_click
fires now on a single click, withon_double_click
for double clicks.on_hover
also is available - closes [Feature Request] implement mouse events #342, closes [Feature Request] implement touch event #343, closes User has to click twice a task to trigger the onclick event #40scroll_to
option, by defaultstart
, change totoday
) - closes Default display date #112; or specific date (pass a date string or date object toscroll_to
) - closes Default display date #112, closes Set date range in lower_text #133today_button
option)view_mode_select
option)lower_text
andupper_text
options by passing in a function - closes View Mode: Week #119. This function takes the date, the view mode, and the default text supplied by the framework as its parameters.lines
option: defaults toboth
, can specify eitherhorizontal
orvertical
ornone
.popup
option has replaced thecustom_poup_html
option, and setting it tofalse
will turn off the popup - closes How to no display popup when click task. #144. Additionally, the popup now shows where you click - closes The task detail popup gets hidden is the the task length is more than the view #39.UI
The design has been vastly improved. Color schemes have changed, header has been improved, handle designs have been updated, and many other changes.
Bugs Fixed
And many, many, others.