autonome / Dormancy

Firefox add-on that frees inactive tabs from memory, restoring their contents next time you access the tab.
47 stars 14 forks source link

Do you really need dat gui? #24

Closed rugk closed 5 years ago

rugk commented 6 years ago

You include the lib https://github.com/dataarts/dat.gui here. But given the minimalistic GUI you have here, I doubt yoiu need that…

autonome commented 5 years ago

I don't want to have to write and maintain a bunch of custom form code. "need" is a function of how much time is available all the other things you want to do :)

rugk commented 5 years ago

Hmm, I've made https://github.com/TinyWebEx/AutomaticSettings for this, specifically for web extensions. (I admit it currently misses the documentation totally, but you can the usage in https://github.com/rugk/offline-qr-code/blob/master/src/options/options.html)

autonome commented 5 years ago

I love the idea of this! Yes, needs documentation though :D

On Thu, Nov 29, 2018 at 4:01 PM rugk notifications@github.com wrote:

Hmm, I've made https://github.com/TinyWebEx/AutomaticSettings for this, specifically for web extensions. (I admit it currently misses the documentation totally, but you can the usage in https://github.com/rugk/offline-qr-code/blob/master/src/options/options.html )

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/autonome/Dormancy/issues/24#issuecomment-442825415, or mute the thread https://github.com/notifications/unsubscribe-auth/AADDt2zYMQGJy8zR1vSzvUtLc9-oD_tGks5uz9qzgaJpZM4VlBEO .

rugk commented 5 years ago

Yeah, help is always appreciated… :laughing:

Basically the idea is that it is a "HTML-only" thing. You can totally use it without custom JS, but just HTML. And it's not so bloated… :smile: