chibisafe / chibisafe

Blazing fast file vault written in TypeScript! 🚀
https://chibisafe.app
MIT License
1.83k stars 270 forks source link

[FEATURE REQUEST] Customize top navigation bar #682

Open fccoelho opened 3 months ago

fccoelho commented 3 months ago

Congratulations for such a wonderful project!

I love how easy you made to customize via the settings page. But I could not find a way to customize the top navigation bar.

Describe the solution you'd like I would like to be able to disable the "docs", "guides" and "FAQ" entries.

It would also be nice to be able to change the social network links to the right end of the bar.

If it is already possible to do this, please let me know!

Pitu commented 3 months ago

Thanks for giving the project a try! Right now it's not possible to customize the things you mentioned via settings, but you could edit Header.tsx and Navigation.tsx to remove what you want to change and then build the project yourself before deploying.

After we're done with writing the current version, we'll work on more customization options.

fccoelho commented 3 months ago

Thanks a lot for the information! It seems simple enough to do!