Commit Graph

11 Commits

Author SHA1 Message Date
John Molakvoæ (skjnldsv) c6709c7f32 Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-25 14:38:07 +02:00
Daniel Calviño Sánchez 8130c29cc6 Fix blank page on browsers without support for ResizeObserver
ResizeObserver was used unconditionally, which caused the Calendar to
fail to load and show a blank page on some older browsers without
support for it. Now ResizeObserver is used only when supported.

ResizeObserver ensures that the calendar grid is properly sized when the
navigation bar and sidebar are opened and closed. It also ensures that
the text areas are properly sized when shown in the sidebar.

Given that they are mostly "cosmetic" issues and that they should not
affect many users no fallback was added for those browsers without
support for ResizeObserver.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-30 21:30:07 +02:00
Georg Ehrke d2f46f23ac
Add better No Events Screen
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-03 16:04:09 +02:00
Georg Ehrke bf855750c7
Hide extra description with CSS
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-03 16:04:09 +02:00
Georg Ehrke c90dff705e
Merge pull request #2520 from nextcloud/bugfix/noid/stop_highlighting_weekends
Remove highlighting of weekends
2020-09-02 19:51:53 +02:00
Georg Ehrke e66a1832d0
Fix saving current view
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 21:10:23 +02:00
Georg Ehrke 0a57dea010
Remove highlighting of weekends
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 19:39:30 +02:00
Georg Ehrke 78132a974e
Use a resize-observer to handle app-navigation and app-sidebar toggles
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 15:33:04 +02:00
Georg Ehrke f04bb97e6f
Show colored checkbox for Reminders with a timed due time
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 15:33:04 +02:00
Georg Ehrke 43b53ee466
Migrate Free/Busy Modal to FullCalendar 5
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 15:20:38 +02:00
Georg Ehrke 3a076313a6
Move CalendarGrid to its dedicated component
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 15:20:37 +02:00