Gamebrary
1feeb81128
dashboard improvements
2020-09-01 15:38:59 -07:00
Gamebrary
b4abcbbb86
Dashboard
2020-09-01 15:04:43 -07:00
Gamebrary
240f4401f4
update boards store when renaming board
2020-09-01 10:43:48 -07:00
Gamebrary
8d3e66dae4
hide board themes
2020-08-31 14:38:40 -07:00
Gamebrary
2d6e065356
put platform picker in collapsible
2020-08-31 14:38:31 -07:00
Gamebrary
80fc4bc36f
Allow to upload wallpaper from board settings
2020-08-31 14:35:22 -07:00
Gamebrary
28c2736134
Allow to change language
2020-08-31 14:34:32 -07:00
Gamebrary
847d789363
show which theme is currently being used, also put themes in cards
2020-08-28 14:56:57 -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
a34ed94656
mobile enhancements
2020-08-26 14:23:05 -07:00
Gamebrary
88991e5ecd
increase size of board settings modal
2020-08-26 10:34:23 -07:00
Gamebrary
b5f51f9000
Fix wallpaper issues
2020-08-26 09:13:04 -07:00
Gamebrary
9562b0a1b5
Fix wallpaper download url being stored instead of reference
2020-08-26 08:47:12 -07:00
Gamebrary
cd8c3bc9f5
bug fixes
2020-08-25 17:06:49 -07:00
Gamebrary
3918be05cd
fixed issues with tags
2020-08-25 16:37:44 -07:00
Gamebrary
18d0403172
clean up wallpapers, move everything to store
2020-08-25 16:37:33 -07:00
Gamebrary
91f0d78b26
wip delete account modal
2020-08-25 16:36:48 -07:00
Gamebrary
cffa0d1d05
show link to files settings if no wallpapers set
2020-08-24 23:34:28 -07:00
Gamebrary
2c3212125b
make files modal scrollable
2020-08-24 23:33:58 -07:00
Gamebrary
b0cb5e3a29
remove warning syle from sign out button
2020-08-24 23:33:49 -07:00
Gamebrary
c1b6bfe552
mobile optimization
2020-08-24 22:37:51 -07:00
Gamebrary
3a43d2eafb
file management and board settings
2020-08-24 21:23:22 -07:00
Gamebrary
a5d0b15ed7
use show instead of shown
2020-08-24 10:22:01 -07:00
Gamebrary
4bb7493aa2
remove session expired redirect on error
2020-08-24 09:44:22 -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
73ddbaf077
board settings clean up, temp disable themes and move delete to footer
2020-08-14 23:40:27 -07:00
Gamebrary
667dc2d037
remove font awesome
2020-08-14 23:39:19 -07:00
Gamebrary
6f9db83975
replace github-button with standard buttons, load repo data directly
2020-08-14 23:37:27 -07:00
Gamebrary
19a760b276
tags settings clean up and wrong ref fix
2020-08-14 23:35:28 -07:00
Gamebrary
6f0fd298a8
linter fix
2020-08-14 17:04:31 -07:00
Gamebrary
10b21caa27
lots of stuff xD
2020-08-14 17:02:34 -07:00
Gamebrary
db9b0e7f17
replace toasts with bootstrap's
2020-08-12 23:55:56 -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 dev team
f14a5fc3ef
remove styles
2020-07-22 13:44:48 -07:00
Gamebrary dev team
8fbb257918
replace toggle switch
2020-07-21 15:54:39 -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
0241e894a8
replace custom buttons with bootstrap's
2020-07-21 13:49:29 -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
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