Commit graph

146 commits

Author SHA1 Message Date
Gamebrary
a84be79a9a filtered platforms getter 2020-08-24 21:21:56 -07:00
Gamebrary
e6892b70f9 platform picker sort/filter 2020-08-24 21:21:24 -07:00
Gamebrary
32777418f9 platform picker 2020-08-23 00:34:16 -07:00
Gamebrary
d4010fbc46 format platforms before storing them 2020-08-22 11:59:03 -07:00
Gamebrary
f3b44eea98 remove add list action 2020-08-22 11:57:41 -07:00
Gamebrary
2906835701 add/remove game mutations 2020-08-22 05:22:51 -07:00
Gamebrary
1a9b7ffb6b rename non legacy actions 2020-08-22 05:22:32 -07:00
Gamebrary
1f655b9783 save igdb platforms to store 2020-08-22 05:21:56 -07:00
Gamebrary
babe9bd806 refactor list tweaks 2020-08-21 07:38:03 -07:00
Gamebrary
90bc7bafb8 refactor change view and rename list 2020-08-21 00:43:30 -07:00
Gamebrary
46e0f346df allow merge mode when saving board 2020-08-20 23:50:06 -07:00
Gamebrary
9a37c72ae7 refactor move list 2020-08-20 23:49:49 -07:00
Gamebrary
f91347493f missing semi colon 2020-08-20 23:14:13 -07:00
Gamebrary
9d1c6912b4 more refactoring 2020-08-20 23:13:45 -07:00
Gamebrary
07de00ce5b rename mutations as well 2020-08-18 15:01:16 -07:00
Gamebrary
1617fbc71a rename actions to differntiate between old/new 2020-08-18 14:35:32 -07:00
Gamebrary
eb701f79ca separate legacy from new board 2020-08-18 11:56:10 -07:00
Gamebrary
4ec6e0f904 refactor notes 2020-08-15 15:39:22 -07:00
Gamebrary
f68af1cbdd refactor progresses 2020-08-15 13:41:43 -07:00
Gamebrary
6f9db83975 replace github-button with standard buttons, load repo data directly 2020-08-14 23:37:27 -07:00
Gamebrary
10b21caa27 lots of stuff xD 2020-08-14 17:02:34 -07:00
Gamebrary
7368293aed updates 2020-08-11 16:39:11 -07:00
Gamebrary
ba351db6f7 bootstrap initial migration 2020-08-10 21:16:43 -07:00
Gamebrary
034c0c3458 set user id mutation 2020-08-03 10:00:15 -07:00
Roman Cervantes
34c1aeb78e
Game notes refactor (#165)
* Replaced bus events with actions and mutations

* textarea specific styles

* Moved contact actions to its own component

* Misc clean up

* Rename placeholder class

* Refactored game notes, added preview, mutations, classes, etc...

* only center actions on mobile

* Removed unused class

* Added notes label
2019-12-18 16:03:57 -07:00
Roman Cervantes
54204bf88f null checks 2019-12-18 00:24:33 -07:00
Roman Cervantes
39cbf23a81
Game progress clean up (#162)
* Remove bus event for progresses

* Remove progress pie for now

* Progress mutations

* progress actions

* Additional translations

* Fix indentation

* Update getter to get value from platform-specific progress

* Modal clean up, make close button fixed always

* update sort logic to get values from platform-specific

* Use native progress element for view only

* Removed completed todo

* Added desktop media query

* Added todo to sync notes and progresses

* Cleaned up gameProgress component

* Todo

* Show progress on top and button next to other actions

* remove deprecated hollow button class

* Update accent color for default theme

* Cleaned up gameCardGrid a bit

* linter fix

* removed computed prop

* Fix typo

* space out actions

* null check
2019-12-17 22:47:35 -07:00
Patrick Kontschak
d2a3f78942 Add Progress (WIP) (#152)
* Copy GameNotes and use it as boilerplate

* Save and display progress data

* Save and display progress data

* Mobile adjustments and add label

* Mobile adjustments and add label

* save progress as integer

* Add sorting by progress

* Display progress on select GameCards

* Fix `progress()` return

* Reduce amount of props

* Copy change

* remove unnecessary check

* use `input[type=range]`

* remove unnecessary check

* Add progress-pie in the Grid view

Credit goes to @oliviale for her lovely CSS progress pie

* Save and display progress data

* Add progress-pie in the Grid view

Credit goes to @oliviale for her lovely CSS progress pie

* fix rebase conflict

* add translation

* Fixed merge conflict typo
2019-12-16 22:05:35 -07:00
Roman Cervantes
9a44c58c52
Fixed move lists functionality (#159) 2019-12-16 14:43:45 -07:00
Roman Cervantes
b3cfa56cf2 Track drag status via store 2019-12-16 12:05:52 -07:00
Roman Cervantes
0fe86385ff Added alternate view to platforms page 2019-12-12 23:53:37 -07:00
Roman Cervantes
510c9f48a4 Game notes adjustments 2019-12-03 15:49:18 -07:00
Roman Cervantes
aa3c3fc57d Moved save tags to actions 2019-12-03 11:26:19 -07:00
Roman Cervantes
9aa6a338a0 Remove obsolete code referencing brandingEnabled 2019-11-25 22:47:22 -07:00
Roman Cervantes
3ba351d13a hasTags getter 2019-11-21 12:32:41 -07:00
Roman Cervantes
10787e2bfc switch to 2 spaces 2019-11-08 12:56:03 -07:00
Roman Cervantes
e91b561236
Firebase cleanup (#144) 2019-11-04 15:08:30 -07:00
Roman Cervantes
600432a0fd Renamed url constant, added test url 2019-11-04 11:25:17 -07:00
Roman Cervantes
86396dd8c4 Moved save settings to actions 2019-10-18 11:15:09 -07:00
Roman Cervantes
d27ea1eac6 Themes support + clean up 2019-10-09 09:30:07 -07:00
Roman Cervantes
b87de334c0 Commented out move list until fixed 2019-10-05 22:45:38 -07:00
Roman Cervantes
3a621d9b81 Removed no longer used mutations 2019-10-05 22:45:22 -07:00
Roman Cervantes
fe3f23d19c Removed no longer used mutations 2019-10-05 22:28:13 -07:00
Roman Cervantes
f71458b633 Store clean up and new actions 2019-10-01 15:27:34 -07:00
Roman Cervantes
138cd6bb93 Pass lastLogin to user 2019-09-24 10:03:36 -07:00
Roman Cervantes
0d746897f2 Added option for custom branding 2019-09-11 14:02:59 -07:00
Roman Cervantes
777de9e2a8 linter fixes 2019-08-19 23:33:44 -07:00
Roman Cervantes
0b120d724e Updated gamePlatforms getter 2019-08-19 23:21:50 -07:00
Roman Cervantes
7a46aae0aa Update list type mutation 2019-08-08 21:18:06 -07:00
Roman Cervantes
15ed84400a Added list types and cleaned up ListAdd 2019-08-08 21:10:24 -07:00
Roman Cervantes
eba277b222 Renamed mutation 2019-08-01 10:26:59 -07:00
Roman Cervantes
df262c2e7a Update tag mutation 2019-07-25 15:36:35 -07:00
Roman Cervantes
965514a7b2 More null checks 2019-07-16 23:10:16 -07:00
Roman Cervantes
ecbd651853 Hide modal close button when gallery is open 2019-07-11 16:32:03 -07:00
Roman Cervantes
c2823c2a59
IGDV v3 migration (#125)
* Updated endpoints to use IGDB v3

* Updated computed props to match v3 changes

* Moved ageRatings to getter + updated for v3

* Updated getters to support v3 changes

* Moved all ratings images under same folder

* Use new endpoints in actions

* Compatibility updates

* Null check

* formatting

* Load games in chunks of 10 to meet new API requirements

* More compatibility changes

* Use ids for New and standard 3DS, great job naming consoles nintendo!

* Drop v2 suffix
2019-06-08 19:04:07 -07:00
Haseeb Elahi
04fc3ea23f Sort list by game release date (#122) 2019-05-23 13:49:09 -07:00
Roman Cervantes
f46e60d661
Fix for 3ds result dupes (#119) 2019-05-22 11:17:56 -07:00
romancm
bcff9c378e Refactored 3ds fix 2019-05-21 23:46:00 -07:00
romancm
de537ecd6f Removed list width option in favor of cover sizes 2019-05-21 23:25:46 -07:00
Roman Cervantes
a2443b17b3
Update action (#118) 2019-05-21 15:33:42 -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
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
Matthew Bunge
a9641290f8 Answer Issue #71: Auto sort list (#91)
* 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
2019-05-16 10:34:33 -07:00
Roman Cervantes
0cdce74761 Remove platforms action 2019-04-25 11:42:01 -07:00
Roman Cervantes
fbd48ce178 Game notes! 2019-04-19 13:27:45 -07:00
Roman Cervantes
6ca0c383bc Close list add on board click 2019-04-18 13:31:15 -07:00
Roman Cervantes
e37b1a2280 Wallpaper upload component 2019-04-08 21:17:26 -07:00
Roman Cervantes
cb38320acf Simplified add list 2019-04-05 15:46:56 -07:00
Roman Cervantes
c769b0d2d8 linter fixes 2019-04-03 16:29:58 -07:00
Roman Cervantes
942a4e1254 Store renaming 2019-04-03 16:21:27 -07:00
Roman Cervantes
e3ee38afe1 Send welcome email action 2019-04-02 17:14:32 -07:00
Roman Cervantes
9d945c569b Send welcome email on sign up 2019-04-02 16:45:01 -07:00
Roman Cervantes
22a451e311 Sort mutation null check 2019-03-29 13:43:12 -07:00
Roman Cervantes
7d074ea7b9 More null checks 2019-03-29 13:40:24 -07:00
Roman Cervantes
d5192919b9 Added support for game tags 2019-02-07 23:15:16 -07:00
Roman Cervantes
6b043ffa1c Added releases in store 2019-02-07 23:03:40 -07:00
Roman Cervantes
ee375145fe Removed no longer used stuff 2019-02-07 23:01:15 -07:00
Roman Cervantes
79dcc95701 Show release history 2019-02-07 22:46:29 -07:00
Roman Cervantes
a321014f26 Clear active list mutation 2019-02-05 00:32:08 -07:00
Roman
f724263a7e
#52 Delete platform (#53)
* Remove unnecessary parens

* Remove platform mutation

* Added option to delete platform
2019-01-15 22:01:31 -07:00
Roman Cervantes
18b93693d7 Added sort by rating option 2018-12-21 16:35:12 -06:00
Roman Cervantes
a7742f345c Moved settings null check to getter 2018-12-21 15:52:11 -06:00
Roman Cervantes
5ccc12a171 Detect if device supports touch on login 2018-12-01 13:36:09 -07:00
Roman Cervantes
fbd5ed2b46 Fixed console errors 2018-11-27 16:59:19 -07:00
Roman Cervantes
27b5a7097f Load platform action 2018-11-26 23:46:01 -07:00
Roman Cervantes
34af251d9f Added ability to move lists 2018-11-25 14:18:34 -07:00
Roman Cervantes
e1e71f7016 Share list 2018-11-20 19:43:10 -07:00
Roman Cervantes
56e4d40ce2 Load game on page load now 2018-11-17 15:21:29 -07:00
Roman Cervantes
dfae214a03 Update active game mutation 2018-11-17 15:20:54 -07:00
Roman Cervantes
c18aec2ca7 Improved clear session mutation 2018-10-26 22:27:43 -07:00
Roman Cervantes
a2353f7163 Set cache data correctly 2018-10-26 22:27:27 -07:00
Roman
b6b92e32d1
Firebase migration (#50)
Firebase migration
2018-10-24 23:33:15 -07:00
Roman Cervantes
fef745d59d Switched games endpoint to firebase 2018-10-18 23:04:27 -07:00
Roman Cervantes
344771feb8 Enabled cors 2018-10-18 23:00:49 -07:00
Roman Cervantes
50ffb4ebed Added cors to functions / Replaced search endpoint with firebase cloud function 2018-10-18 22:55:06 -07:00
Roman Cervantes
21e2c55003 Initial commit 2018-10-18 22:15:28 -07:00