From 085aab24ffd920df2f3610c9f6c2fa1e71a6d294 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 27 Aug 2024 23:06:00 +0200 Subject: chore: fix usage of deprecated functions and adjust code style This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen --- .../files_sharing/src/components/SharingEntryLink.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 8dfe85b4f05..d95027d82d2 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -150,8 +150,8 @@ :share="share" /> - @@ -207,11 +207,12 @@