AnthyG / ThunderWave

A chat for ZeroNet
http://127.0.0.1:43110/1CWkZv7fQAKxTVjZVrLZ8VHcrN6YGGcdky/
15 stars 3 forks source link

Store settings in the json file permanently #93

Closed ghost closed 6 years ago

ghost commented 6 years ago

Some browsers seem to have an issue with storing the chat settings permanently. It would have many advantages if they were stored in the json file where the avatar settings are already stored. They didn't get lost when I restarted my computer. Additional advantages:

AnthyG commented 6 years ago

Wow, I have to admit, I'm a bit baffled by how hard this actually is... I mean, my options-system might not be the best and blablabla, but it's good IMO. To pretty much re-write it around a different API seems to be even harder (I mean, I actually have to write my own one, because I can't just say "save this in there, at that position").

I'm not sure, if I even want to publish the branch I made for it to at least be on a bit of a secure side, because the code-re-writing is just plain sh*t (and no, it doesn't yet work, because I have to probably re-think a bit more......)

😥

AnthyG commented 6 years ago

This has been added with pull-request https://github.com/AnthyG/ThunderWave/pull/96