Skip to content
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

FEATURE: Display calendar events adjusted for timezones #432

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c3d56c4
Add timezone offsets for standalone events
jancernik Aug 23, 2023
c8f2117
Add SiteSetting
jancernik Aug 23, 2023
ae8860b
Add support for grouped events
jancernik Aug 24, 2023
b040898
Move SiteSetting
jancernik Aug 24, 2023
ede2cfa
Don't modify the original event detail object
jancernik Aug 25, 2023
625fa20
Rerender events when the timezone picker changes
jancernik Aug 25, 2023
e78d07c
Fixing rendering for multiple-day events
jancernik Aug 31, 2023
0ad3c25
Use `YYYY-MM-DD` string instead of the Date object
jancernik Aug 31, 2023
fb34207
Exclude `Etc/GMT=XX` from the timezone picker.
jancernik Aug 31, 2023
fb421a5
Use `isStart` and `isEnd`
jancernik Aug 31, 2023
ff3e599
Exclude `listNextYear`
jancernik Aug 31, 2023
3f688d5
Renames
jancernik Aug 31, 2023
699b894
Order by timezone
jancernik Aug 31, 2023
e29fb18
Improve offset calculation
jancernik Sep 5, 2023
e740527
Change offset calculation, again
jancernik Sep 5, 2023
e860e04
Use correct format for fullDay and non-fullDay events
jancernik Sep 7, 2023
e9992cb
Hide SiteSetting
jancernik Sep 7, 2023
e66df24
Fix spec
jancernik Sep 7, 2023
f5f28a6
Add threshold option for splitting grouped events
jancernik Sep 8, 2023
18440a2
Don't split grouped events when not fullDay
jancernik Sep 8, 2023
8632575
Fix TypeError
jancernik Sep 9, 2023
33c4c70
Add acceptance test
jancernik Sep 9, 2023
e57b94a
Small refactor
jancernik Sep 9, 2023
f8441f0
Fix grouping with threshold
jancernik Sep 9, 2023
3cec629
Update test
jancernik Sep 11, 2023
4815330
Add raw
jancernik Sep 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading