* 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
* 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
* 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