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

Small UI change to canceling in the admin #28

Merged
merged 2 commits into from
Aug 11, 2017

Commits on Aug 11, 2017

  1. Updates the cancel button icon to be a 'stop' icon.

    This was previously a "pause" icon. I think canceling a subscription
    should seem more substantial than a pause, but less substantial than a
    delete. Stop makes more sense to me.
    
    The activation is also a play button, so stop also makes more sense to
    me.
    Sean Taylor committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    c05599f View commit details
    Browse the repository at this point in the history
  2. Adds a confirmation alert before canceling a subscription in the admin

    Canceling isn't destructive per se, but it seems like a large enough
    change to a subscription that I want to double check with the user.
    
    This also follows canceling an order in the Solidus admin (which can
    also be resumed).
    Sean Taylor committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    d5e486a View commit details
    Browse the repository at this point in the history