krismuniz / minimo

An elegant, simplified new tab page for your web browser
https://projects.krismuniz.com/minimo/
MIT License
214 stars 22 forks source link

Option to deactivate unneeded features #22

Closed schaafjs closed 5 years ago

schaafjs commented 5 years ago

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.

Mirabeau2Code commented 5 years ago

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

krismuniz commented 5 years ago

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.

Mirabeau2Code commented 5 years ago

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

Mirabeau2Code commented 5 years ago

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

Mirabeau2Code commented 5 years ago

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

krismuniz commented 5 years ago

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

schaafjs commented 5 years ago

Thank you both very much!

sahithyandev commented 3 years ago

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