From b10a49a204e20c1f7d80dd71f5749029274fb179 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 13 Apr 2019 21:08:59 -0400 Subject: [PATCH 1/4] Improved UI for the collection page --- .gitignore | 2 + index.html | 1 + src/components/collection/index.js | 12 +- src/components/collection/search/index.js | 110 ++++-- src/components/collection/types/Attack.js | 2 - src/components/collection/types/Battlegear.js | 3 - src/components/collection/types/Creature.js | 3 - src/components/collection/types/Location.js | 3 - src/components/collection/types/Mugic.js | 3 - src/css/legacy/Collection.css | 1 + src/scss/collection.scss | 364 +++++++++++------- 11 files changed, 315 insertions(+), 189 deletions(-) diff --git a/.gitignore b/.gitignore index 74e2a6c..25d53f9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ node_modules *.sublime-workspace package-lock.json + +*.idea diff --git a/index.html b/index.html index 499a5f7..a75d91e 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ +