-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[client styling] Apply "Reply" pane styling #268
Comments
A user might want to disregard what they just wrote by clicking a button rather than select-all-delete. I was thinking that if there are going to be more buttons to interact with the ReplyBox then it might make sense to have a button panel at the bottom instead of one button embedded in the "Reply" textbox. |
I'd prefer to keep it clean/elegant, on the buttons front... and not design in anticipation of all the "what ifs?" on the user's part. The patterns I'm working with are very standard, and have mostly all been validated in testing. I also don't want to confuse users with unusual patterns; that sort of thing is necessary and works well in defense/aerospace industry contexts, but not so much in consumer industry contexts (the latter being much closer to our target users). Make sense? |
...actually, there are 2 other ways to handle the interaction stuff w/ Reply pane; wanting to sketch these out tomorrow (Weds) for review in our 9am UX meeting. FYI/w00t! |
This has been split up into 4 issues, so I'm going to close. |
Epic: UX Parity between prototypes & coded client (#261)
This Story: Apply reply pane styling
Much of what's shown in the clickable wireframes below, has yet to be reviewed by the team. That said, implement however much you'd like, for this first PR—with minimum acceptance reqs being the AwesomeAirplane™ button replacing the barfy button for "Send".
Reference materials:
Notes:
For AwesomeAirplane™ button
Normal:
#9814C8
Hover:
#E90ED6
Focus: TBD
Active:
#F6EDF3
, with 28x28#9814C8
LDS Ring animation sitting atopNote: Because Active is very important to usability and Focus is very important to accessibility, both states do need to be built-in. Have yet to do Focus, which will need another SVG file.
The text was updated successfully, but these errors were encountered: