From 40f4da23865ee124bfc04220023f7a05df5b683a Mon Sep 17 00:00:00 2001 From: ervin Date: Fri, 2 Jan 2026 19:19:19 +0100 Subject: [PATCH] update app menu --- .ottotime | 5 +- components/AppMenu.vue | 82 ++++++++++++++++++++++ components/Logo.vue | 36 ++++++++++ components/PullToRefresh.vue | 26 +++++++ components/RentStep.vue | 3 +- composables/usePullToRefresh.ts | 63 +++++++++++++++++ package.json | 6 +- pages/index.vue | 46 +----------- pages/login.vue | 4 +- pages/login/index.vue | 1 - pages/page/[id].vue | 4 +- pages/profile/index.vue | 12 ++-- pages/rent.vue | 17 +++-- pages/rent/category.vue | 2 +- pages/rent/date-to.vue | 17 ++--- pages/rent/index.vue | 1 + pages/rent/place-from.vue | 1 + pages/rent/place-to.vue | 1 + pages/rent/preview.vue | 4 -- plugins/capacitor.client.ts | 9 +-- public/euro_cars_rent_a_car_logo.svg | 18 ++++- public/euro_cars_rent_a_car_logo_light.svg | 16 +++++ 22 files changed, 281 insertions(+), 93 deletions(-) create mode 100644 components/AppMenu.vue create mode 100644 components/Logo.vue create mode 100644 components/PullToRefresh.vue create mode 100644 composables/usePullToRefresh.ts create mode 100644 public/euro_cars_rent_a_car_logo_light.svg diff --git a/.ottotime b/.ottotime index 5515a63..67e4be5 100644 --- a/.ottotime +++ b/.ottotime @@ -73,4 +73,7 @@ 1767339059- 0:21 1767339386- 2:51 1767340009- 87:57 -1767345728- 7:30 +1767345728- 93:01 +1767373107- 6:35 +1767376587- 12:56 +1767377746- 3:22 diff --git a/components/AppMenu.vue b/components/AppMenu.vue new file mode 100644 index 0000000..3ab43db --- /dev/null +++ b/components/AppMenu.vue @@ -0,0 +1,82 @@ + + + + + \ No newline at end of file diff --git a/components/Logo.vue b/components/Logo.vue new file mode 100644 index 0000000..06e63c8 --- /dev/null +++ b/components/Logo.vue @@ -0,0 +1,36 @@ + + + diff --git a/components/PullToRefresh.vue b/components/PullToRefresh.vue new file mode 100644 index 0000000..0a73f4c --- /dev/null +++ b/components/PullToRefresh.vue @@ -0,0 +1,26 @@ + + + diff --git a/components/RentStep.vue b/components/RentStep.vue index a5a8ab1..6af0620 100644 --- a/components/RentStep.vue +++ b/components/RentStep.vue @@ -1,8 +1,9 @@ - {{ token }}
Adatvédelmi nyilatkozat
diff --git a/pages/page/[id].vue b/pages/page/[id].vue index 2a862cb..4a29992 100644 --- a/pages/page/[id].vue +++ b/pages/page/[id].vue @@ -1,8 +1,8 @@