Commit graph

111 commits

Author SHA1 Message Date
Gamebrary
f3652892ae store themes locally instead of fetching them every time 2020-09-02 11:06:36 -07:00
Gamebrary
1feeb81128 dashboard improvements 2020-09-01 15:38:59 -07:00
Gamebrary
fee91ff44f load releases on page load, and save to store 2020-09-01 15:38:45 -07:00
Gamebrary
240f4401f4 update boards store when renaming board 2020-09-01 10:43:48 -07:00
Gamebrary
2a82ca3a26 move sortedBoards to getter 2020-09-01 10:43:19 -07:00
Gamebrary
8b1bdacfdd load wallpapers on page load 2020-08-28 14:56:20 -07:00
Gamebrary
9ed40fc435 Theme support 2020-08-26 16:31:39 -07:00
Gamebrary
df9ba2e81d platformNames getter 2020-08-26 11:07:21 -07:00
Gamebrary
d2a4102a39 default logo format to svg 2020-08-26 11:06:47 -07:00
Gamebrary
0d5a8a4c2e linter fix 2020-08-26 00:19:10 -07:00
Gamebrary
03e8b6ced3 default filter to popular 2020-08-26 00:16:49 -07:00
Gamebrary
d12c28ea3a default filter to popular 2020-08-25 23:33:37 -07:00
Gamebrary
bb2c700366 improve clear session mutation 2020-08-25 21:44:59 -07:00
Gamebrary
18d0403172 clean up wallpapers, move everything to store 2020-08-25 16:37:33 -07:00
Gamebrary
3a43d2eafb file management and board settings 2020-08-24 21:23:22 -07:00
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