diff --git a/package.json b/package.json
index b3a5d84..2bf87e5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "srjp-td2",
"private": true,
- "version": "0.0.0",
+ "version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
+ "@heroicons/vue": "^2.2.0",
"axios": "^1.7.9",
"pinia": "^2.3.1",
"vue": "^3.5.13"
diff --git a/public/icons/printer.svg b/public/icons/printer.svg
new file mode 100644
index 0000000..8d529c6
--- /dev/null
+++ b/public/icons/printer.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/App.vue b/src/App.vue
index d6d3bab..0f0bbea 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,25 +3,41 @@
-
+
+
+
+
+
+
+
-
+ {{ selectedTrain.timetable!.category }} {{ selectedTrain.trainNo }} Relacja {{ selectedTrain.timetable?.route.replace('|', ' - ') }}
+
+
Nr linii |
@@ -213,8 +229,8 @@
-