From 706015c719ef3b4adbd482f4b5a370a018e767c3 Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Tue, 27 Oct 2020 00:03:17 +0200 Subject: [PATCH 1/4] Search filters and history --- src/components/NavBar.vue | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index d6a3c53..2bd4787 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -4,7 +4,7 @@ - + Search
@@ -25,29 +25,29 @@
- - - + + +
- - - + + + +
- - - + +
- - + +
@@ -58,6 +58,7 @@
+ History
From 623c8b361d38039eee811b317b8eea1b6f8405e2 Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Tue, 27 Oct 2020 00:17:16 +0200 Subject: [PATCH 2/4] solved merge conflict --- src/components/NavBar.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index a564c4f..2bd4787 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -25,15 +25,9 @@
-<<<<<<< HEAD -======= - - - ->>>>>>> e59f24b414f547443bab3d9f17b2a4df4d12cfdb
From 491993057bbf11e900ee464cc64c57ea0f876764 Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Tue, 27 Oct 2020 21:46:27 +0200 Subject: [PATCH 3/4] Modified layout and added pagination --- src/components/NavBar.vue | 234 +++++++++++++++++++------------------ src/components/Options.vue | 111 +++++++++--------- 2 files changed, 180 insertions(+), 165 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 2bd4787..ebb9ff3 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,119 +1,127 @@