Skip to content

Commit 1df18dc

Browse files
committed
feat: Port to vue3
Signed-off-by: Carl Schwan <[email protected]>
1 parent 1bb4244 commit 1df18dc

File tree

84 files changed

+8173
-24539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+8173
-24539
lines changed

LICENSES/BSD-2-Clause.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SPDX-FileCopyrightText = "2017 Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

2020
[[annotations]]
21-
path = ["js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "emptyTemplates/**", "vendor/autoload.php"]
21+
path = ["js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "emptyTemplates/**", "vendor/autoload.php", "css/*"]
2222
precedence = "aggregate"
2323
SPDX-FileCopyrightText = "2017 Nextcloud GmbH and Nextcloud contributors"
2424
SPDX-License-Identifier = "AGPL-3.0-or-later"

css/UserApp-jaxjqvto.chunk.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[data-v-aef5ea77] .modal-container{display:flex;height:100%}

css/_plugin-vue_export-helper-CfJ8J9U1.chunk.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/admin-ClZCGzpw.chunk.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/logger-BPXfPjuZ.chunk.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[data-v-86b36221] .modal-container{display:flex;height:100%}

css/style-DEOFYSaj.chunk.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/terms_of_service-admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* extracted by css-entry-points-plugin */
2+
@import './admin-ClZCGzpw.chunk.css';
3+
@import './_plugin-vue_export-helper-CfJ8J9U1.chunk.css';
4+
@import './style-DEOFYSaj.chunk.css';

css/terms_of_service-public.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* extracted by css-entry-points-plugin */
2+
@import './_plugin-vue_export-helper-CfJ8J9U1.chunk.css';
3+
@import './logger-BPXfPjuZ.chunk.css';
4+
@import './UserApp-jaxjqvto.chunk.css';

0 commit comments

Comments
 (0)