-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Timeline]: ProjectDemo with Timeline. #2355
Merged
Merged
Changes from all commits
Commits
Show all changes
128 commits
Select commit
Hold shift + click to select a range
ed5140b
[Canvas]: from class components to FC.
Kuznietsov f73cbb0
[Timeline]: added timeline to ProjectDemo.
Kuznietsov 63eea2d
[Timeline]: added detecting center and estimation marker.
Kuznietsov 68a5f27
[Timeline]: added grid.
Kuznietsov 4cdc2f3
[Timeline]: Added non-resizable header for timeline header cell.
Kuznietsov fd640e8
[Timeline]: simplified.
Kuznietsov 25013fd
[Timeline]: more fixes.
Kuznietsov f803fda
[Timeline]: added setViewportRange.
Kuznietsov 156e77d
Merge branch 'develop' into feature/timeline
Kuznietsov 02b8f76
[Timeline]: added borders and teams are renamed to assignee.
Kuznietsov 9695d87
[Timeline]: added scheduling (not finished yet).
Kuznietsov 3853b57
[Timeline]: version with bug (extra adding estimation to prev parent …
Kuznietsov d54486e
[Timeline]: fixed bug with scheduling.
Kuznietsov 99c807b
[Timeline]: added rescheduling.
Kuznietsov 5f5740f
[Timeline]: data was added.
Kuznietsov 9d842a3
[Timeline]: added debounce to estimate and fixed dueDate adjustment.
Kuznietsov 28eb5b1
[Timeline]: added status subtotals.
Kuznietsov 009848b
update qa env branch
AlekseyManetov 11c894f
Merge remote-tracking branch 'origin/feature/timeline' into feature/t…
AlekseyManetov 989e915
[Timeline]: fixed snapshots.
Kuznietsov 9ca6dbb
Merge branch 'feature/timeline' of github.com:epam/UUI into feature/t…
Kuznietsov bd43298
[Timeline]: Added performance fixes.
Kuznietsov ef895e8
[Timeline]: more optimisations.
Kuznietsov ec54176
[ProjectTable]: Added transition.
Kuznietsov 0998e73
[Timeline]: fixed grid update.
Kuznietsov f98c709
[Timeline]: added more optimisations.
Kuznietsov ebc8600
[Timeline]: refactored.
Kuznietsov 529255a
[Timeline]: removed contextProvider.
Kuznietsov 541d73a
[Timeline]: deadline added.
Kuznietsov 3cc1870
[Timeline]: draft.
Kuznietsov 39635ac
[Timeline]: more rework (fixed bugs/latency/etc).
Kuznietsov 48f6756
[Timeline]: some refactoring.
Kuznietsov 912f72b
[Timeline]: made smooth dragging and added text.
Kuznietsov 94bc1ae
[Timeline]: some refactoring.
Kuznietsov fc92846
[Timeline]: added task summary.
Kuznietsov 54cde2d
[Timeline]: removed unnecessary style.
Kuznietsov 9027f4c
[Timeline]: save changes.
Kuznietsov 368d336
[Timeline]: more refactoring.
Kuznietsov 7f58a27
[Timeline]: more refactor.
Kuznietsov 02ba6e2
[Timeline]: cleaned up code.
Kuznietsov 5947954
[Timeline]: replaced assignee with task name.
Kuznietsov f325010
[Timeline]: fixed problem with dueDate.
Kuznietsov ef74989
[Timeline]: added deadlines and refactored.
Kuznietsov 9731a00
[Timeline]: some more changes.
Kuznietsov 25ad078
[Timeline]: made TimelineGrid customisable.
Kuznietsov 935e6e4
[Timeline]: made TimelineScale extendable (first glance).
Kuznietsov 64a8418
[Timeline]: Added possibility to override getArrowIcon and getArrow.
Kuznietsov 25f1de9
[Timeline]: added possibility to override different draw methods in t…
Kuznietsov 6ec0e2a
[Timeline]: unified lines calculation.
Kuznietsov 8588826
[Timeline]: customised colors.
Kuznietsov 3acec03
[Timeline]: aligned types.
Kuznietsov c605615
[Timeline]: added draw customisation.
Kuznietsov 5e09429
[Timeline]: fixed grid.
Kuznietsov e413263
[Timeline]: fixed custom drawToday.
Kuznietsov 6474752
[Timeline]: small refactoring.
Kuznietsov 72b4533
Merge branch 'develop' into feature/timeline
Kuznietsov df00936
[Timeline]: added ranges to lib.
Kuznietsov 835ab62
[Timeline]: removed customisations and typos in column.
Kuznietsov 494118d
[Timeline]: Canvas -> TimelineCanvas.
Kuznietsov 7eaf701
[Timeline]: fixed Fit Content functionality.
Kuznietsov 61790de
Merge branch 'develop' into feature/timeline
Kuznietsov 913628c
[Timeline]: changed design of TimelineScale and TimelineGrid.
Kuznietsov d6a641d
[Timeline]: more alignments with design.
Kuznietsov 652220b
[Timeline]: removed console.log.
Kuznietsov 53a9718
[Timeline]: fixed calculations of border/cells/etc.
Kuznietsov b8ca3a1
[Timeline]: changed styles and colors.
Kuznietsov 227db07
[Timeline]: added correct colors and patterns according to design.
Kuznietsov 7f2ec43
[Timeline]: fixed math of deadlines/estimateTo/etc.
Kuznietsov a60d3a2
[Timeline]: fixed bugs and added logic of 'endOfDay' for estimated de…
Kuznietsov 2806772
[Timeline]: refactored.
Kuznietsov 3a3ff2d
[Timeline]: fixed disappearing today.
Kuznietsov c28b0a7
[Timeline]: fixed today bottom line margin.
Kuznietsov c449349
[Timeline]: fixed today line margins.
Kuznietsov a0f827d
[Timeline]: more styles fixed.
Kuznietsov a93bd3d
[Timeline]: fixed calc bugs and added border-radius: 3px.
Kuznietsov d9be3b9
[Timeline]: removed grid .
Kuznietsov b6f555b
[Timeline]: fixed bugs with deadline only.
Kuznietsov 566a2e8
[Timeline]: Fit content button outline.
Kuznietsov e75d1c9
[Timeline]: customised tooltip.
Kuznietsov 371859c
[Timeline]: grid lines customisation done.
Kuznietsov 300bfbc
[Timeline]: added more customisations.
Kuznietsov 421bbf1
[Timeline]: one more fix.
Kuznietsov 69b247e
[Timeline]: fixed fonts.
Kuznietsov 0521a5c
[Timeline]: one more fix.
Kuznietsov 5def0d3
[Timeline]: added feature with gradient.
Kuznietsov 4d5b85d
[Timeline]: more fixes.
Kuznietsov dadc4d6
[Timeline]: center items inside div.
Kuznietsov b97c230
Merge branch 'develop' into feature/timeline
Kuznietsov d1ff3d8
[Timeline]: fixed styles and demo data.
Kuznietsov f79cdb5
[Timeline]: refactoring.
Kuznietsov b1c4b5b
Merge branch 'develop' into feature/timeline
Kuznietsov 272eaa6
[Timeline]: made it more useful.
Kuznietsov 6719500
[Timeline]: fixed more bugs.
Kuznietsov 520fc5d
[Timeline]: docs added.
Kuznietsov 1912586
[Timeline]: added docs for useResizeObserver.
Kuznietsov 74a9eb6
[Timeline]: DataTableTimelineHeaderCellProps docs added.
Kuznietsov e2a22cf
[Timeline]: added docs to patch.
Kuznietsov 6f3825c
[Timeline]: added docs to patch.
Kuznietsov 50ebf70
[Timeline]: added docs to eventHandlers.
Kuznietsov b347850
[Timeline]: fixed thresholds.
Kuznietsov e772dfd
Merge branch 'develop' into feature/timeline
Kuznietsov 9289fe7
[Timeline]: fixed bug with measureText and font.
Kuznietsov 4d72c9f
[Timeline]: added scroll to TimelineHeader.
Kuznietsov 8ff1516
[Timeline]: Quoter -> Quarter
Kuznietsov e335028
[Timeline]: reverted scroll on header.
Kuznietsov dde15e9
[Timeline]: added optimisations.
Kuznietsov 5d1f503
[Timeline]: DataTableTimelineHeaderCell -> DataTableCustomHeaderCell.
Kuznietsov 4093310
[Timeline]: removed not used props.
Kuznietsov 5f63983
[Timeline]: one more fix.
Kuznietsov 6585044
Merge branch 'develop' into feature/timeline
Kuznietsov 845356c
[Timeline]: DataTableCustomHeaderCell -> DataTableCellContainer.
Kuznietsov 8a92834
[Timeline]: changed timelineTransform optimisation.
Kuznietsov fafe66b
[Timeline]: added docs to components.
Kuznietsov 46eab2c
[Timeline]: patch -> applyPatch.
Kuznietsov fc63e23
[Timeline]: added changelog and more docs.
Kuznietsov c32eafe
[Timeline]: remove spaces and added docs.
Kuznietsov 716c069
[Timeline]: reverted changes according to dnd eventHandlers.
Kuznietsov 24ebf4a
[Timeline]: removed console.
Kuznietsov 4e080e0
[Timeline]: added rawProps for DataTableCellContainer.
Kuznietsov 968b1b6
[Timeline]: updated snapshot.
Kuznietsov 96f7f2d
[Timeline]: made DnD working.
Kuznietsov f6d6216
[Timeline]: added comments.
Kuznietsov 798d1d0
[Timeline]: cleaned up docs.
Kuznietsov 30128e8
[Timeline]: changed docs a little bit.
Kuznietsov 6ce832b
[Timeline]: more docs changes.
Kuznietsov a2d651f
[Timeline]: fixed a typo in docs.
Kuznietsov 294e808
[Timeline]: more docs/changelog improvements.
Kuznietsov 1d6fba9
[Timeline]: added margin-top.
Kuznietsov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some concerns about the approach with tree and patch refs.