diff --git a/.reuse/dep5 b/.reuse/dep5 index 688310d..3bf3a5c 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -11,7 +11,7 @@ Files: .browserslistrc .dockerignore .eslintrc.js .gitignore Copyright: WTF Kooperative eG License: AGPL-3.0-or-later -Files: src/assets/img/wtf_logo* +Files: src/assets/img/wtf* Copyright: WTF Kooperative eG License: LicenseRef-WTF diff --git a/package-lock.json b/package-lock.json index 5ce9315..24de910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,7 @@ "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", "bootstrap": "^5.0.1", + "bootstrap-icons": "^1.5.0", "core-js": "^3.6.5", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0", @@ -2854,6 +2855,15 @@ "@popperjs/core": "^2.10.1" } }, + "node_modules/bootstrap-icons": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz", + "integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010713935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz", @@ -17155,6 +17165,12 @@ "dev": true, "requires": {} }, + "bootstrap-icons": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz", + "integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==", + "dev": true + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010713935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz", diff --git a/package.json b/package.json index 088c008..a476688 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", "bootstrap": "^5.0.1", + "bootstrap-icons": "^1.5.0", "core-js": "^3.6.5", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0", diff --git a/public/img/bootstrap-icons-1.5.0/pencil.license b/public/img/bootstrap-icons-1.5.0/pencil.license deleted file mode 100644 index 290774b..0000000 --- a/public/img/bootstrap-icons-1.5.0/pencil.license +++ /dev/null @@ -1 +0,0 @@ -SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/pencil.svg b/public/img/bootstrap-icons-1.5.0/pencil.svg deleted file mode 100644 index f8dbfeb..0000000 --- a/public/img/bootstrap-icons-1.5.0/pencil.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/plus-lg.svg b/public/img/bootstrap-icons-1.5.0/plus-lg.svg deleted file mode 100644 index 1723f2f..0000000 --- a/public/img/bootstrap-icons-1.5.0/plus-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/plus-lg.svg.license b/public/img/bootstrap-icons-1.5.0/plus-lg.svg.license deleted file mode 100644 index 290774b..0000000 --- a/public/img/bootstrap-icons-1.5.0/plus-lg.svg.license +++ /dev/null @@ -1 +0,0 @@ -SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/search.svg b/public/img/bootstrap-icons-1.5.0/search.svg deleted file mode 100644 index d3dc7ca..0000000 --- a/public/img/bootstrap-icons-1.5.0/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/search.svg.license b/public/img/bootstrap-icons-1.5.0/search.svg.license deleted file mode 100644 index 290774b..0000000 --- a/public/img/bootstrap-icons-1.5.0/search.svg.license +++ /dev/null @@ -1 +0,0 @@ -SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/trash.svg b/public/img/bootstrap-icons-1.5.0/trash.svg deleted file mode 100644 index 0ba7218..0000000 --- a/public/img/bootstrap-icons-1.5.0/trash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/img/bootstrap-icons-1.5.0/trash.svg.license b/public/img/bootstrap-icons-1.5.0/trash.svg.license deleted file mode 100644 index 290774b..0000000 --- a/public/img/bootstrap-icons-1.5.0/trash.svg.license +++ /dev/null @@ -1 +0,0 @@ -SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index e221db0..477a9e1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,8 +12,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later