Commit graph

984 commits

Author SHA1 Message Date
Gamebrary
f00cbd04e3 remove modal component and comment out pending modals 2020-08-14 23:42:30 -07:00
Gamebrary
0b99d9b220 remove tag component 2020-08-14 23:41:32 -07:00
Gamebrary
28717dc3cf platforms header clean up 2020-08-14 23:40:41 -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
25a0055911 clean up wallpaper upload component 2020-08-14 23:39:36 -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
142516361b remove centered toast 2020-08-14 23:35:52 -07:00
Gamebrary
714e1e3243 translation tweaks 2020-08-14 23:35:41 -07:00
Gamebrary
19a760b276 tags settings clean up and wrong ref fix 2020-08-14 23:35:28 -07:00
Gamebrary
51c446bea8 replace entire lodash with subpackages 2020-08-14 23:34:39 -07:00
Gamebrary
3b23a147bb remove swatches 2020-08-14 23:30:53 -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
b43329813d move showgameCount to list tweaks 2020-08-14 17:02:17 -07:00
Gamebrary
a2e22abd14 don't open game modal from search 2020-08-14 17:01:41 -07:00
Gamebrary
e4f50e85f7 lazy load images 2020-08-14 17:01:13 -07:00
Gamebrary
512c5c9673 refactor game modal 2020-08-14 17:00:55 -07:00
Gamebrary
02664d9f1b clean up 2020-08-14 17:00:04 -07:00
Gamebrary
01928dffac remove old styles 2020-08-14 16:59:46 -07:00
Gamebrary
980c4c8da7 update board route, remove settings route 2020-08-14 16:59:29 -07:00
Gamebrary
3b9fc0c7ab update 404 page 2020-08-14 16:59:12 -07:00
Gamebrary
05348124ec rename GameBoard -> Board 2020-08-14 16:58:55 -07:00
Gamebrary
824b49666f clean up platforms page footer 2020-08-14 16:57:55 -07:00
Gamebrary
4c61c2708a update and refactor igdb logo component 2020-08-14 16:57:40 -07:00
Gamebrary
58bc8445f5 Added google stadia, ps5, and xbox series x 2020-08-12 23:56:36 -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
a351ddd0ed bump vue bootstrap to latest version 2020-08-11 16:38:32 -07:00
Gamebrary
ba351db6f7 bootstrap initial migration 2020-08-10 21:16:43 -07:00
Gamebrary
034c0c3458 set user id mutation 2020-08-03 10:00:15 -07:00
Gamebrary dev team
4d309f8b73 remove remaining styles 2020-07-22 13:47:38 -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
83c15db3c3 replace nav 2020-07-22 08:52:09 -07:00
Gamebrary dev team
3b370448c9 update game search modal 2020-07-22 08:15:31 -07:00
Gamebrary dev team
fe06a86b90 remove css reset 2020-07-21 16:01:05 -07:00
Gamebrary dev team
17635f9d5f remove inputs styles 2020-07-21 15:55:46 -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
57a2d040a3 replace textarea with bootstrap's 2020-07-21 14:12:02 -07:00
Gamebrary dev team
0241e894a8 replace custom buttons with bootstrap's 2020-07-21 13:49:29 -07:00
Gamebrary dev team
70a48fb0c5 bump vue and add bootstrap 2020-07-21 13:47:12 -07:00
allcontributors[bot]
20387b7046
docs: add Bagerian as a contributor (#198)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-06-12 08:23:50 -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
e8b4ee2fb0
enable dragging for masonry items (#192) 2020-02-11 10:57:18 -07:00
Patrick Kontschak
b2a0e0a82d
option to hide game info displayed on cover (#191) 2020-02-11 10:56:13 -07:00
Patrick Kontschak
122f8c94f1
[183] Sort by release dates (#190) 2020-02-11 10:03:50 -07:00
Roman Cervantes
766bd21a85 Updated lock file 2020-02-03 10:39:13 -07:00