Commit Graph

843 Commits

Author SHA1 Message Date
627f96b420 Merge pull request #53 from KevinMidboe/refactor/requested-wines-ui
WIP Refactor - Requested wines ui
2020-11-02 15:20:20 +01:00
da29e3a8ce Merge branch 'refactor/requested-wines-ui' of github.com:KevinMidboe/vinlottis into refactor/requested-wines-ui 2020-11-02 15:18:34 +01:00
8b498f3606 Globally import vinlottis-icons font. 2020-11-02 15:17:57 +01:00
7b05c0da7c Globally import vinlottis-icons font. 2020-11-02 15:17:25 +01:00
003f0d1c4d Requested wines header looks the same as other headers. 2020-11-02 15:16:39 +01:00
3aa989d2c1 Before requested hearth is grey, clicking sets colors to pink. 2020-11-02 15:14:13 +01:00
Adrian Thompson
c93671d14e Merge branch 'master' of github.com:KevinMidboe/vinlottis into enhancement/vinlottispage-rework 2020-11-02 15:11:39 +01:00
Adrian Thompson
58b91e67f9 change element naming to include main and header 2020-11-02 15:11:34 +01:00
2fc5fd29b9 Update README.md 2020-11-01 13:22:37 +01:00
Adrian Thompson
8758752b26 use correct code 2020-10-30 13:52:48 +01:00
Adrian Thompson
0d0022f420 footer stays at bottom, link to pages for buttons in header 2020-10-30 13:24:57 +01:00
Adrian Thompson
2ee071e2b2 remove icon container in header on mobile 2020-10-30 12:58:48 +01:00
Adrian Thompson
c96356127c Merge branch 'enhancement/vinlottispage-rework' of github.com:KevinMidboe/vinlottis into enhancement/vinlottispage-rework 2020-10-30 12:53:24 +01:00
Adrian Thompson
9f2adb54e0 add footer and fix layout in highscore 2020-10-30 12:52:37 +01:00
554948d67c Use new hearth icon and smaller delete btn. 2020-10-26 13:53:09 +01:00
f01b58c1b6 Removed trailing whitespace. 2020-10-26 13:10:01 +01:00
12d0137987 New global width classes for 100/75/50/25. 2020-10-26 12:57:21 +01:00
e13b4125be Small vin-button class for setting hight to content. 2020-10-26 12:56:20 +01:00
13a9c00b50 Use the most unique id as key. 2020-10-26 12:55:44 +01:00
87c309d094 Fix issue where backend didn't delete. Now pass correct id. 2020-10-26 12:55:20 +01:00
dda526eb5c Renamed icon css file to vinlottis-icons. 2020-10-26 10:13:03 +01:00
f1d500936b Better redis logging. 2020-10-22 22:35:00 +02:00
b6e2bde4d1 New command start-dev runs with node_env flag set to development. 2020-10-22 22:34:44 +02:00
5cbb3cbe87 Where we import module.exports don't work. 2020-10-22 22:15:29 +02:00
d49303a42a Replace babel/polyfill w/ core-js v3.
Babel versions above 7.4 recommend using new core-js polyfill over
deprecated babel/polyfill. Also updated babel/core and babel/preset-env.
Added babelrc for defined config of corejs version & targeted browsers.
2020-10-22 22:13:07 +02:00
d2242d4b9b Repalced body-parser for native express.json(). 2020-10-22 21:13:38 +02:00
efbad63fcd Replaced helmet, cors & policy w/ local implem.
The used functionality of helmet, cors & referrer-policy has been
defined in setupCors and setupHeaders.
2020-10-22 21:09:03 +02:00
bce28c5eb9 Output index file should be in root of dist folder. 2020-10-22 13:39:40 +02:00
794a2b06e4 Updated webpack so dist folder now lives at project root. 2020-10-22 13:36:21 +02:00
d5f3a7a1f0 Separated router and user authentication. Renamed login.js to user.js and now it only exports functions for the router to use. 2020-10-22 13:29:06 +02:00
abf673faeb Removed unused PM2 config. 2020-10-22 13:25:34 +02:00
526be378d3 Moving the assets to root level. 2020-10-22 13:21:18 +02:00
Adrian Thompson
61851e4935 cleanup 2020-10-21 15:38:23 +02:00
Adrian Thompson
daeae25e93 object-fit and redesign top-wines 2020-10-21 15:29:25 +02:00
Adrian Thompson
315af4d50e keys on v-for and layout on icons in top info 2020-10-21 13:20:57 +02:00
Adrian Thompson
7cf9e41b6f merge 2020-10-21 13:15:35 +02:00
Adrian Thompson
f8f5cd519a add raffle in css 2020-10-21 12:42:30 +02:00
Adrian Thompson
eee7a85cba renaming and dynamic layout 2020-10-21 10:41:50 +02:00
Adrian Thompson
cee0e1c8a6 bought ballots css fixes to resemble design 2020-10-20 16:30:42 +02:00
Adrian Thompson
397c635551 autofill columns in highscore 2020-10-20 15:35:54 +02:00
Adrian Thompson
1f4f4c224e use some icons and layout fixes 2020-10-20 11:36:31 +02:00
Adrian Thompson
a0a9a7205e add icons 2020-10-20 11:36:13 +02:00
95105582e7 Merge pull request #55 from KevinMidboe/bug/54
Incorrect sort order for lottery/by-name
2020-10-19 10:05:30 +02:00
82512fa4ba Comments for readability. 2020-10-19 10:01:53 +02:00
56edf7e4d6 by-name endpoint sorts wins newest first. 2020-10-19 10:00:47 +02:00
72ba0fb398 Updated references to new assets location.
All references are now also absolute to escape relative references.
2020-10-14 21:42:10 +02:00
73d15dcdff Moved assets to src folder. 2020-10-14 21:35:46 +02:00
46fb5dc6c1 intrinsic is not a css attribute in chrome. Changed to fit-content. 2020-10-12 13:53:59 +02:00
KevinMidboe
74d15bbfc2 Merge branch 'master' into refactor/requested-wines-ui 2020-10-12 00:35:23 +02:00
a7fc12038c Moved active class declation to parent. 2020-10-12 00:35:17 +02:00