NyaaPantsu / manga-frontend

Frontend for manga.sh, a Batoto replacement by the NyaaPantsu project.
https://manga.sh
MIT License
10 stars 6 forks source link

Cannot close Error message #6

Open lehitoskin opened 6 years ago

lehitoskin commented 6 years ago

Error chapter not imported yet message cannot be closed with the X button. The only way to remove it is to close the tab and open a fresh instance.

liilac commented 6 years ago

Will fix right now; @ewhal or myself added the dismissible property but didn't create a model for the alerts.

liilac commented 6 years ago

Sort of fixed. Right now it's hardcoded to only work with up to 12 alerts, because for some reason I couldn't get v-model to work with something like v-model="alertVisible[index]"