Commit Graph

426 Commits

Author SHA1 Message Date
szaimen 26ec3a92a0
Merge pull request #3382 from nextcloud/backport/3376/stable2.3
[stable2.3] fix week view
2021-07-30 14:56:42 +02:00
szaimen 8fb8634cfd fix week view
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-07-30 12:32:00 +00:00
szaimen 6ee289dcfc fix month view
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-30 12:31:32 +00:00
szaimen 98a3cb69c5
Merge pull request #3379 from nextcloud/backport/3374/stable2.3
[stable2.3] fix list table
2021-07-29 17:33:06 +02:00
szaimen 0179fbae40 fix list table
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-29 11:34:11 +00:00
szaimen dbcf2b2a1e Make the sidebar usable on mobile again
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: Richard Steinmetz <richard@steinmetz.cloud>
2021-07-29 06:54:20 +00:00
szaimen c842f7e310 Sticky save buttons
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-26 11:28:47 +00:00
szaimen d9b4000429 fix settings design regression
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-19 13:18:40 +02:00
Thomas Citharel 86d44edf6d Increase event repease multiselect minimum width
It fails to display the whole placeholder on low resolutions

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-07-02 10:05:56 +00:00
Richard Steinmetz 399ebd94b3
Merge pull request #3197 from nextcloud/design/today-alignment
Fix alignment of events in today cell in month view
2021-06-14 09:52:46 +02:00
Jan C. Borchardt b3dfa0a24e
Increase size of dot on timed events in month view for visibility
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-06-11 17:15:56 +02:00
Jan C. Borchardt cde9c7353a
Fix alignment of events in today cell in month view
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-06-11 16:33:00 +02:00
Richard Steinmetz 46b1b445bb
Hide title arrow button in sidebar
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-11 10:56:45 +02:00
Christoph Wurst 054b64cb59
Merge pull request #2971 from mwalbeck/issues/2679/2
Fix right border on today not being visible in month and week view when using Firefox, again
2021-06-11 10:07:41 +02:00
Richard Steinmetz ed220009b2
Add caption for free to free busy modal
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-08 10:56:29 +02:00
Elliott Partridge cec87e133a Add min-height limits for events
Both condensed (one-line) and normal (2+ lines) events have no minimum height limit, resulting in cut-off event time and/or text.  This change introduces minimum limits for both event styles, guaranteeing that both time and text will be shown.  The trade-off here is that the event height no longer directly correlates exactly to the length of the event.

Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com>
2021-05-28 10:36:58 -04:00
Matteo Settenvini bea17a7109 Add defaultReminder setting
Add a setting to the app state that can be reused
when creating new events to set a default alarm / reminder.

Signed-off-by: Matteo Settenvini <matteo@member.fsf.org>
2021-04-08 12:42:50 +02:00
Matteo Settenvini 222a02564f Add label to slotDuration setting
Add a label to slotDuration so that the user is not left
wondering what the setting refers to. I remember being
puzzled myself the first time I saw it.

Signed-off-by: Matteo Settenvini <matteo@member.fsf.org>
2021-03-31 22:50:14 +02:00
Magnus Walbeck 0d07d56e47
Fix right border on today not being visible in month and week view when using Firefox without breaking editing of existing events
Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
2021-03-24 16:06:51 +01:00
Christoph Wurst 16357ba9da
Revert "Fix right border on today not being visible in month and week view when using Firefox" 2021-03-24 10:35:22 +01:00
Magnus Walbeck 85bef39384
Set --fc-list-event-hover-bg-color to Nextcloud equivalent to fix white hover colour when using dark theme
Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
2021-03-18 21:51:39 +01:00
Christoph Wurst 8ec8fb12fb
Merge pull request #2918 from nextcloud/enhancement/free-busy-colors
Improve free/busy colors
2021-03-11 16:15:26 +01:00
Christoph Wurst e0ceafc2be
Improve free/busy colors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11 16:08:23 +01:00
Magnus Walbeck 61d2ea0dcf
Fix right border on today not being visible in month and week view when using Firefox
Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
2021-03-08 22:10:33 +01:00
Christoph Wurst 8415df4451
Fix free/busy blocking event background and border
The blocking event (the slot for the selected time frame of the event)
is supposed to show with red border and no background. For some reason
this styling broke (possibly through a fullcalendar upgrade) and
therefore needed some stricter styling rules that turn off FC's default
background and reset the opacity to make the border stand out.

This brings the design back to the original design as done by Georg.
Ref https://github.com/nextcloud/calendar/pull/1731

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-26 09:19:36 +01:00
Georg Ehrke 7bf9fa2d3b
Use standardized EmptyContent component
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2021-01-14 17:59:03 +01:00
Sascha Wiswedel 37c29dc109 allow some margin for organizer hint in attendee list
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-05 14:06:26 +01: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 a77df0c11b
Add proper error messages to Editor
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-02 19:45:18 +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 7dda062c62
Refactor CSS to FullCalendar 5
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 a62cb69e90
Merge pull request #2509 from nextcloud/bugfix/noid/sharing_dialog_fix
Fix layout issues of calendar sharing
2020-08-26 13:21:33 +02:00
Georg Ehrke 86e561fd5b
Fix layout issues of calendar sharing
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-26 12:06:49 +02:00
Georg Ehrke dbe480f057
Update popover styles and fix opening sidebar
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-25 12:42:21 +02:00
Jan C. Borchardt 5024579fcc
Center date in month view cell
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-04 16:34:21 +02:00
Georg Ehrke d09beb5821
Fix handling of long calendar names in calendar-picker
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-06-09 09:49:29 +02:00
Georg Ehrke b4ba2535d4
Hide the submit button of the sidebar title
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-06-02 10:09:03 +02:00
Georg Ehrke fead5b7fac
Move calendar-picker above time-picker
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-05-25 08:58:56 +02:00
Georg Ehrke 71729bcb7a
Make links in read-only version of location and description clickable
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-05-18 15:33:37 +02:00
Georg Ehrke d099c090e1
Adjust css class names for new nc/vue package
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-05-04 20:57:32 +02:00
Georg Ehrke 8d0be98249
Provide overview of keyboard shortcuts
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-30 16:51:17 +02:00
Georg Ehrke 6cb951166e
Use own CSS class for completed tasks
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-16 10:57:24 +02:00
Boris Fritscher e96f559fd4
Show tasks in calendar
- supports taks in mixed calendars or on task only calendars
- feature can be toggled in settings
- checkbox icon adapts to light and dark text and is checked if task is
done
- if start date is available event duration is set from start to due
date
- clicking on event redirects to task app

Signed-off-by: Boris Fritscher <boris@fritscher.ch>
2020-04-16 10:18:02 +02:00
Georg Ehrke 70e5e37057
Do not allow multiline summaries in Calendar-grid
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-09 12:02:59 +02:00
Georg Ehrke e451a82270
Make sure popover editor does not leave boundaries
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-06 10:52:05 +02:00
Georg Ehrke 9b14050078
Fix position of timezone icon in datepicker input
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-09 09:20:59 +01:00