Skip to content
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

Update dialogs (story) #2286

Closed
4 tasks done
ggeisler opened this issue Mar 21, 2019 · 0 comments
Closed
4 tasks done

Update dialogs (story) #2286

ggeisler opened this issue Mar 21, 2019 · 0 comments

Comments

@ggeisler
Copy link
Collaborator

ggeisler commented Mar 21, 2019

The application currently includes several dialogs, all of which need updating. Here are the actual work issues:

General info on dialogs

The current dialogs should follow one of two component types:

All dialogs should follow these styling guidelines:

Simple dialogs

Simple dialogs enable the user to pick from a list of visible options. The selected option takes effect immediately and closes the dialog at the same time.

Form dialogs

Form dialogs contain action buttons. The user can select an action or cancel to close the dialog.

For all form dialogs:

  • Buttons use the secondary color
  • Buttons are right-aligned
  • The leftmost one is always labeled "CANCEL" and is a text button
  • The rightmost one is the action that the dialog is intended to provide and is a contained button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant