kryptokay / kwallet

0 stars 0 forks source link

Define the 'Transfer' page #9

Open rmallols opened 6 years ago

rmallols commented 6 years ago

If login on #8 was correct (meaning, the key was found), then redirect to a new view, http://localhost:3000/transfer, driven by a new Transfer component.

For now, just create a list of coins we want to work with. Display the icon alongside the text. Use flex-box to set up the grid, similarly to how we've been doing on recent tasks.

rmallols commented 6 years ago

Technical guidance:

Play around with the flex-wrap and flex-basis attributes to ensuring the grid looks nice regardless of the browser resolution https://css-tricks.com/snippets/css/a-guide-to-flexbox/

BONUS: We don't necessarily expect to end up having the same size for every cover. This is a limitation of the CSS flex model, which can be handled with the very new grid system: https://medium.com/samsung-internet-dev/common-responsive-layouts-with-css-grid-and-some-without-245a862f48df

rmallols commented 6 years ago

Related task on Kodflix: rmallols/kodflix#11