From c6f711030a57ea671ff448d1d1042b538dc9291f Mon Sep 17 00:00:00 2001 From: Gautier P Date: Thu, 21 Jan 2021 10:36:00 +0100 Subject: [PATCH] Put flat details on main page --- flatisfy/web/js_src/components/app.vue | 2 +- flatisfy/web/js_src/components/flat.vue | 444 ++++++++++++++++++++ flatisfy/web/js_src/components/flatsmap.vue | 6 +- flatisfy/web/js_src/store/getters.js | 7 +- flatisfy/web/js_src/views/details.vue | 409 +----------------- flatisfy/web/js_src/views/home.vue | 94 +++-- 6 files changed, 515 insertions(+), 447 deletions(-) create mode 100644 flatisfy/web/js_src/components/flat.vue diff --git a/flatisfy/web/js_src/components/app.vue b/flatisfy/web/js_src/components/app.vue index 801fd3c..6c28c64 100644 --- a/flatisfy/web/js_src/components/app.vue +++ b/flatisfy/web/js_src/components/app.vue @@ -16,7 +16,7 @@ diff --git a/flatisfy/web/js_src/components/flatsmap.vue b/flatisfy/web/js_src/components/flatsmap.vue index f518fcf..555769c 100644 --- a/flatisfy/web/js_src/components/flatsmap.vue +++ b/flatisfy/web/js_src/components/flatsmap.vue @@ -1,11 +1,11 @@ - diff --git a/flatisfy/web/js_src/views/home.vue b/flatisfy/web/js_src/views/home.vue index 2b2c874..d6f44a1 100644 --- a/flatisfy/web/js_src/views/home.vue +++ b/flatisfy/web/js_src/views/home.vue @@ -1,49 +1,56 @@