Commit Graph
7 Commits
Author SHA1 Message Date
gitlawrandjialin b6bbe880a0 feat(plugin): expose OrgSwitcher slot in extraRender
Add a single host-side mount point in extraRender.tsx:

    const OrgSwitcher = pluginManager?.components?.OrgSwitcher;
    ...
    {OrgSwitcher && <OrgSwitcher />}

A registered plugin can supply an Org switcher via
components.OrgSwitcher. When no plugin provides it, the host
renders nothing here, so the build is visually unchanged.
2026-05-07 18:16:42 +08:00
gitlawr 31ea81c211 ci: publish v*-dev branches 2025-05-30 14:02:56 +08:00
gitlawr a76560c38a chore: add LICENSE 2024-12-09 11:37:37 +08:00
gitlawr 6baf8f08c8 docs: add title 2024-09-17 09:34:41 +08:00
gitlawr a00fbd0046 ci: tag format 2024-09-15 16:40:29 +08:00
Lawrence LiandGitHub 8d35ce0380 Merge pull request #1 from seal-io/ci
add ci
2024-06-17 15:16:18 +08:00
gitlawr cb14781984 ci: init 2024-06-17 15:11:59 +08:00