diff --git a/package-lock.json b/package-lock.json index 5d5476f0f..e14585a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "5.2.1", "license": "AGPL-3.0-or-later", "dependencies": { + "@material-symbols/svg-400": "^0.44.6", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/dialogs": "^7.3.0", @@ -26,12 +27,9 @@ "qrcode": "^1.5.4", "vue": "^3.5.22", "vue-draggable-plus": "^0.6.1", - "vue-material-design-icons": "^5.3.1", "vue-router": "^4.6.0" }, "devDependencies": { - "@mdi/js": "^7.4.47", - "@mdi/svg": "^7.4.47", "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.9", @@ -1296,19 +1294,18 @@ "license": "MIT", "peer": true }, + "node_modules/@material-symbols/svg-400": { + "version": "0.44.6", + "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.44.6.tgz", + "integrity": "sha512-PKVFWhOWkXMJwcvJS4vjJD7TV8fMfvk0hvTBlP6quJDJGv9QXI1BFNkXx8f0SzM8pbhwqNEILTFba8PYiNCXuw==", + "license": "Apache-2.0" + }, "node_modules/@mdi/js": { "version": "7.4.47", "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==", "license": "Apache-2.0" }, - "node_modules/@mdi/svg": { - "version": "7.4.47", - "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.4.47.tgz", - "integrity": "sha512-WQ2gDll12T9WD34fdRFgQVgO8bag3gavrAgJ0frN4phlwdJARpE6gO1YvLEMJR0KKgoc+/Ea/A0Pp11I00xBvw==", - "dev": true, - "license": "Apache-2.0" - }, "node_modules/@microsoft/api-extractor": { "version": "7.58.1", "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.58.1.tgz", @@ -12746,12 +12743,6 @@ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0" } }, - "node_modules/vue-material-design-icons": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.1.tgz", - "integrity": "sha512-6UNEyhlTzlCeT8ZeX5WbpUGFTTPSbOoTQeoASTv7X4Ylh0pe8vltj+36VMK56KM0gG8EQVoMK/Qw/6evalg8lA==", - "license": "MIT" - }, "node_modules/vue-resize": { "version": "2.0.0-alpha.1", "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz", diff --git a/package.json b/package.json index aa983a32b..e54e10278 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { + "@material-symbols/svg-400": "^0.44.6", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/dialogs": "^7.3.0", @@ -46,12 +47,9 @@ "qrcode": "^1.5.4", "vue": "^3.5.22", "vue-draggable-plus": "^0.6.1", - "vue-material-design-icons": "^5.3.1", "vue-router": "^4.6.0" }, "devDependencies": { - "@mdi/js": "^7.4.47", - "@mdi/svg": "^7.4.47", "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.9", diff --git a/src/Forms.vue b/src/Forms.vue index af83b7e7e..9d2ceedc7 100644 --- a/src/Forms.vue +++ b/src/Forms.vue @@ -13,7 +13,7 @@ :text="t('forms', 'New form')" @click="onNewForm"> @@ -64,7 +64,7 @@ wide @click="showArchivedForms = true"> {{ t('forms', 'Archived forms') }} @@ -88,7 +88,7 @@ class="forms-emptycontent" :name="t('forms', 'No forms created yet')"> @@ -158,12 +165,6 @@ export default { &__text { white-space: pre-line; - - &-icon { - display: inline-flex; - position: relative; - top: 4px; - } } .color__field { diff --git a/src/components/Results/ResultsSummary.vue b/src/components/Results/ResultsSummary.vue index 404cf869c..4af61e322 100644 --- a/src/components/Results/ResultsSummary.vue +++ b/src/components/Results/ResultsSummary.vue @@ -90,7 +90,7 @@
  • @@ -116,8 +116,9 @@