From 51dffd48dc55eb8bf50e5eee99384d0e04ce3be3 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 29 Mar 2021 14:16:36 +0200 Subject: [PATCH] / Refactored btn component / icons and revamped list layout --- components/atoms/FSButton.vue | 39 ++++++++++++ components/celestials/CelestialCardIcon.vue | 10 ++-- components/celestials/CelestialFilters.vue | 59 ++++++++----------- components/celestials/CelestialsList.vue | 7 ++- ...rs-in-a-cloud-white.svg => moon-white.svg} | 0 ...moon-and-stars-in-a-cloud.svg => moon.svg} | 0 ...anets-white.svg => planet-moons-white.svg} | 0 ...and-other-planets.svg => planet-moons.svg} | 0 ...lanet-shape-white.svg => planet-white.svg} | 0 .../{saturn-planet-shape.svg => planet.svg} | 0 ...{stars-group-white.svg => stars-white.svg} | 0 static/icons/{stars-group.svg => stars.svg} | 0 .../{sun-shape-white.svg => sun-white.svg} | 0 static/icons/{sun-shape.svg => sun.svg} | 0 14 files changed, 71 insertions(+), 44 deletions(-) rename static/icons/{moon-and-stars-in-a-cloud-white.svg => moon-white.svg} (100%) rename static/icons/{moon-and-stars-in-a-cloud.svg => moon.svg} (100%) rename static/icons/{saturn-and-other-planets-white.svg => planet-moons-white.svg} (100%) rename static/icons/{saturn-and-other-planets.svg => planet-moons.svg} (100%) rename static/icons/{saturn-planet-shape-white.svg => planet-white.svg} (100%) rename static/icons/{saturn-planet-shape.svg => planet.svg} (100%) rename static/icons/{stars-group-white.svg => stars-white.svg} (100%) rename static/icons/{stars-group.svg => stars.svg} (100%) rename static/icons/{sun-shape-white.svg => sun-white.svg} (100%) rename static/icons/{sun-shape.svg => sun.svg} (100%) diff --git a/components/atoms/FSButton.vue b/components/atoms/FSButton.vue index e69de29..c706754 100644 --- a/components/atoms/FSButton.vue +++ b/components/atoms/FSButton.vue @@ -0,0 +1,39 @@ + + + + + + + diff --git a/components/celestials/CelestialCardIcon.vue b/components/celestials/CelestialCardIcon.vue index 1f98f90..92a15a4 100644 --- a/components/celestials/CelestialCardIcon.vue +++ b/components/celestials/CelestialCardIcon.vue @@ -2,31 +2,31 @@