-
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
Commits on May 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d498d63 - Browse repository at this point
Copy the full SHA d498d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e8eb4 - Browse repository at this point
Copy the full SHA 06e8eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbeb301 - Browse repository at this point
Copy the full SHA dbeb301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2208a - Browse repository at this point
Copy the full SHA 0d2208aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 587cd1c - Browse repository at this point
Copy the full SHA 587cd1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec059ae - Browse repository at this point
Copy the full SHA ec059aeView commit details
Commits on May 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b0c2c74 - Browse repository at this point
Copy the full SHA b0c2c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44034b - Browse repository at this point
Copy the full SHA e44034bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c84f2a4 - Browse repository at this point
Copy the full SHA c84f2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3c6df - Browse repository at this point
Copy the full SHA 7d3c6dfView commit details
Commits on Oct 3, 2017
-
Update Examples and Fix Errors
Summary: There were errors in my branch because importing the .default was not pulling in the correct default whereas when I removed it, it seemed to work fine. This might be some kind of change in React 15.6 for how default modules are imported/required.
Configuration menu - View commit details
-
Copy full SHA for 7d8f922 - Browse repository at this point
Copy the full SHA 7d8f922View commit details -
Pass Down Resizable Prop to Event Cell
Summary: For <EventCell /> to know that it can be resized I am passing down the resize prop to that component. This is because, unlike in the previous implementation, I am not passing down what would be the eventWrapper from the dragAndDrop addon. I didn't know how to pass down multiple components based on whether the calendar was resizable. So I went this route. Sorry, not sorry.
Configuration menu - View commit details
-
Copy full SHA for be1be19 - Browse repository at this point
Copy the full SHA be1be19View commit details -
Summary: I created <ResizableEventLR /> to handle resizing events in the month view. If <EventCell resizable /> then it will render the resizable component. I added styles so that I could see what is going on. There is a red bg. Sorry, not sorry. There is no functionality at the moment but I started building it out. There is certainly more to be worked on here.
Configuration menu - View commit details
-
Copy full SHA for f2b8241 - Browse repository at this point
Copy the full SHA f2b8241View commit details
Commits on Oct 4, 2017
-
Update Resize Function and Rename Component
Summary: Updated the resize function to be aware of the end as well as the start time. This is when there are two dnd handlers on an event at once. I renamed the component to be more semantic with its usage. Styles were correspondingly updated.
Configuration menu - View commit details
-
Copy full SHA for 9bad493 - Browse repository at this point
Copy the full SHA 9bad493View commit details -
Summary: I didn't realize the conent should be aligned left.
Configuration menu - View commit details
-
Copy full SHA for e985954 - Browse repository at this point
Copy the full SHA e985954View commit details -
Summary: Refactored components to look a bit more readable.
Configuration menu - View commit details
-
Copy full SHA for b37ecd1 - Browse repository at this point
Copy the full SHA b37ecd1View commit details -
Add Top Drag and Refactor Component
Summary: Refactored <ResizableEvent /> and added the ability to resize the top component.
Configuration menu - View commit details
-
Copy full SHA for aae9bc5 - Browse repository at this point
Copy the full SHA aae9bc5View commit details -
Summary: Refactored the if/else statement into a switch statement.
Configuration menu - View commit details
-
Copy full SHA for d16f5d9 - Browse repository at this point
Copy the full SHA d16f5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b3e50 - Browse repository at this point
Copy the full SHA 81b3e50View commit details -
Summary: I deleted these chanages thinking they were old. My mistake!
Configuration menu - View commit details
-
Copy full SHA for bf9a0e6 - Browse repository at this point
Copy the full SHA bf9a0e6View commit details
Commits on Oct 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8687ce - Browse repository at this point
Copy the full SHA c8687ceView commit details
Commits on Nov 11, 2017
-
feat: pass down event components from top-level
summary: remove resizable prop from lower-level components so that resizable logic is encapsulated in the dnd addon.
Configuration menu - View commit details
-
Copy full SHA for ef8bbdd - Browse repository at this point
Copy the full SHA ef8bbddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81512a4 - Browse repository at this point
Copy the full SHA 81512a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae8760 - Browse repository at this point
Copy the full SHA 6ae8760View commit details -
fix: example dnd resizeEvent func
summary: add id to events and update dnd example accordingly.
Configuration menu - View commit details
-
Copy full SHA for ccd0d4e - Browse repository at this point
Copy the full SHA ccd0d4eView commit details
Commits on Nov 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7a730ca - Browse repository at this point
Copy the full SHA 7a730caView commit details
Commits on Dec 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 78fdcd0 - Browse repository at this point
Copy the full SHA 78fdcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1e88a - Browse repository at this point
Copy the full SHA df1e88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcdbbf - Browse repository at this point
Copy the full SHA cfcdbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5703af5 - Browse repository at this point
Copy the full SHA 5703af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19afd21 - Browse repository at this point
Copy the full SHA 19afd21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9960e07 - Browse repository at this point
Copy the full SHA 9960e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7ab90 - Browse repository at this point
Copy the full SHA bf7ab90View commit details
Commits on Dec 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ee4c2f6 - Browse repository at this point
Copy the full SHA ee4c2f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d314fe - Browse repository at this point
Copy the full SHA 2d314feView commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 57a5ff6 - Browse repository at this point
Copy the full SHA 57a5ff6View commit details
Commits on Jan 6, 2018
-
Merge pull request #5 from AlexMarvelo/bugfix/all-day-header-events
Fix: Pass 'isAllDay' prop to header event components
Configuration menu - View commit details
-
Copy full SHA for de34a59 - Browse repository at this point
Copy the full SHA de34a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b18b6 - Browse repository at this point
Copy the full SHA 66b18b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167f504 - Browse repository at this point
Copy the full SHA 167f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32dadd4 - Browse repository at this point
Copy the full SHA 32dadd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78f2ea - Browse repository at this point
Copy the full SHA c78f2eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6a228 - Browse repository at this point
Copy the full SHA 4f6a228View commit details -
Configuration menu - View commit details
-
Copy full SHA for a841bc6 - Browse repository at this point
Copy the full SHA a841bc6View commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 673610e - Browse repository at this point
Copy the full SHA 673610eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b094b - Browse repository at this point
Copy the full SHA 26b094bView commit details
Commits on Jan 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f6de046 - Browse repository at this point
Copy the full SHA f6de046View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3373e - Browse repository at this point
Copy the full SHA fc3373eView commit details
Commits on Jan 11, 2018
-
Merge https://github.com/intljusticemission/react-big-calendar into f…
…eature/events-resize
Configuration menu - View commit details
-
Copy full SHA for 3c3e79c - Browse repository at this point
Copy the full SHA 3c3e79cView commit details
Commits on Jan 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9d78b00 - Browse repository at this point
Copy the full SHA 9d78b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90843a5 - Browse repository at this point
Copy the full SHA 90843a5View commit details