Commit graph

59 commits

Author SHA1 Message Date
Gamebrary
d4010fbc46 format platforms before storing them 2020-08-22 11:59:03 -07:00
Gamebrary
2906835701 add/remove game mutations 2020-08-22 05:22:51 -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
9a37c72ae7 refactor move list 2020-08-20 23:49:49 -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
10b21caa27 lots of stuff xD 2020-08-14 17:02:34 -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
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
10787e2bfc switch to 2 spaces 2019-11-08 12:56:03 -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
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
ecbd651853 Hide modal close button when gallery is open 2019-07-11 16:32:03 -07:00
Haseeb Elahi
04fc3ea23f Sort list by game release date (#122) 2019-05-23 13:49:09 -07:00
romancm
de537ecd6f Removed list width option in favor of cover sizes 2019-05-21 23:25:46 -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
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
942a4e1254 Store renaming 2019-04-03 16:21:27 -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
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