-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Resize Month Events and Resize Week/Day Events on Both Ends #578
Merged
Merged
Changes from 35 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
d498d63
Fix incorrect destructuring of eventComponent in DayColumn#renderEvents
jnmandal 06e8eb4
Pass through an event component with a resize anchor
jnmandal dbeb301
Make resize anchor draggable
jnmandal 0d2208a
Make resize anchor droppable
jnmandal 587cd1c
Use isOver prop to resize
jnmandal ec059ae
Rename and refactor
jnmandal b0c2c74
Correct alignment of entire anchor and not just icon
jnmandal e44034b
Differentiate between drag and drop callback fires
jnmandal c84f2a4
Add example code for using the resizable event feature
jnmandal 7d3c6df
Rename ResizableEventComponent -> ResizableEvent
jnmandal 7d8f922
Update Examples and Fix Errors
arecvlohe be1be19
Pass Down Resizable Prop to Event Cell
arecvlohe f2b8241
ResizableEventLR Component
arecvlohe 9bad493
Update Resize Function and Rename Component
arecvlohe e985954
Update Styles
arecvlohe b37ecd1
Refactor Components
arecvlohe aae9bc5
Add Top Drag and Refactor Component
arecvlohe d16f5d9
Refactor If/Else Statement
arecvlohe 81b3e50
Merge Upstream/Master in Local
arecvlohe bf9a0e6
Add Back Changes from Master
arecvlohe c8687ce
Remove Unused Code
arecvlohe ef8bbdd
feat: pass down event components from top-level
arecvlohe 81512a4
refactor: clean up naming
arecvlohe 6ae8760
refactor: remove unnecessary things
arecvlohe ccd0d4e
fix: example dnd resizeEvent func
arecvlohe 7a730ca
fix: requested fixes
arecvlohe 78fdcd0
fix: more fixes
arecvlohe df1e88a
fix: update example
arecvlohe cfcdbbf
Merge branch 'master' into feature/events-resize
arecvlohe 5703af5
Merge branch 'master' into feature/events-resize
arecvlohe 19afd21
fix: error
arecvlohe 9960e07
fix: build errors
arecvlohe bf7ab90
fix: build errors
arecvlohe ee4c2f6
fix: all day event right/left drag
arecvlohe 2d314fe
fix: build error
arecvlohe 57a5ff6
Pass 'isAllDay' prop to header event components
alxmiron de34a59
Merge pull request #5 from AlexMarvelo/bugfix/all-day-header-events
arecvlohe 66b18b6
Merge upstream master with local branch
arecvlohe 167f504
Misc changes
arecvlohe 32dadd4
Update example bundle
arecvlohe c78f2ea
Add create-react-class as dep
arecvlohe 4f6a228
Update yarn.lock file
arecvlohe a841bc6
Fix App imports
arecvlohe 673610e
Merge master with local branch
arecvlohe 26b094b
Fix yarn.lock
arecvlohe f6de046
Merge master with local branch
arecvlohe fc3373e
Update yarn.lock file
arecvlohe 3c3e79c
Merge https://github.com/intljusticemission/react-big-calendar into f…
arecvlohe 9d78b00
fix: week/day resize events
arecvlohe 90843a5
docs: update docs with resizable prop
arecvlohe 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
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.
?
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.
It looks like a space was removed.
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.
can we fix it?
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.
You mean put the space back in?