From aed83364a41915af3e4e1c5d6bc5dfd48c98e95c Mon Sep 17 00:00:00 2001 From: Vladimir Voronin Date: Fri, 25 Oct 2024 01:15:27 +0300 Subject: [PATCH] some mobile --- index.html | 2 +- src/App.vue | 8 +- src/components/MenuBar.vue | 8 +- src/components/OverlayView.vue | 6 +- src/components/ToolBar.vue | 151 ++++++++++++++++++ src/components/budgets/BudgetList.vue | 2 +- src/components/settings/SettingsView.vue | 7 +- .../transactions/TransactionList.vue | 2 +- src/router/index.ts | 2 +- 9 files changed, 171 insertions(+), 17 deletions(-) create mode 100644 src/components/ToolBar.vue diff --git a/index.html b/index.html index cba7b4b..6607615 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + diff --git a/src/App.vue b/src/App.vue index 5dbc621..53b7671 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@