diff --git a/package.json b/package.json index 6380c3f..940a51f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacjownik", - "version": "1.30.0", + "version": "1.30.1", "private": true, "type": "module", "scripts": { @@ -16,26 +16,26 @@ "format": "prettier --write src/" }, "dependencies": { - "core-js": "^3.32.2", - "dotenv": "^16.3.1", - "pinia": "^2.1.6", - "sass": "^1.67.0", + "core-js": "^3.42.0", + "dotenv": "^16.5.0", + "pinia": "^3.0.2", + "sass": "^1.87.0", "showdown": "^2.1.0", "vue": "^3.3.4", - "vue-i18n": "^9.4.1", + "vue-i18n": "^11.1.3", "vue-router": "^4.4.0" }, "devDependencies": { - "@types/node": "^22.13.13", + "@types/node": "^22.15.15", "@types/showdown": "^2.0.6", - "@vite-pwa/assets-generator": "^0.2.4", + "@vite-pwa/assets-generator": "^1.0.0", "@vitejs/plugin-vue": "^5.1.0", - "@vue/tsconfig": "^0.5.1", - "axios": "^1.7.2", + "@vue/tsconfig": "^0.7.0", + "axios": "^1.9.0", "prettier": "^3.3.3", "typescript": "^5.5.4", - "vite": "^5.3.4", - "vite-plugin-pwa": "^0.20.0", + "vite": "^6.3.5", + "vite-plugin-pwa": "^1.0.0", "vue-tsc": "^2.0.28" }, "browserslist": [ diff --git a/public/images/icon-gnr.svg b/public/images/icon-gnr.svg new file mode 100644 index 0000000..f1d6b83 --- /dev/null +++ b/public/images/icon-gnr.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/icon-pojazdownik.svg b/public/images/icon-pojazdownik.svg new file mode 100644 index 0000000..9c15565 --- /dev/null +++ b/public/images/icon-pojazdownik.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Global/DonationCard.vue b/src/components/Global/DonationCard.vue index 5c9eb11..1574d75 100644 --- a/src/components/Global/DonationCard.vue +++ b/src/components/Global/DonationCard.vue @@ -9,7 +9,7 @@ donator diamond icon - {{ displayingName }} + {{ displayingName }} @@ -45,7 +45,7 @@
diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index c2ba46d..eb726ae 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -6,8 +6,7 @@ - -
+
@@ -32,7 +31,7 @@ import SceneryInfoUserList from './SceneryInfo/SceneryInfoUserList.vue'; import SceneryInfoSpawnList from './SceneryInfo/SceneryInfoSpawnList.vue'; import SceneryInfoRoutes from './SceneryInfo/SceneryInfoRoutes.vue'; import SceneryInfoGeneral from './SceneryInfo/SceneryInfoGeneral.vue'; -import SceneryInfoAuthors from "./SceneryInfo/SceneryInfoAuthors.vue"; +import SceneryInfoAuthors from './SceneryInfo/SceneryInfoAuthors.vue'; import { ActiveScenery, Station } from '../../typings/common'; @@ -44,7 +43,7 @@ export default defineComponent({ SceneryInfoAuthors, SceneryInfoUserList, SceneryInfoSpawnList, - SceneryInfoRoutes, + SceneryInfoRoutes }, props: { station: { diff --git a/src/components/SceneryView/SceneryInfo/SceneryInfoRoutes.vue b/src/components/SceneryView/SceneryInfo/SceneryInfoRoutes.vue index c440ed4..6f0f78b 100644 --- a/src/components/SceneryView/SceneryInfo/SceneryInfoRoutes.vue +++ b/src/components/SceneryView/SceneryInfo/SceneryInfoRoutes.vue @@ -118,7 +118,8 @@ export default defineComponent({ diff --git a/src/components/StationsView/StationStats.vue b/src/components/StationsView/StationStats.vue index d55d625..d693e3b 100644 --- a/src/components/StationsView/StationStats.vue +++ b/src/components/StationsView/StationStats.vue @@ -8,14 +8,14 @@