"Add Buefy for navigation menu; implement DesktopNavigationBuefy.vue and integrate into viewport layout."

This commit is contained in:
Jeppe Bundgaard
2025-12-05 20:29:46 +01:00
parent 83bc1246fb
commit 5329b62bc5
5 changed files with 128 additions and 6 deletions
+17 -3
View File
@@ -26,6 +26,7 @@
"@vueuse/integrations": "^13.7.0",
"animate.css": "^4.1.1",
"axios": "^1.7.8",
"buefy": "^3.0.3",
"bulma": "^1.0.2",
"bulma-block-list": "^1.1.0",
"bulma-calendar": "^7.1.1",
@@ -14280,6 +14281,18 @@
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
"node_modules/buefy": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-3.0.3.tgz",
"integrity": "sha512-//QfIDgbhmpn+mFszD/lEwhlphA+hQavJED2XwjlzqS/bpxYjk/Rnj36X08QVbqiH3lt4a+G357uzsZczc7JTg==",
"license": "MIT",
"dependencies": {
"bulma": "^1.0.4"
},
"peerDependencies": {
"vue": "^3.0.0"
}
},
"node_modules/buffer": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
@@ -14336,9 +14349,10 @@
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
},
"node_modules/bulma": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz",
"integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.4.tgz",
"integrity": "sha512-Ffb6YGXDiZYX3cqvSbHWqQ8+LkX6tVoTcZuVB3lm93sbAVXlO0D6QlOTMnV6g18gILpAXqkG2z9hf9z4hCjz2g==",
"license": "MIT",
"peer": true
},
"node_modules/bulma-block-list": {