From 5d87f07043b1c8819fde3db1c4ab075148bf638d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9F=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BF=D0=BE=D0=B2?= Date: Sun, 18 May 2025 20:47:45 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=20=D0=B8=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=82=20bs5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/scss/_variables.scss | 0 student-perfomance-frontend/bun.lock | 1 + .../components/AppFooter.vue | 2 +- .../components/AppHeader.vue | 67 ++++++++++++++++++- student-perfomance-frontend/nuxt.config.ts | 4 ++ student-perfomance-frontend/package.json | 1 + .../plugins/bootstrap.client.ts | 6 +- 7 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 student-perfomance-frontend/assets/scss/_variables.scss diff --git a/student-perfomance-frontend/assets/scss/_variables.scss b/student-perfomance-frontend/assets/scss/_variables.scss new file mode 100644 index 0000000..e69de29 diff --git a/student-perfomance-frontend/bun.lock b/student-perfomance-frontend/bun.lock index 6a5fe0a..4889c2a 100644 --- a/student-perfomance-frontend/bun.lock +++ b/student-perfomance-frontend/bun.lock @@ -5,6 +5,7 @@ "name": "nuxt-app", "dependencies": { "@nuxt/eslint": "1.4.0", + "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.6", "eslint": "^9.27.0", "nuxt": "^3.17.3", diff --git a/student-perfomance-frontend/components/AppFooter.vue b/student-perfomance-frontend/components/AppFooter.vue index 5ab6a44..8561dcb 100644 --- a/student-perfomance-frontend/components/AppFooter.vue +++ b/student-perfomance-frontend/components/AppFooter.vue @@ -1,5 +1,5 @@