contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Add option to disable contactsmenu badge in top right header

Open brdns opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Hello ! By default there are 3 ways to search for contacts : through the contact app page, through unified search, then again through a badge in the header named "contactsmenu".

Describe the solution you'd like

Set a config variable to disable the contactsmenu badge in the header.

Example : php occ config:app:set contacts header_badge --type=boolean --value=false

Describe alternatives you've considered

Css that only hides it but could be enabled again through the browser. #contactsmenu{display:none}

Or manually removing the div in corresponding php files but not sustainable through upgrades.

brdns avatar Nov 18 '24 14:11 brdns

Thanks for the suggestion, I think it makes sense. If you're up for developing it, we will gladly help you out, but this isn't one of our priorities at this time.

GVodyanov avatar Jan 30 '25 16:01 GVodyanov