Commit graph

124 commits

Author SHA1 Message Date
Gamebrary
bb1d860993 todos and clean up 2021-02-19 15:58:46 -07:00
Gamebrary
0fab42e7d2 move firebase config to constant 2021-02-18 12:40:53 -07:00
Gamebrary
12e24adcab keyboard shortcuts 2021-02-09 11:54:52 -07:00
Gamebrary
0222dea765 offset entire app to make room for dock 2021-02-02 22:35:19 -07:00
Gamebrary
a01305df4a show dock for public boards as well 2021-02-02 21:58:55 -07:00
Gamebrary
a6fe5ea7e6 remove session modal from root 2021-02-01 16:20:49 -07:00
Gamebrary
ac7713fcb7 Consolidated all global modals 2021-02-01 14:16:03 -07:00
Gamebrary
4b4b8b6ee5 Move pages to dashboard 2021-01-20 15:44:04 -07:00
Gamebrary
77e43d90f4 Rename pageHeader -> dock 2021-01-10 12:55:45 -07:00
Gamebrary
fa76e175b3 remove ambiguous todo 2021-01-06 16:43:13 -07:00
Gamebrary
b353b809ed account for private and public boards 2021-01-06 14:42:33 -07:00
Roman Cervantes
f0820819ee simplify toasts 2020-12-09 22:26:57 -07:00
Gamebrary
9d1cf832d6 wip 2020-12-09 16:30:52 -07:00
Gamebrary
9c0351d843 todos 2020-11-21 07:31:02 -07:00
Gamebrary
b6c3a1eeff adjust app left padding 2020-11-20 23:34:15 -07:00
Roman Cervantes
a086bb6750 change page header layout 2020-11-17 22:55:35 -07:00
Gamebrary
4a07e027bf allow to open game modal from anywhere 2020-11-03 15:49:30 -07:00
Gamebrary
e70c42d1a2 missing line break 2020-10-31 10:44:15 -07:00
Roman Cervantes
6cb09819f8 todo's 2020-10-22 17:06:56 -07:00
Gamebrary
001f83ef9d get twitch token on page load 2020-10-15 16:15:09 -07:00
Gamebrary
3f87019aa5 more updates 2020-10-13 17:38:35 -07:00
Gamebrary
b3b6ad696a public board 2020-10-05 11:42:28 -07:00
Gamebrary
4860c2d3fc remove leftover code + added todos 2020-09-28 16:30:49 -07:00
Gamebrary
08a6411958 refactor authorizing 2020-09-28 16:27:08 -07:00
Gamebrary
65115f61cd updated UI wip 2020-09-25 17:09:20 -07:00
Gamebrary
cdfc08e5c8 handle expired sessions better 2020-09-23 16:01:39 -07:00
Gamebrary
56598accc7 rename method 2020-09-10 08:20:59 -07:00
Gamebrary
de8ff76855 restore reverted logic for testing 2020-09-09 16:44:31 -07:00
Gamebrary
bc87d5dd7d set notification if new release, then store in db, also renamed method 2020-09-09 16:36:04 -07:00
Gamebrary
f337948ff2 clean up 2020-09-09 13:38:52 -07:00
Gamebrary
fee91ff44f load releases on page load, and save to store 2020-09-01 15:38:45 -07:00
Gamebrary
37578f054a load wallpapers from app.vue 2020-08-28 14:57:28 -07:00
Gamebrary
dc521397eb remove theme from app.vue 2020-08-25 22:02:20 -07:00
Gamebrary
d26b91b38d clean up #app 2020-08-25 16:41:57 -07:00
Gamebrary
6ee92c126a min height in #app 2020-08-24 23:34:39 -07:00
Gamebrary
8f4226ced4 put board name in header 2020-08-24 22:19:30 -07:00
Gamebrary
08c672c464 misc clean up 2020-08-24 10:23:04 -07:00
Gamebrary
07de00ce5b rename mutations as well 2020-08-18 15:01:16 -07:00
Gamebrary
02664d9f1b clean up 2020-08-14 17:00:04 -07:00
Gamebrary
05348124ec rename GameBoard -> Board 2020-08-14 16:58:55 -07:00
Gamebrary
db9b0e7f17 replace toasts with bootstrap's 2020-08-12 23:55:56 -07:00
Gamebrary
ba351db6f7 bootstrap initial migration 2020-08-10 21:16:43 -07:00
Gamebrary dev team
f14a5fc3ef remove styles 2020-07-22 13:44:48 -07:00
Patrick Kontschak
2a9f6c687d Display games with 100% progress as completed with a checkmark/badge (#173) 2020-01-28 09:41:50 -07:00
Roman Cervantes
db255ea724 Put border radius values in theme 2020-01-22 10:18:08 -07:00
Patrick Kontschak
b392112b54 Add advanced theme settings (#157)
* Add advanced theme settings

- header position
- border-radius
- list background
- amount of games next to list title
- settings section headlines

* Linting

* Linting: indent

* keep options consistent

switching from "hide this" and "display this" is bad UX.

* Hide number of games in lists by default

* reverse header position with css

* border-radius

* remove transparent background setting

this will be handled by themes

* only affect top/bottom settings on mobile
2020-01-22 09:39:16 -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
4450e8186b Prevent x overflow 2019-12-13 10:35:57 -07:00