Commit Graph

66 Commits

Author SHA1 Message Date
Richard Steinmetz d1edd61e46
fix: move global sidebar style overrides to sfc
Regression was introduced by de1cf849af
in combination with the new reference widget. The global stylesheet is
imported by the reference entry point and thus overrides some styles
in other apps.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-03-20 09:37:29 +01:00
Richard Steinmetz de1cf849af
fix(editor): bring back the three-dot menu
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-03-06 14:51:58 +01:00
Grigory V 82c1ae66f7 Fix categories not being responsive in NcSelect dropdown
Signed-off-by: Grigory V <scratchx@gmx.com>
2024-02-20 20:43:48 +01:00
Grigory V 331407e672 FIx category picker height
Signed-off-by: Grigory V <scratchx@gmx.com>
2024-02-20 20:27:41 +01:00
Richard Steinmetz 3369fc8ea9
feat(editors): redesign editors
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-02-20 16:41:34 +01:00
Grigory Vodyanov fd355c9a15
chore: migrate to nextcloud/vue 8
Signed-off-by: Grigory V <scratchx@gmx.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-02-19 18:43:03 +01:00
Richard Steinmetz af4e4c1fc1
fix(editor): top right actions not positioned properly
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-09-04 11:33:33 +02:00
Anna Larch 595fc5fc01 Widen input to account for charets
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-01-05 12:51:06 +01:00
julia.kirschenheuter d8d6625a90
Replace <button> with ButtonVue and fix styles in AppointmentSlot.vue
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-12-21 11:20:26 +01:00
Richard Steinmetz 5ad340135d
Fix date timer picker being cut of in simple editor
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-23 14:39:26 +02:00
dependabot[bot] 3468cca568
Bump @nextcloud/vue from 6.0.0-beta.7 to 7.0.0-beta.1
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 6.0.0-beta.7 to 7.0.0-beta.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.7...v7.0.0-beta.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 15:39:49 +02:00
szaimen 2491ab0ab5 fix sidebar scrolling
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-29 18:12:34 +02:00
Jan C. Borchardt 1ab785e31f
Remove blurriness from event participation indicator
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2022-03-03 18:35:00 +01:00
Richard Steinmetz bc5f228718
Add picker for conflict calendars of appointments
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-12-01 12:47:35 +01:00
Richard Steinmetz e5a502798f Merge alarm, repeat and details tabs
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-10-13 14:24:02 +02:00
Richard Steinmetz 9c7e3df23d
Equalize margins between properties on details tab
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-10-01 15:16:19 +02:00
szaimen 27ca9e7f2e fix simple editor size
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-09-28 02:42:34 +02:00
Richard Steinmetz e0857d19e0
Filter rooms by type and availability
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-09-21 12:56:19 +02:00
Raimund Schlüßler 9f79bb3e27
Replace all icons with material design variant
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2021-09-19 12:26:28 +02:00
Richard Steinmetz 1fa42566f5
Show more information about rooms/resources while searching
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-09-08 13:53:22 +02:00
Richard Steinmetz 67e714e7e2
Filter resources by seating capacity and features
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-08-17 18:25:32 +02:00
szaimen 4e3d0b4990
Merge pull request #3362 from tchernobog/master
Restrict size of text fields in event pop-up
2021-08-13 10:40:09 +02:00
szaimen 88d6be86cd 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-28 14:29:37 +02:00
szaimen 98415494a3 Sticky save buttons
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-26 11:49:02 +02:00
Matteo Settenvini dfcfae13d3
Restrict size of text fields in event pop-up
This small styling fix prevents the description of an event
to grow uncontrollably in either width (e.g. in the
presence of a long URL that otherwise cannot go to a
newline), or height (by introducing a maximum relative to
the viewport, and scrollbar otherwise).

Signed-off-by: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
2021-07-24 19:11:36 +02:00
Richard Steinmetz d09b74f3ca
Move resource list and search to a separate tab
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-07-05 16:39:02 +02:00
Thomas Citharel 163dde1efe
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-01 09:38:55 +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
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 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 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 dbe480f057
Update popover styles and fix opening sidebar
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-25 12:42: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 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
Georg Ehrke 9d27e4e24a
Position the revert color button right next to the color picker
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-02 11:54:50 +01:00
Georg Ehrke ccfa924035
Add custom color picker to sidebar editor
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-02 10:39:52 +01:00
Georg Ehrke e8d97d40da
Fix issue with background-color for icon in datepicker
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-30 16:21:47 +01:00
Georg Ehrke 37bf964908
Add Free/Busy UI
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-13 15:16:58 +01:00
Georg Ehrke f2dbc63a53
Replace New Reminder button with Multiselect to allow easier selection of alarm
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-06 13:40:20 +01:00
Georg Ehrke 7b4131ab0b
Disable textbox resize, since we use autosize
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-11-04 20:47:00 +01:00
Georg Ehrke 7ad9725b07
Move Show More button to upper right corner of popover in read-only
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-30 15:26:38 +01:00
Georg Ehrke 351c0b0e90
add list of default categories
Signed-off-by: Georg Ehrke <developer@georgehrke.com>

Add PropertySelectMultiple

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

Add Categories to EditorSidebar

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

Add category indicator to calendar-grid

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

Revert "Add category indicator to calendar-grid"

This reverts commit d71a70ee6a43cc3e103ee6dfe61aa9a282c76953.

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

Read-only version of category picker

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-26 13:17:47 +02:00
Georg Ehrke fa6a198128
Show error message when user has no email configured
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-20 20:47:14 +02:00
Georg Ehrke 161960b2e0
Merge pull request #1544 from nextcloud/bugfix/noid/time-pickers-two-lines
Move end datepicker in second line if window's width too small
2019-10-20 17:13:59 +00:00
Georg Ehrke 433d8f9438
Move end datepicker in second line if window's width too small
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-20 18:15:14 +02:00