-
Notifications
You must be signed in to change notification settings - Fork 24
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
Art Editor #20
base: master
Are you sure you want to change the base?
Art Editor #20
Conversation
This will download the image, and then save it to disk in the appropriate place
/cc #15 |
Show the modal immediately, with the spinner, then do the fetch, and once we get data, append the cards into the dom and stop the spinner.
After updating atom-shell, it looks like the new version of chrome in it has better caching. We need to be sure we break it.
Yup, we do. |
i like how this works. WAY easier than downloading files and making sure they get named right and put in the right folder. 🤘 |
There's also a problem where the hooked events don't work anymore after the first time the modal is showed. They work the first time, but after that they don't. This includes clicks on links to art providers in the footer of the modal and the form submission events. |
🚧 🚧 🚧 🚧 🚧 🚧 🚧 WIP 🚧 🚧 🚧 🚧 🚧 🚧 🚧
This is early, but I'm gonna push it up while I work on it.
This lets you edit the art for a rom right from inside Kart. It adds a new button to the game card that prompts a modal giving choices of art. I wrote a quick consolegrid.com scraper in Ruby and threw it up on Heroku so it had something simple to call out to as an API. It works pretty well.
To Do