Refactor/Virtual lottery #70

Merged
KevinMidboe merged 17 commits from refactor/virtual-lottery into master 2021-01-02 12:52:59 +00:00
KevinMidboe commented 2021-01-02 12:40:19 +00:00 (Migrated from github.com)

Description

Update virtual lottery page w/ new design.

New features:

  • Increased size of draw winner raffle.
  • Draw winner component spells out what number winner is currently being drawn [3].
  • Chat has logged in user's name.
  • Moved logout button to top of chat container.
  • New vipps pill component for displaying on mobile which opens into vipps application automatically on click.
  • Before lottery has started, winners component explains that lottery has not started yet.

Desktop:
virtual-lottery_desktop
Mobile:
virtual-lottery_mobile
[3] Desktop during draw winner:
Screenshot 2021-01-02 at 13 50 02

Commits:

  • Generate and lottery has distinct routes. 3c0b8d
  • Updated generate and lottery routes for frontpage. 59328d
  • Winner draw writes out winner number. 50ea05
  • Slowed down animation and renamed variables. d0cf99
  • Attendees list has hr seperators and max-height. e61a6c
  • Doesn't keep its own header and set max-height. 827529
  • Increased page-size from 10 to 100. 18079a
  • Drawing bool for diff text before & during draw. 814ee4
  • vin-link font-size should be inherited. d59d6f
  • Page styles re-written and updated! 30b63a
  • Fetch and display todays wines. 7a2b56
  • Displays logged-in username and moved logout btn. 9ab3c8
  • Aling text center. dfe891
  • Desktop-/mobile-only css classes. fea81d
  • New vipps-pill component opens vipps when clicked. 326101
  • Added element grid order for mobile styling. f115ee
  • Footer gets link to github repo & mailto address. 342651
# Description Update virtual lottery page w/ new design. New features: - Increased size of draw winner raffle. - Draw winner component spells out what number winner is currently being drawn [3]. - Chat has logged in user's name. - Moved logout button to top of chat container. - New vipps pill component for displaying on mobile which opens into vipps application automatically on click. - Before lottery has started, winners component explains that lottery has not started yet. Desktop: ![virtual-lottery_desktop](https://user-images.githubusercontent.com/2287769/103457535-6ed93700-4d00-11eb-9457-8cb2526619e3.png) Mobile: ![virtual-lottery_mobile](https://user-images.githubusercontent.com/2287769/103457623-24a48580-4d01-11eb-9205-fd9c2bcce2a6.png) [3] Desktop during draw winner: ![Screenshot 2021-01-02 at 13 50 02](https://user-images.githubusercontent.com/2287769/103457667-7e0cb480-4d01-11eb-8f22-4ab2907155cc.png) # Commits: - Generate and lottery has distinct routes. [3c0b8d](https://github.com/KevinMidboe/vinlottis/commit/3c0b8d4c066b7b4bc1e40fb73feb01c1c4d96f3e) - Updated generate and lottery routes for frontpage. [59328d](https://github.com/KevinMidboe/vinlottis/commit/59328de4968ee59c735e0085b1d6ede54dae3225) - Winner draw writes out winner number. [50ea05](https://github.com/KevinMidboe/vinlottis/commit/50ea05cad3e100f1a4c435dbed6d7857d9449bd7) - Slowed down animation and renamed variables. [d0cf99](https://github.com/KevinMidboe/vinlottis/commit/d0cf99e8f888da8a950c671d35258145ab868c59) - Attendees list has hr seperators and max-height. [e61a6c](https://github.com/KevinMidboe/vinlottis/commit/e61a6c043282ab3b108877f5cf9c43f52d8a7a15) - Doesn't keep its own header and set max-height. [827529](https://github.com/KevinMidboe/vinlottis/commit/8275292526295324ec79eca0b246f01f3865f20a) - Increased page-size from 10 to 100. [18079a](https://github.com/KevinMidboe/vinlottis/commit/18079ae312e5ec44ef8feeec3e32006a90b371c6) - Drawing bool for diff text before & during draw. [814ee4](https://github.com/KevinMidboe/vinlottis/commit/814ee4fa7d7f6c5539dd1e00bd7bacdc6135fd81) - vin-link font-size should be inherited. [d59d6f](https://github.com/KevinMidboe/vinlottis/commit/d59d6fbd6c72cd398a9e21234e5f47be7de6db9a) - Page styles re-written and updated! [30b63a](https://github.com/KevinMidboe/vinlottis/commit/30b63a8e614ae9d5265a31047c32302ca0037941) - Fetch and display todays wines. [7a2b56](https://github.com/KevinMidboe/vinlottis/commit/7a2b5600c4bbefcff0fe6268603178a8b498695a) - Displays logged-in username and moved logout btn. [9ab3c8](https://github.com/KevinMidboe/vinlottis/commit/9ab3c8c83d120cb2882e04c8a29d257eb0231d25) - Aling text center. [dfe891](https://github.com/KevinMidboe/vinlottis/commit/dfe89160b1dac843cf1591361879e97fb47dc0a7) - Desktop-/mobile-only css classes. [fea81d](https://github.com/KevinMidboe/vinlottis/commit/fea81dcd634c9e3104f08669252fa1f06eb14439) - New vipps-pill component opens vipps when clicked. [326101](https://github.com/KevinMidboe/vinlottis/commit/326101f7d2784fb5e823b56e7d0680288ae90a89) - Added element grid order for mobile styling. [f115ee](https://github.com/KevinMidboe/vinlottis/commit/f115ee79e60f159888a8dec5c3df40617f5474af) - Footer gets link to github repo & mailto address. [342651](https://github.com/KevinMidboe/vinlottis/commit/342651a90c91d48d9558a9c6990ec49e2a4c0f30)
Sign in to join this conversation.
No description provided.