From 3ffc14069ada968e3179416981e392cd34a02e2c Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Tue, 15 Oct 2024 07:47:14 +0200 Subject: [PATCH 001/221] feat(homeview): Add HeaderFooterView & populate with default values --- layouts/HeaderFooterView.vue | 30 ++++++++++++++++++++++++++++++ pages/index.vue | 23 ++++++++++++++++++++++- 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 layouts/HeaderFooterView.vue diff --git a/layouts/HeaderFooterView.vue b/layouts/HeaderFooterView.vue new file mode 100644 index 0000000..8515e53 --- /dev/null +++ b/layouts/HeaderFooterView.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index eb9c65c..cce341f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,15 +1,36 @@ \ No newline at end of file From 3ce081e2bdb745e5acaaf02e10cb1adfd9f3f53d Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Tue, 15 Oct 2024 07:51:05 +0200 Subject: [PATCH 002/221] enhance(homeview): made header & footer borders seamless on the top/bottom side respectively --- layouts/HeaderFooterView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/HeaderFooterView.vue b/layouts/HeaderFooterView.vue index 8515e53..2d71269 100644 --- a/layouts/HeaderFooterView.vue +++ b/layouts/HeaderFooterView.vue @@ -5,7 +5,7 @@