Commit graph

28 commits

Author SHA1 Message Date
Gamebrary
b02c6cb33f move game card class to parent 2021-01-26 15:10:46 -07:00
Roman Cervantes
9ea9fe0d5a Make all icons fixed width and use self closing tag 2020-12-28 08:22:03 -07:00
Gamebrary
f12a743c10 added option to highlight completed games 2020-12-15 22:33:47 -07:00
Gamebrary
1311f6c059 remaining icons 2020-12-15 16:55:02 -07:00
Gamebrary
a116ab5cea replace octicons with fontawesome, yes, again. 2020-12-15 16:07:17 -07:00
Roman Cervantes
a11b0b980e moved openDetails method to list and renamed 2020-10-21 16:31:19 -07:00
Gamebrary
a3196f8b77 fix rating in dark mode 2020-10-14 16:29:15 -07:00
Gamebrary
f167ea44ac dark theme updates 2020-10-14 14:48:55 -07:00
Gamebrary
4144708738 use octicons instead of bootstrap's 2020-10-08 13:55:26 -04:00
Gamebrary
6b25b28e3e add line break after game name 2020-09-30 16:56:38 -07:00
Gamebrary
4606b34688 show completed badge when progress is 100% 2020-08-31 15:37:09 -07:00
Gamebrary
efeaa73996 theme overrides 2020-08-31 15:19:53 -07:00
Gamebrary
bf2d8a3bb6 share clickable class for cards 2020-08-26 11:07:13 -07:00
Gamebrary
ed8ddb8152 game responsive adjustments 2020-08-24 22:18:56 -07:00
Gamebrary
0a5d7b83be stop lazy loading images 2020-08-22 11:56:46 -07:00
Gamebrary
cd8c8b4b04 hide release date until ready 2020-08-21 00:42:16 -07:00
Gamebrary
63496da63a make card clickable 2020-08-17 09:10:21 -07:00
Gamebrary
67e3e826b1 game tags 2020-08-15 09:19:35 -07:00
Gamebrary
37af1601e2 lazy load game card images, make whole card clickable 2020-08-14 23:43:50 -07:00
Gamebrary
0b99d9b220 remove tag component 2020-08-14 23:41:32 -07:00
Gamebrary
7368293aed updates 2020-08-11 16:39:11 -07:00
Gamebrary dev team
f14a5fc3ef remove styles 2020-07-22 13:44:48 -07:00
Patrick Kontschak
62b09311bb
[183] Show when an upcoming game is going to be released (#193)
* use moment.js to get the days until release

* add days until release to game info

* show release date in compact grid view

* show days until release on masonry items

* option to hide game info displayed on masonry cover

* option to hide days until release for each list

* add proper release text to text-based views

* add release dates to search

this is to avoid the TBA when adding a game to a list

* enable sorting for masonry items

* add "releases today" on day of release

* round up rather than down

this way the app won't tell people the game releases 12 hours before it does.

* assume games are released by 3pm on release day

* Show "Today" on release day.

* translation
2020-02-18 18:30:34 +01:00
Patrick Kontschak
7ee27c2702
Increase drag and drop area (#179) 2020-02-03 09:26:03 -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
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
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
3b5fd1c72f Rename GameCardWide to GameCardCompact 2019-12-18 10:05:26 -07:00
Renamed from src/components/GameCards/GameCardWide.vue (Browse further)