Commit Graph

19 Commits

Author SHA1 Message Date
Hamza Mahjoubi 439c8b99e6 Feat: Calendar widget
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-03-19 16:16:38 +01:00
Richard Steinmetz baeeae2446
perf(bundles): refactor @nextcloud/vue imports to use the esm bundle
Bundle sizes (npm run build):
Before: 8,5M js/calendar-main.js
After:  5,6M js/calendar-main.js

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-08-14 18:03:17 +02:00
julia.kirschenheuter 144987ea4c Fix copying text to the clipboard
Remove using on vue-clipboard2

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-10-04 13:20:44 +02:00
Richard Steinmetz 93fb7c58df
Fix eslint issues
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-16 15:59:15 +02:00
Christoph Wurst e649ded5df
Bump @nextcloud/vue to v6beta7
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08 19:14:27 +02:00
Richard Steinmetz 094b01975f
Fix eslint issues
Ran "npm lint:fix" and fixed one small issue manually.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-03-24 11:32:38 +01:00
Christoph Wurst 67c8647cdd
Rename calendar 'Download' to 'Export'
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-16 15:49:03 +01: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
Thomas Citharel 5ce3963778
Remove webcals support
The webcals is not officially registered (it's only assumed to be webcal
over https), and it seems [1] some clients
don't support it.

Closes #2416 and #3050 and also related to #2197

[1] https://github.com/nextcloud/calendar/issues/2416

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-06-13 16:20:39 +02:00
Georg Ehrke d57b254f5e
Use nc/dialogs instead of ocp.toast
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-05-05 11:52:07 +02:00
John Molakvoæ (skjnldsv) 170b8920f6
Fix @nextcloud/vue imports
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-06 18:43:05 +02:00
Georg Ehrke fe9a0e1c3e
Do not import the entire nextcloud/vue lib
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-05 14:23:00 +01:00
Georg Ehrke 169804f447
Promise to async/await
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-11-06 16:22:29 +01:00
Georg Ehrke d834280d6d
linting fixes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-29 09:48:06 +01:00
Georg Ehrke 54017a731e
Implement new Design for upper AppNavigation part
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-23 13:32:16 +02:00
Georg Ehrke e992a6c80b
Put text inside ActionLink component to prevent weird formatting
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-22 23:57:26 +02:00
Georg Ehrke 62322a722d
use eslint-config-nextcloud
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:31:22 +02:00
Georg Ehrke e103356663
eslint autofix
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:31:22 +02:00
Georg Ehrke 766b92731c
Reimplement public sharing and embedding
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:31:20 +02:00