status-im/snt-voting

Create responsive design for mobile vs desktop

Open

#28 opened on Oct 29, 2018

View on GitHub
 (9 comments) (0 reactions) (0 assignees)JavaScript (7 forks)auto 404
Voting flowhelp wanted

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

We need to implement responsive. Current implementation enlarges the elements from mobile to desktop. This presents a couple of issues:

  • Mobile design not intended for desktop (everything is stretched)
  • Poor UX since we cannot recognize yet if the user is on mobile/desktop. By identifying the user's device, we can improve the experience. E.g. Focus the experience on MM or Ledger if the user is on desktop.

Example: Mobile step4 -_ connect the wallet1

Desktop step 3 - connect

UX mobile & desktop

Contributor guide