Is it possible to have multiple items on the Sidebar? I tried adding multiple but when trying to activate the add-in, I receive the following error message:
”Could not transform JSON manifest to AddonManifest. Message: Duplicate component types found. Component types must be unique.”
If this is not possible, is it possible to add sub items to the sidebar item? I did see and example of options in the documentation, but it’s not clear how to use them: “components”: [ { “type”: “sidebar”, “label”: “${sidebarLabel}”, “accessLevel”: “ADMINS”, “path”: “${sidebarPath}”, “options”: { “option 1”: “option 1 value”, “option 2”: “option 2 value” }, “iconPath”: “/trt”, ],
I want to link Clockify clients to a organization on my end - users would then be able to add notes, documentation, etc to an organization from the Clockify interface. Since the client edit page is a popup and not a tabbed interface, i though adding my own organization tab could work.
Any chance of you guys adding a client detail page where we can add a tab?
I think it will be a useful add-on. Client management is currently not yet developed and for now it’s not in the near future planning to add details page.
So I think best way would be to use the sidebar element with tabs and you can take already existing client data and enrich it.
The dev-docs you mentioned is a bit off so we’ll adapt it soon.