Commit graph

147 commits

Author SHA1 Message Date
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
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
Roman Cervantes
a482f34524 Added confirm modal variation 2019-07-11 13:16:04 -07:00
Roman Cervantes
52dbeb62c3 Added null check to readme markdown 2019-07-11 12:57:10 -07:00
Roman Cervantes
07cb26dc42 put reloading v-if back 2019-07-11 12:55:23 -07:00
Roman Cervantes
bf514feeb7 Style reloading 2019-07-11 12:52:59 -07:00
Roman Cervantes
1ab410f55d Only show platform settings if a platform is selected 2019-07-11 12:50:37 -07:00
Roman Cervantes
0bf0ed9651 Moved computed prop and method to account settings 2019-07-11 12:27:09 -07:00
Roman Cervantes
2b68a42252 About gamebrary section 2019-07-11 12:05:34 -07:00
Roman Cervantes
8e8ebdd7d8 Updated settings components 2019-07-10 16:23:40 -07:00
romancm
92aea6aa96 Fixed translation 2019-06-27 21:16:49 -07:00
Roman Cervantes
e5346b4910 fixed line 2019-06-22 05:47:43 -07:00
Roman Cervantes
3299447667 default settings lang to english 2019-06-22 05:46:11 -07:00
Roman Cervantes
15f4164758 More translations 2019-06-20 13:27:05 -07:00
Roman Cervantes
1f4124cf24 Translate the translations (brain explodes) 2019-06-19 15:14:02 -07:00
romancm
3342b9c79b Added auto reloader 2019-06-19 07:38:51 -07:00
romancm
b0951cced7 Fixed redundant small/tiny classes 2019-06-05 10:30:47 -07:00
romancm
0899ded68d Clean up 2019-05-18 06:44:49 -07:00
Alex Noble
26c72206a9 Localization (#108)
* Added new strings to localization

* Add localization support to ReviewBox
Add localization support to GameScreenshots
Add localization support to GameVideos

* Finished finding hardcoded strings
2019-05-18 05:56:05 -07:00
Alex Noble
50aa9a6eca Localization (#107)
* Added new strings to localization

* Add localization support to ReviewBox
Add localization support to GameScreenshots
Add localization support to GameVideos
2019-05-16 16:42:44 -07:00
Roman Cervantes
69156b919e Added option to make lists semi transparent 2019-04-13 15:05:26 -07:00
Roman Cervantes
b0df438dc6 Move footer content to settings menu 2019-04-13 08:36:47 -07:00
Roman Cervantes
516a5f3396 Sectioned settings page 2019-04-05 15:46:17 -07:00
Roman Cervantes
3ea7cfb952 Restored css alias 2019-04-05 12:16:32 -07:00
Roman Cervantes
1721673ce7 Removed css alias 2019-04-05 12:10:50 -07:00
Roman Cervantes
732ab961cb Added list settings component 2019-04-03 16:20:53 -07:00
Roman Cervantes
cd0a1e45ce Added platform settings + cleanup 2019-04-01 13:16:45 -07:00
Roman Cervantes
3cc73e75f2 Removed unused setting 2019-04-01 12:03:41 -07:00
Roman Cervantes
3554666881 Removed unused settings code 2019-04-01 11:36:30 -07:00
Roman Cervantes
4f30adb494 Share list improvements 2019-03-29 15:00:42 -07:00
Roman Cervantes
4d43536854
Lots of clean up and minor improvements (#58) 2019-03-28 14:23:09 -07:00
Roman Cervantes
d10802a700 Improved dark theme 2019-02-21 23:14:11 -07:00
Roman Cervantes
a215ff7546 Fix modal padding 2019-02-15 14:57:11 -07:00
Roman Cervantes
4adb22e5cc Show game ratings by default 2019-02-08 10:19:51 -07:00
Roman Cervantes
aee65b26ed Remove deprecated firestore setting 2019-02-07 23:53:04 -07:00
Roman Cervantes
3405436639 Settings panel overhaul 2019-02-05 23:57:47 -07:00
Roman Cervantes
a13321c1ac Replaced sweet alert with custom modal 2019-02-05 00:31:40 -07:00