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
405c21f829
Merge steam and windows into PC ( #168 )
...
* Merge steam and windows into PC
* Update and tweak pc logo
* null check to fix sentry error
* dissolve header in modal
2019-12-18 23:07:36 -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
Patrick Kontschak
1aa618ca4b
Input focus ( #146 )
...
* add focusInput functions
`autofocus` on inputs doesn't seem to work. So I manually set `focus()` whenever `open()`/`clear()`/`reset()` is called.
* set focus to searchInput after adding a game (WIP)
I know too little about Vue.js, but I'm certain that it's a bad practice to look 2 parents up to find the `searchInput` ref. Either the ref needs to be added to its children or `focusInput()` needs to be added to `GameCard.js` to use as a mixin.
* linting
* remove unnecessary if statements
* remove comments
2019-12-14 17:34:27 -07:00
Roman Cervantes
aa3c3fc57d
Moved save tags to actions
2019-12-03 11:26:19 -07:00
Roman Cervantes
2cdf0d9465
Auto save settings
2019-12-02 11:49:34 -07:00
Roman Cervantes
59dd9cc78e
Make show game ratings setting list-specific
2019-12-02 11:20:58 -07:00
Roman Cervantes
ce1122e337
linter fix
2019-11-22 22:45:56 -07:00
Roman Cervantes
f81b8c86ac
Removed unused stuff
2019-11-22 22:45:08 -07:00
Roman Cervantes
6adf9e126c
Replaced tag color picker
2019-11-22 22:43:57 -07:00
Roman Cervantes
37a0692783
Gameboard clean up
2019-11-21 15:06:14 -07:00
Roman Cervantes
d5d1a14035
Moved tag component to tags folder
2019-11-21 14:50:10 -07:00
Roman Cervantes
f2891a2a46
Rename tags settings component
2019-11-21 14:29:07 -07:00
Roman Cervantes
874e018b42
Platform exclusive tags and custom colors
2019-11-20 15:16:51 -07:00
Roman Cervantes
a8585a7b6e
restored old linter rules
2019-11-14 14:10:10 -07:00
Roman Cervantes
b151c20ee2
add default value to prop
2019-11-08 13:36:33 -07:00
Roman Cervantes
5fa43e8d2b
Linter fixes
2019-11-08 13:34:06 -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
acfb9fa055
Show theme dropdown, comment out themes that aren't ready
2019-11-04 11:41:43 -07:00
Roman Cervantes
d1cde20e68
Comment out new features
2019-10-31 15:08:48 -07:00
Roman Cervantes
eded36efd8
Misc clean up and tweaks
2019-10-17 21:37:35 -07:00
Roman Cervantes
6393d33cad
Settings updates
2019-10-16 12:56:12 -07:00
Roman Cervantes
02a45d3636
Removed transparent wallpaper setting
2019-10-09 12:45:16 -07:00
Roman Cervantes
00c1465d9b
Remove global theme
2019-10-09 12:27:12 -07:00
Roman Cervantes
d27ea1eac6
Themes support + clean up
2019-10-09 09:30:07 -07:00
Roman Cervantes
6555f0133d
Removed settings import and clean up
2019-10-05 14:45:55 -07:00
Roman Cervantes
2a04ab6b33
Moved settings to all styles
2019-10-05 14:44:13 -07:00
Roman Cervantes
8be6907db3
fix settings id
2019-09-29 09:51:58 -07:00
Roman Cervantes
0adb2bd91c
hide upcoming features
2019-09-26 10:48:18 -07:00
Roman Cervantes
79d945fb24
Settings updates
2019-09-25 14:57:05 -07:00
Roman Cervantes
52336b2388
Added todos for firebase calls
2019-09-23 13:03:30 -07:00
Roman Cervantes
952b207b66
linter fix
2019-09-18 22:15:12 -07:00
Roman Cervantes
51c2967aaa
Cleaned up settings
2019-09-18 21:52:04 -07:00
Roman Cervantes
9b567bab2a
Flatten settings
2019-09-18 21:44:46 -07:00
Roman Cervantes
dcdceaf496
Remove leftover code
2019-09-18 21:40:32 -07:00
Roman Cervantes
f662daf6c9
Clean up and missing translations
2019-09-13 15:11:12 -07:00
Roman Cervantes
cc436e5ab6
Update setting label
2019-09-11 14:07:11 -07:00
Roman Cervantes
0d746897f2
Added option for custom branding
2019-09-11 14:02:59 -07:00
Roman Cervantes
8805cc412c
Updat github repo user name
2019-09-11 12:06:57 -07:00
Roman Cervantes
1f925bb180
Remove scss extension
2019-09-10 13:02:16 -07:00
Roman Cervantes
1c1b255344
Handle expired sessions gracefuly
2019-08-09 12:12:11 -07:00
Roman Cervantes
ddbd4c6e4b
Game board settings clean up
2019-08-07 15:40:32 -07:00
Roman Cervantes
b6eda18024
Flatten unnecessarily deep folders ( #132 )
2019-08-06 15:45:59 -07:00
Roman Cervantes
e2db5694e4
Disable tag editing, for now.
2019-07-25 15:36:29 -07:00
Roman Cervantes
86c85ee24b
Allow to edit tags
2019-07-16 16:43:45 -07:00
Roman Cervantes
ba15840828
only show specific board settings when in game board
2019-07-16 10:39:24 -07:00
Roman Cervantes
3602efc1ac
linter fix
2019-07-12 14:36:01 -07:00
Roman Cervantes
513798a6ce
Tags adjustments
2019-07-12 14:31:37 -07:00
Roman Cervantes
351f1efd70
Style adjustments
2019-07-11 13:44:44 -07:00