Commit graph

100 commits

Author SHA1 Message Date
Gamebrary
c8352d690a wip 2020-10-21 09:26:00 -07:00
Gamebrary
1eff67376c clean up styles 2020-10-13 17:09:47 -07:00
Gamebrary
702842e805 modal updates 2020-10-08 12:16:50 -07:00
Gamebrary
4454cc67a4 remove themes 2020-10-08 13:56:46 -04:00
Gamebrary
65115f61cd updated UI wip 2020-09-25 17:09:20 -07:00
Gamebrary
1feeb81128 dashboard improvements 2020-09-01 15:38:59 -07:00
Gamebrary
b4abcbbb86 Dashboard 2020-09-01 15:04:43 -07:00
Gamebrary
efeaa73996 theme overrides 2020-08-31 15:19:53 -07:00
Gamebrary
4644bd5d4a remove box shadow from rating 2020-08-31 14:34:41 -07:00
Gamebrary
020bae0827 override nav box shadow 2020-08-26 16:47:08 -07:00
Gamebrary
9ed40fc435 Theme support 2020-08-26 16:31:39 -07:00
Gamebrary
bf2d8a3bb6 share clickable class for cards 2020-08-26 11:07:13 -07:00
Gamebrary
1449f59c44 add pointer cursor to board card 2020-08-26 09:32:38 -07:00
Gamebrary
41a081006d clean up themes 2020-08-25 22:01:48 -07:00
Gamebrary
4b110e438d clean up bootrstrap implementation 2020-08-25 16:36:39 -07:00
Gamebrary
b6a9da7376 update bootstrap template 2020-08-25 16:35:37 -07:00
Gamebrary
8c86d2da0a tweak default bootstrap colors 2020-08-25 16:35:21 -07:00
Gamebrary
10b21caa27 lots of stuff xD 2020-08-14 17:02:34 -07:00
Gamebrary
01928dffac remove old styles 2020-08-14 16:59:46 -07:00
Gamebrary dev team
f14a5fc3ef remove styles 2020-07-22 13:44:48 -07:00
Gamebrary dev team
fe06a86b90 remove css reset 2020-07-21 16:01:05 -07:00
Gamebrary dev team
17635f9d5f remove inputs styles 2020-07-21 15:55:46 -07:00
Gamebrary dev team
a439a21eb1 replace inputs 2020-07-21 15:08:22 -07:00
Gamebrary dev team
be713562e5 replace select with bootstrap's 2020-07-21 14:18:40 -07:00
Gamebrary dev team
57a2d040a3 replace textarea with bootstrap's 2020-07-21 14:12:02 -07:00
Gamebrary dev team
0241e894a8 replace custom buttons with bootstrap's 2020-07-21 13:49:29 -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
fe34e0f477 Fixed indentation in themes 2020-01-22 10:21:41 -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
Patrick Kontschak
b907cda562 Add "Tomorrow Night" themes (#175)
* add custom properties for progress bar colors

* add Tomorrow themes

* update existing themes with custom progress props
2020-01-21 22:23:52 -07:00
Patrick Kontschak
52af31e488 Progress styling (#164)
* style progress bar/range

* add progress percentage next to bar

* Linting

* Separate GameProgress and GameProgressModal markup

* Display process percentage within/on top of range

* refactor progress element

* add missing gameprogress

it got lost in the rebase

* add margin and center progress on mobile
2020-01-06 11:05:49 -06: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
cce8aa2fed
Grid view placeholder (#161) 2019-12-16 21:54:31 -07:00
Roman Cervantes
0b3fbf67d2 Restored input hex values 2019-12-03 22:33:54 -07:00
Roman Cervantes
510c9f48a4 Game notes adjustments 2019-12-03 15:49:18 -07:00
Roman Cervantes
2d7264ac85 Markdown styles 2019-12-03 15:17:52 -07:00
Roman Cervantes
34dd383f13 Style input, select and textarea to match theme 2019-12-03 15:17:37 -07:00
Roman Cervantes
68ef0e0fcb Added pseudo-stroke to header text 2019-11-27 20:31:58 -07:00
Roman Cervantes
52ab156f2e Flattenned blue theme 2019-11-22 23:03:11 -07:00
Roman Cervantes
c30e4d5efc Hyurle theme 2019-11-19 11:35:07 -07:00
Roman Cervantes
218ec8c136 Default theme updates 2019-11-19 11:34:35 -07:00
Roman Cervantes
5fa43e8d2b Linter fixes 2019-11-08 13:34:06 -07:00
Roman Cervantes
622dd14a26 tabs styles 2019-10-18 10:27:13 -07:00
Roman Cervantes
eded36efd8 Misc clean up and tweaks 2019-10-17 21:37:35 -07:00
Roman Cervantes
de032dd1a7 Changed primary background in default theme 2019-10-16 12:56:03 -07:00
Roman Cervantes
5bf7163ff0 Reduced list header height 2019-10-16 12:40:32 -07:00
Roman Cervantes
d27ea1eac6 Themes support + clean up 2019-10-09 09:30:07 -07:00