josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
364 stars 60 forks source link

[Feature request / Optimzation] Replace Browser alerts with modal #70

Open aIext opened 7 months ago

aIext commented 7 months ago

Very subjective but I personally don't really appreciate browser alerts. It would be nice if all notification sin browser alerts be replaced using a modal, as many actions already are.