diff --git a/gca-admin-gurusoft-message-dashboard/src/App.vue b/gca-admin-gurusoft-message-dashboard/src/App.vue index 228002d..78c8f2c 100644 --- a/gca-admin-gurusoft-message-dashboard/src/App.vue +++ b/gca-admin-gurusoft-message-dashboard/src/App.vue @@ -3,47 +3,6 @@ - - + \ No newline at end of file diff --git a/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue b/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue deleted file mode 100644 index 16dbd58..0000000 --- a/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gca-admin-gurusoft-message-dashboard/src/components/ElementWrapper.Vue b/gca-admin-gurusoft-message-dashboard/src/components/ElementWrapper.Vue deleted file mode 100644 index 2abcc88..0000000 --- a/gca-admin-gurusoft-message-dashboard/src/components/ElementWrapper.Vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - diff --git a/gca-admin-gurusoft-message-dashboard/src/components/MarkedsBanner.vue b/gca-admin-gurusoft-message-dashboard/src/components/MarkedsBanner.vue index a5ff384..ca03008 100644 --- a/gca-admin-gurusoft-message-dashboard/src/components/MarkedsBanner.vue +++ b/gca-admin-gurusoft-message-dashboard/src/components/MarkedsBanner.vue @@ -26,7 +26,6 @@ :href="banner.url" class="btn btn-outline-primary btn-sm" target="_blank" - @click.stop > Gå til kampanje @@ -38,9 +37,9 @@ + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 12330fd..2664eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,42 @@ { + "name": "sommer2025", "lockfileVersion": 3, "requires": true, + "packages": { + "": { + "dependencies": { + "bootstrap": "^5.3.7" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/bootstrap": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.7.tgz", + "integrity": "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT", + "peerDependencies": { + "@popperjs/core": "^2.11.8" + } + } + } }