From 24875d674fd5826aa244173c7eba4399f1c8a358 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 29 Apr 2025 20:00:44 +0200 Subject: [PATCH] chore: changed icons pack --- dev-dist/sw.js | 2 +- package.json | 2 +- src/components/App/Navbar.vue | 4 +-- .../Timetable/TimetableWarnings.vue | 12 +++---- .../TimetableSearch/JournalSearchInput.vue | 6 ++-- .../TimetableSearch/LocalSearchInput.vue | 4 +-- .../TimetableSearch/SearchModeActions.vue | 32 +++++++++---------- .../TimetableViews/LocalStorageView.vue | 9 ++++-- tsconfig.app.tsbuildinfo | 2 +- yarn.lock | 10 +++--- 10 files changed, 43 insertions(+), 40 deletions(-) diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 16cfcc7..12cd06c 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-99d8380f'], (function (workbox) { 'use strict'; */ workbox.precacheAndRoute([{ "url": "index.html", - "revision": "0.2ul174kd9vo" + "revision": "0.53ce5k8teqg" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/package.json b/package.json index a309633..b2f70b9 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "preview": "vite preview" }, "dependencies": { - "@heroicons/vue": "^2.2.0", "axios": "^1.7.9", + "lucide-vue-next": "^0.503.0", "pinia": "^2.3.1", "vue": "^3.5.13", "vue-i18n": "10" diff --git a/src/components/App/Navbar.vue b/src/components/App/Navbar.vue index 275e37e..35a0394 100644 --- a/src/components/App/Navbar.vue +++ b/src/components/App/Navbar.vue @@ -9,7 +9,7 @@
@@ -17,7 +17,7 @@