This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Multiday events #197
Merged
Merged
Multiday events #197
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9395e3c
New styles for date bubble
asavin 5022309
Date bubble style update for single event page
asavin 13f996d
Replacing events deprecated datetime with startDateTime
asavin 7f2efc4
Date time component logic for displaying date ranges
asavin a7edbfb
Fixing tests for split events logic
asavin 845a49b
Updating split events logic to accommodate multiday events. With tests.
asavin 125733e
Events list now consumes updated split events logic and all is working
asavin c4c2dcd
Refactoring DateBubble component into an ES6 function
asavin 6854a62
Refactoring EventsList component into ES6 function
asavin 4921dd8
Refactoring events timeline title into a separate component
asavin 79d780d
Refactoring event title into separate component, refactoring Date Bub…
asavin 7351d54
Fixing karma test fail because of compose in css
asavin 7fe089d
Refactoring DateBubble component so that date range is only displayed…
asavin 69ef957
Refactoring event image path calculation, with tests
asavin fa49964
[fix] event image path resolving when filename is null
asavin c0b5025
Tests for EventsTimelineTitle component
asavin 74a69ad
Fixing test for Karma on EventsTimelineTitle component
asavin 8b2c1c3
Reverting proptype changes in events-list component in order to try a…
asavin 27639a0
Disabling Karma tests for the whole project
asavin 3f61db6
Revert "Reverting proptype changes in events-list component in order …
asavin 3897ca8
Render test for EventsList component
asavin 550b6b4
Tests for EventsTimelineTitle and EventsList components
asavin 1e95e3e
Refactoring EventsList component WIP
asavin 1183c19
Fix for error when start time is later than end time
asavin 71d2841
Merge branch 'events-list-refactoring' into multiday-events
asavin 3f863d2
Refactoring events-list component, fixing issues
asavin 985e661
Refactoring date-bubble render logic into a function
asavin 2ab654e
Refactoring event-meta and event-links-list components
asavin f543838
Fixing eslint no-else-return in components
asavin 99702eb
Event container component now uses new event-meta component
asavin aa22624
Adding rendering tests for EventTitle, EventMeta and EventsList compo…
asavin a65d40b
Styles fix for event title component
asavin 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
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.
Obey the style guide instead of turning off the linter.
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.
What are my options?
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.
nvm, fixed