Commit Graph

458 Commits

Author SHA1 Message Date
Adrian Thompson
fa6e5afa9c hotfix mobile menu 2020-09-09 10:20:39 +02:00
Adrian Thompson
45d47924e9 Apply suggestions from code review
Simpler class name logic
2020-09-09 09:32:02 +02:00
Adrian Thompson
2eb664fc79 remove unused references 2020-09-09 09:23:06 +02:00
Adrian Thompson
13e0c26eef rework to boolean logic on classname 2020-09-09 09:20:59 +02:00
Adrian Thompson
d1044ee6c8 add background color on header and enlargen menu toggle a bit 2020-09-08 16:31:47 +02:00
Adrian Thompson
3b490e9995 cleanup 2020-09-08 16:14:33 +02:00
Adrian Thompson
21603dc856 added link color variable 2020-09-08 16:03:23 +02:00
Adrian Thompson
07d751700f reworked banner with animations 2020-09-08 16:02:58 +02:00
83f69ff007 Removed unused console.log. 2020-09-08 10:24:29 +02:00
aa19c3b3a7 Pulled feature branch up-stream. 2020-09-08 09:19:56 +02:00
8c0a002020 Fixed loose check for headers.
Now search for lower-case header variable and convert to boolean before
sending back to caller.
2020-09-07 17:49:33 +02:00
Adrian Thompson
ee15c65988 add routes to request wine 2020-09-07 16:32:46 +02:00
Adrian Thompson
68f20268b8 Merge branch 'master' of github.com:KevinMidboe/vinlottis into feat/navigation-in-header 2020-09-07 16:30:00 +02:00
Adrian Thompson
2764972abd remove unused code and fix or check 2020-09-07 16:22:59 +02:00
Adrian Thompson
052b5007c2 add is admin middleware 2020-09-07 15:53:03 +02:00
Adrian Thompson
e060ff3aaa cleanup api use 2020-09-07 14:57:52 +02:00
Adrian Thompson
4a98e79414 fix conflicts and rework routes 2020-09-07 14:49:24 +02:00
Adrian Thompson
6d26da1817 resolve first batch of comments 2020-09-07 13:15:10 +02:00
34216c2708 Moved link styling to global.scss. 2020-09-06 22:34:55 +02:00
9174338621 Highscore has viewmore link for highscorePage. 2020-09-06 22:34:19 +02:00
2cc5c81df6 More positioning and global style rules. 2020-09-06 22:32:30 +02:00
ace222749a Person highscore overview page. 2020-09-06 22:32:07 +02:00
1aa266ad71 Merge pull request #21 from KevinMidboe/refactor/routeSeparation
Refactor/route separation
2020-09-06 16:00:11 +02:00
bf0670c285 Reflect backend changes. Winners nested in lottery. 2020-09-06 15:20:11 +02:00
a7f4f9af27 Utils file. Includes date format function. 2020-09-06 14:42:27 +02:00
ec1685dfa8 Adding attendee shows toast not alert.
Also better feedback when no colors are defined or name/phone number
missing.
2020-09-06 14:41:04 +02:00
f171853c22 Register wines, lottery and winners separatly.
Register page now uses new /lottery, /lottery/wines and /lottery/winners
endpoints for sending information separatly. This allows lottery
(colors, bought total & stolen), lottery wines (prelottery wines) and
lottery winners (wine mapped to winner) sent. Before /lottery/winners &
/lottery was sent together to a single endpoint.
2020-09-06 14:34:43 +02:00
c1f0a1b7f3 Padding for air around elements. 2020-09-06 14:33:45 +02:00
55b3552786 Flex wrap winner raffles to not overflow vertical. 2020-09-06 14:32:29 +02:00
4f9b4ad3cf Some margin between button and text. 2020-09-06 14:29:30 +02:00
ef035d3c44 Set line-height for vin-button same as font-size. 2020-09-06 14:22:01 +02:00
7684fde8e5 global rule for flex column. 2020-09-06 14:21:45 +02:00
6dc4c9080e Reflecting changes from renaming backend routes. 2020-09-06 14:21:10 +02:00
8268efe625 Include positioning stylesheet in root Vue comp. 2020-09-06 14:20:37 +02:00
a30dc2a419 Renamed & moved frontend router. 2020-09-06 14:20:01 +02:00
Adrian Thompson
ed6ac2ac01 move api call, remove delete requested wine button, rename emit 2020-09-04 15:42:03 +02:00
Adrian Thompson
fe5f9d2124 remove unused code 2020-09-02 13:22:17 +02:00
Adrian Thompson
58b424a873 bigger clock margin on desktop 2020-09-02 13:04:34 +02:00
Adrian Thompson
e481b6a812 reworked header to be one component scaling on css properties 2020-09-02 12:52:45 +02:00
Adrian Thompson
1e5c1faa5b quick css fix 2020-09-02 09:51:11 +02:00
Adrian Thompson
e86f956b03 add mobile-banner component and conditional render on window-width 2020-09-01 14:04:41 +02:00
Adrian Thompson
f31823803d add routes in header 2020-09-01 13:24:42 +02:00
Adrian Thompson
88e42cb87a fix refresh of requested wines 2020-09-01 12:30:50 +02:00
Adrian Thompson
99df5bb8c1 fix check 2020-09-01 10:56:17 +02:00
Adrian Thompson
c38f5c8819 some cleaning and empty wine list check 2020-09-01 10:44:54 +02:00
Adrian Thompson
a5ae46f5c3 working delete requested wine if admin 2020-09-01 10:17:17 +02:00
Adrian Thompson
1c95244850 interface on requested wines with sub-par css 2020-08-31 16:45:19 +02:00
Adrian Thompson
dd9edf160e add endpoint for retrieving all requested wines 2020-08-31 12:15:22 +02:00
Adrian Thompson
d67c1e77bd add new route and component for requested wines 2020-08-31 10:46:07 +02:00
Adrian Thompson
c6a2bfe4b2 include modal on request specific wine 2020-08-31 10:45:42 +02:00