Uniswap / interface

🦄 Open source interfaces for the Uniswap protocol
https://app.uniswap.org
GNU General Public License v3.0
4.89k stars 4.97k forks source link

Validation box is out of context. No help dialogues #181

Closed rossbulat closed 5 years ago

rossbulat commented 5 years ago

The validation box is out of context, and there are no help dialogues.

This is demonstrated below. The box is always fixed at the bottom of the window:

uniswap-dialogue

Solution:

(a) Display error messages underneath a textbox, or beside the textbox label.

(b) Introducing guided notes with Joyride (NPM here, Demo here)

(a) and (b) used in conjunction would make the footer obsolete. Could then focus on a more full screen, flexbox supported layout.

haydenadams commented 5 years ago

@rossbulat what do you think about this update? You might need to clear cache to see it.

https://github.com/Uniswap/uniswap-frontend/pull/185

rossbulat commented 5 years ago

@haydenadams Thanks, I'll take a look