Commit graph

513 commits

Author SHA1 Message Date
Roman Cervantes
eb92520305 Added translation for grid view 2019-06-06 17:06:42 -07:00
romancm
046b3934d0 Address build fail for now 2019-06-06 06:47:39 -07:00
romancm
593b406ee2 Fixed dependencies 2019-06-06 06:46:02 -07:00
romancm
0629a387b3 Masonry layout WIP 2019-06-06 06:44:06 -07:00
romancm
b0951cced7 Fixed redundant small/tiny classes 2019-06-05 10:30:47 -07:00
Roman Cervantes
5d400bb25f Upgrade axios 2019-05-30 09:56:46 -07:00
dependabot[bot]
06b506dd26 Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 (#124)
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.3.2)
2019-05-24 12:49:35 -07:00
Roman Cervantes
665464a0a6 Removed redundant badge 2019-05-24 12:34:05 -07:00
Roman Cervantes
c823884ec2 Another update 2019-05-24 12:33:38 -07:00
Roman Cervantes
15c034383b Fixed readme 2019-05-24 12:32:51 -07:00
Roman Cervantes
5b316dd864 Updated readme 2019-05-24 12:32:01 -07:00
Roman Cervantes
f171c7ceab update license 2019-05-24 12:07:58 -07:00
Haseeb Elahi
04fc3ea23f Sort list by game release date (#122) 2019-05-23 13:49:09 -07:00
allcontributors[bot]
3e3d33efdb docs: add haseebelahi as a contributor (#123)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-23 13:22:44 -07:00
Roman Cervantes
5bcb827812 Added release_dates to minimal igdb fields list 2019-05-23 09:45:53 -07:00
Roman Cervantes
1481ffb14f Cleaned up list settings 2019-05-22 12:06:27 -07:00
Roman Cervantes
560693e552 Show game count in platform tile 2019-05-22 11:50:15 -07:00
Roman Cervantes
7a4f7ab249 fix platform image on larger resolutions 2019-05-22 11:28:00 -07:00
Roman Cervantes
f46e60d661
Fix for 3ds result dupes (#119) 2019-05-22 11:17:56 -07:00
romancm
add25c1a16 Animate width transitions 2019-05-21 23:59:34 -07:00
romancm
bcff9c378e Refactored 3ds fix 2019-05-21 23:46:00 -07:00
romancm
fa13fd906d Linter fixes 2019-05-21 23:44:12 -07:00
romancm
d4b5a0a7d4 Added text only game card 2019-05-21 23:26:05 -07:00
romancm
de537ecd6f Removed list width option in favor of cover sizes 2019-05-21 23:25:46 -07:00
romancm
fddb1c8ca0 Fixed indentation 2019-05-21 23:23:10 -07:00
Roman Cervantes
a2443b17b3
Update action (#118) 2019-05-21 15:33:42 -07:00
Roman Cervantes
8fb9a7798a Updated readme 2019-05-21 15:29:30 -07:00
Roman Cervantes
60b492222c Updated test credentials 2019-05-21 15:28:43 -07:00
Roman Cervantes
c207a7c5e7 test 2019-05-21 15:24:16 -07:00
Roman Cervantes
c6718c9ed4 test 2019-05-21 15:21:26 -07:00
Roman Cervantes
766a8e1daf test 2019-05-21 15:17:51 -07:00
Roman Cervantes
c27e361402 Commented out failing test 2019-05-21 15:17:01 -07:00
Roman Cervantes
0626d4239e test 123 2019-05-21 15:14:24 -07:00
Roman Cervantes
f32aacfd8a test 2019-05-21 15:13:17 -07:00
Roman Cervantes
8a162d2078 test 2019-05-21 15:08:46 -07:00
Roman Cervantes
4d76917775 test 2019-05-21 15:04:25 -07:00
Roman Cervantes
50466f210e test 2019-05-21 15:03:25 -07:00
Roman Cervantes
3eca610784 yarn lint test 2019-05-21 15:02:02 -07:00
Roman Cervantes
1f77b9a2b3 Restore config 2019-05-21 14:56:43 -07:00
Roman Cervantes
5cb87964bf update circleci config 2019-05-21 14:52:20 -07:00
Roman Cervantes
45538a2de3 Added lint job 2019-05-21 14:51:04 -07:00
Roman Cervantes
e2be286aaa Added circleci badge 2019-05-21 14:49:02 -07:00
Roman Cervantes
b9cf477615 Added circleci 2019-05-21 14:47:14 -07:00
Matthew Bunge
a1bf2a80be
#74: 3DS and New 3DS libraries need to be merged (#113)
* Fixed back strings

* Merged 3DS and New 3DS

* Apply suggestions from code review

Co-Authored-By: Roman Cervantes <roman.cervantes@keap.com>
2019-05-20 10:27:34 -07:00
Roman Cervantes
0969535e8b Addressed linter issues 2019-05-20 10:14:57 -07:00
Matthew Bunge
b8b9290a0b
#69: Adjustable list width (#109)
* Added Autosorting

* When list set to sort new games now properly sorted

* Custom by default on new lists

* Apply suggestions from code review

Will look at recommended changes to <i> as they are more involved

Co-Authored-By: Roman Cervantes <roman.cervantes@keap.com>

* Made rest of formatting changes

* Added width selector and associated data in ListSettings

* Moved selectedWidth up a level

* Width now changes width, doesn't change card size

* Mostly working, covers are just giant for no particular reason right now

* Removed hard coded Strings in ListSettings
2019-05-19 13:19:11 -07:00
allcontributors[bot]
75bd89a8b2 docs: add WKenya as a contributor (#112)
* docs: update README.md

* docs: update .all-contributorsrc
2019-05-18 21:31:50 -07:00
romancm
9721f99f9c fixed lock file 2019-05-18 18:27:20 -07:00
romancm
31d1c879c3 Updated icon styles 2019-05-18 10:30:15 -07:00
romancm
1d23a99806 Move listSettings component to lists folder 2019-05-18 10:16:20 -07:00