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

Add design standard & implementation for alerts #81

Open
3 tasks
nwittwer opened this issue Oct 3, 2018 · 0 comments
Open
3 tasks

Add design standard & implementation for alerts #81

nwittwer opened this issue Oct 3, 2018 · 0 comments

Comments

@nwittwer
Copy link
Collaborator

nwittwer commented Oct 3, 2018

There's currently no setup for customized alerts which will provide feedback to the user that something went wrong (preferably with specific next actions and details!). Because of this, there's still a lot of console.log() and alert() usage.

Examples of where alerts occur:

  • Invalid URL entered in the URL bar (example: "my-url"). This currently just displays a default alert().
  • If a URL returns error "X-Frame-Origin". Currently there's no UI alert, just an error in the console.
  • Trying to delete all of the artboards on the screen. There must be at least 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant