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 UX for games that modified the disc #162

Open
mattgodbolt opened this issue Feb 7, 2018 · 1 comment
Open

Add UX for games that modified the disc #162

mattgodbolt opened this issue Feb 7, 2018 · 1 comment

Comments

@mattgodbolt
Copy link
Owner

As of 5b9135f discs are read/write, but lose contents on window close. Would be ace to do something like one of:

  • hashing contents and making a local disc image named by original disc hash, save by that, and offer to load the modified disc on load.
  • popping up a message that notes the disc has changed, and offers a way to make a local image
  • Dialog box (ugh) saying "is this ok?"

I'm error towards the first item, or a combination of first and second. Adding a UI to look at the locally-saved disc images would be good too.

@sassquad
Copy link

You would want to ensure that you an steer away from browser default alert messages. Chrome is discouraging use of these anyway, as they're typically used by malicious sites.

Custom modals are probably the way forward.

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

2 participants