From 0a8af2f5a841dabb0411f5e856ac440aec94f19c Mon Sep 17 00:00:00 2001 From: "jo.kuehner" Date: Tue, 7 Nov 2023 16:33:42 +0100 Subject: [PATCH] add actionbar --- app.vue | 9 +- layouts/Actionbar.vue | 169 +++++++++++++++++- layouts/Navigationbar.vue | 69 ++++--- layouts/PageHeader.vue | 3 +- layouts/default.vue | 33 ++-- pages/index.vue | 12 +- .../{actionbar-icons => }/Dropdown-Icon.svg | 0 .../icons/{actionbar-icons => }/Save-Icon.svg | 0 .../{actionbar-icons => }/Settings-Icon.svg | 0 .../{Mark-Done-Icon.svg => Archive-Icon.svg} | 0 ...tachment-Icon.svg => Attachments-Icon.svg} | 0 11 files changed, 223 insertions(+), 72 deletions(-) rename public/icons/{actionbar-icons => }/Dropdown-Icon.svg (100%) rename public/icons/{actionbar-icons => }/Save-Icon.svg (100%) rename public/icons/{actionbar-icons => }/Settings-Icon.svg (100%) rename public/icons/actionbar-icons/{Mark-Done-Icon.svg => Archive-Icon.svg} (100%) rename public/icons/actionbar-icons/{Attachment-Icon.svg => Attachments-Icon.svg} (100%) diff --git a/app.vue b/app.vue index 7dcf60c..4c5718d 100644 --- a/app.vue +++ b/app.vue @@ -1,16 +1,13 @@ - - + + + + + \ No newline at end of file diff --git a/layouts/Navigationbar.vue b/layouts/Navigationbar.vue index e16773e..559b12d 100644 --- a/layouts/Navigationbar.vue +++ b/layouts/Navigationbar.vue @@ -1,5 +1,5 @@ @@ -65,51 +65,53 @@ export default { - \ No newline at end of file diff --git a/layouts/PageHeader.vue b/layouts/PageHeader.vue index f20c06f..1a92ee1 100644 --- a/layouts/PageHeader.vue +++ b/layouts/PageHeader.vue @@ -22,7 +22,7 @@ export default { -