Skip to content

feat(#10630): support ui-extensions (#10762)#11050

Draft
jkuester wants to merge 20 commits into
masterfrom
10224-ui-extensions
Draft

feat(#10630): support ui-extensions (#10762)#11050
jkuester wants to merge 20 commits into
masterfrom
10224-ui-extensions

Conversation

@jkuester
Copy link
Copy Markdown
Contributor

@jkuester jkuester commented May 12, 2026

Description

Closes #10224

cht-docs PR: medic/cht-docs#2213
cht-conf PR: medic/cht-conf#823

Code review checklist

  • UI/UX backwards compatible: Test it works for the new design (enabled by default). And test it works in the old design, enable can_view_old_navigation permission to see the old design. Test it has appropriate design for RTL languages.
  • Readable: Concise, well named, follows the style guide
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or e2e where appropriate
  • Internationalised: All user facing text
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.
  • AI disclosure: Please disclose use of AI per the guidelines.

Compose URLs

If Build CI hasn't passed, these may 404:

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

sh1vam31 and others added 17 commits March 30, 2026 17:28
Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
…10773)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
#10785)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
…ions (#10909)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
# Conflicts:
#	webapp/tests/karma/ts/app.component.spec.ts
#	webapp/tests/karma/ts/components/sidebar-menu/sidebar-menu.component.spec.ts
…10918)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
#10928)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
…11022)

Co-authored-by: Joshua Kuestersteffen <jkuester@kuester7.com>
if (!customElements.get(elementName)) {
customElements.define(elementName, Element);
}
const element = document.createElement(elementName);

this.container.nativeElement.appendChild(element);
} catch (error) {
console.error(`Error initializing UI extension: "${extensionId}"`, error);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support custom UI Extensions

8 participants