aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLucas Azevedo <lhs_azevedo@hotmail.com>2023-09-06 12:12:14 -0300
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-09-13 10:23:10 +0200
commit34775cb18b89981f5340e7876ff88fd7f9767351 (patch)
tree968170802a5314277197a6be633c2327f52f0375 /apps
parent802d7e010d243209b6367c7341d3bf41dfe102fc (diff)
downloadnextcloud-server-34775cb18b89981f5340e7876ff88fd7f9767351.tar.gz
nextcloud-server-34775cb18b89981f5340e7876ff88fd7f9767351.zip
Move inline tag rendering to the systemtags app
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/main.ts1
-rw-r--r--apps/systemtags/src/actions/inlineSystemTagsAction.spec.ts (renamed from apps/files/src/actions/inlineSystemTagsAction.spec.ts)0
-rw-r--r--apps/systemtags/src/actions/inlineSystemTagsAction.ts (renamed from apps/files/src/actions/inlineSystemTagsAction.ts)0
-rw-r--r--apps/systemtags/src/css/fileEntryInlineSystemTags.scss (renamed from apps/files/src/css/fileEntryInlineSystemTags.scss)0
-rw-r--r--apps/systemtags/src/systemtags.js1
5 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/main.ts b/apps/files/src/main.ts
index 579381da485..8bcfacf953a 100644
--- a/apps/files/src/main.ts
+++ b/apps/files/src/main.ts
@@ -5,7 +5,6 @@ import './actions/deleteAction'
import './actions/downloadAction'
import './actions/editLocallyAction'
import './actions/favoriteAction'
-import './actions/inlineSystemTagsAction'
import './actions/openFolderAction'
import './actions/openInFilesAction.js'
import './actions/renameAction'
diff --git a/apps/files/src/actions/inlineSystemTagsAction.spec.ts b/apps/systemtags/src/actions/inlineSystemTagsAction.spec.ts
index 2e81861a872..2e81861a872 100644
--- a/apps/files/src/actions/inlineSystemTagsAction.spec.ts
+++ b/apps/systemtags/src/actions/inlineSystemTagsAction.spec.ts
diff --git a/apps/files/src/actions/inlineSystemTagsAction.ts b/apps/systemtags/src/actions/inlineSystemTagsAction.ts
index 8aa68aea03d..8aa68aea03d 100644
--- a/apps/files/src/actions/inlineSystemTagsAction.ts
+++ b/apps/systemtags/src/actions/inlineSystemTagsAction.ts
diff --git a/apps/files/src/css/fileEntryInlineSystemTags.scss b/apps/systemtags/src/css/fileEntryInlineSystemTags.scss
index 2159d3b01c7..2159d3b01c7 100644
--- a/apps/files/src/css/fileEntryInlineSystemTags.scss
+++ b/apps/systemtags/src/css/fileEntryInlineSystemTags.scss
diff --git a/apps/systemtags/src/systemtags.js b/apps/systemtags/src/systemtags.js
index ab2f8ff4126..03a70e79004 100644
--- a/apps/systemtags/src/systemtags.js
+++ b/apps/systemtags/src/systemtags.js
@@ -24,5 +24,6 @@
import './app.js'
import './systemtagsfilelist.js'
import './css/systemtagsfilelist.scss'
+import './actions/inlineSystemTagsAction'
window.OCA.SystemTags = OCA.SystemTags