maykar / compact-custom-header

This project has been replaced by Custom Header
MIT License
239 stars 31 forks source link

[Feature Request] An actual unique ID for each tab #231

Closed kmycek closed 4 years ago

kmycek commented 4 years ago

Is your feature request related to a problem? Please describe. The "Tab IDs" to hide seems to be positional to where the tab appears in the raw config. When I move a tab I have to reset the entire hidden tab config (including any hidden tab configs for exceptions).

Describe the solution you'd like If each tab had a unique identifier (guid or even integer) that it retained when moved - that would greatly improve the UX with using this feature. Otherwise, great tool. Thank you!

maykar commented 4 years ago

This is why the feature to use a tabs title or path is also an option. Either give your views a title or path and then use that as the unique identifier.

kmycek commented 4 years ago

OK, thanks. I'll try that. I didn't see that in the documentation, so please excuse my naïveté.