Gamebrary
4144708738
use octicons instead of bootstrap's
2020-10-08 13:55:26 -04:00
Gamebrary
2ac97c59a4
translate everything
2020-10-05 11:42:04 -07:00
Gamebrary
03f9949745
increas lists height
2020-09-29 19:46:40 -07:00
Roman Cervantes
afa204e014
right align list settings dropdown
2020-09-24 10:33:40 -07:00
Roman Cervantes
7b2ba778b1
Add tooltips
2020-09-23 21:15:31 -07:00
Gamebrary
cdfc08e5c8
handle expired sessions better
2020-09-23 16:01:39 -07:00
Gamebrary
25f9ac3bda
clean up list settings
2020-09-22 20:09:48 -07:00
Gamebrary
b055629ce3
show empty placeholder when dragging card
2020-09-16 17:27:21 -07:00
Gamebrary
eca57748a9
moved default list view to constant
2020-09-16 17:26:39 -07:00
Gamebrary
b399d538b0
formatting
2020-09-15 10:56:41 -07:00
Gamebrary
d8a2fe815c
handle duplicated games better
2020-09-15 10:39:02 -07:00
Gamebrary
339329f436
removed unused css
2020-09-09 14:16:51 -07:00
Gamebrary
ac15f9e9c6
fix board settings not reflecting right away
2020-09-06 15:20:24 -07:00
Gamebrary
4a5e4acf1b
clean up
2020-09-06 15:01:25 -07:00
Gamebrary
efeaa73996
theme overrides
2020-08-31 15:19:53 -07:00
Gamebrary
17ea6499d3
restore list sorting (except by release date)
2020-08-28 15:23:27 -07:00
Gamebrary
fc5f99f71c
make list header buttons transparent
2020-08-28 14:56:37 -07:00
Gamebrary
b2ae21dfd8
fix drag
2020-08-26 16:47:17 -07:00
Gamebrary
a34ed94656
mobile enhancements
2020-08-26 14:23:05 -07:00
Gamebrary
c37fa3fd44
Open rename list when clicking on list name
2020-08-24 23:26:34 -07:00
Gamebrary
c1b6bfe552
mobile optimization
2020-08-24 22:37:51 -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
8dea5070df
fix game dragging
2020-08-21 07:52:44 -07:00
Gamebrary
babe9bd806
refactor list tweaks
2020-08-21 07:38:03 -07:00
Gamebrary
90bc7bafb8
refactor change view and rename list
2020-08-21 00:43:30 -07:00
Gamebrary
9a37c72ae7
refactor move list
2020-08-20 23:49:49 -07:00
Gamebrary
04a754258e
refactor sort list
2020-08-20 23:49:19 -07:00
Gamebrary
bfde8534bc
refactor add game
2020-08-20 23:12:51 -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
c0c98476f1
remove size small
2020-08-17 09:11:21 -07:00
Gamebrary
83e1f9559e
remove no longer used methods
2020-08-17 09:10:36 -07:00
Gamebrary
a9f566c945
make list empty state clickable
2020-08-14 23:52:47 -07:00
Gamebrary
40fa891b66
remove igdb logo from add game modal
2020-08-14 23:43:30 -07:00
Gamebrary
aa17351ae5
replace lodash debounce with bootstrap's built in, make search async
2020-08-14 23:43:20 -07:00
Gamebrary
667dc2d037
remove font awesome
2020-08-14 23:39:19 -07:00
Gamebrary
51c446bea8
replace entire lodash with subpackages
2020-08-14 23:34:39 -07:00
Gamebrary
10b21caa27
lots of stuff xD
2020-08-14 17:02:34 -07:00
Gamebrary
b43329813d
move showgameCount to list tweaks
2020-08-14 17:02:17 -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
gb
ba869a5f5d
test
2020-07-22 13:09:23 -07:00
Gamebrary dev team
3b370448c9
update game search modal
2020-07-22 08:15:31 -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
0241e894a8
replace custom buttons with bootstrap's
2020-07-21 13:49:29 -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