RavenProject / ravenwallet-android

MIT License
18 stars 28 forks source link

Improvement: Favor Inline Error Messages over Error Dialogs #16

Closed dustinlewis closed 5 years ago

dustinlewis commented 5 years ago

There are a lot of dialogs being used for error messages for fields. Consider using inline errors for the fields they apply to. The error dialogs are overly intrusive, require extra user taps, and are only handled one at a time. Using inline error messages for fields can solve all of these user pain points.