krismuniz/minimo

Option to deactivate unneeded features

schaafjs opened this issue · 8 comments

The goal of this extension is to be as minimal as possible. That's why I think it would be only fair to give the users the option to deactivate all the features that they don't need.
I for example don't need my synced tabs to show up, nor do I need to see the current network speed. The ability to remove the synced tabs view was already mentioned here.

Everyone has their own use of this project.
Its simplicity, but also these features are a must.
For example, what is most useful for me is the current tab sharing on other devices to change device and continue quickly.

Having a configuration of on/off of features would, of course, be interesting

Thank you for the feedback! I'm working on adding on/off switches for all these features. It will be as minimal as you want.

I had a little time in front of me and I made the changes.
By cons I know badly badly git ... and do not know how to send the changes ...
Screenshot_2

I send you file on twitter but i put them here to... hope this help
index.js : https://pastebin.com/YhXKeiMN
new-tab-page.html : https://pastebin.com/626FByp1
load-theme.js: https://pastebin.com/JgjziqhN
popup.js: https://pastebin.com/Vxe8ZsBt

More simple with diff patch files to view the change ;) :
index.js.path : https://pastebin.com/vrDrbx3i
new-tab-page.html.path: https://pastebin.com/aNYN52pU
load-theme.js.patch : https://pastebin.com/6kgJcmAF
popup.js.patch: https://pastebin.com/bHhGh6XM

I just published v1.2.0 of Minimo that fixes this issue. It will be published sometime this week (going through review process).

Thank you both very much!

I just installed Minimo and it's awesome. I also want to hide the "Shortcuts bar".
But I don't see an option on the "customize" page.
Are there any plans on implementing it?

Edit: As this is a simple thing to implement, I implemented it. #28