Skip to content

Commit 9560786

Browse files
os-zhuangclaude
andauthored
feat(app-showcase): surface Command Center (JSX) in nav (ADR-0080) (#2457)
* feat(app-showcase): surface the Command Center (JSX) page in nav (ADR-0080) The kind:'jsx' example page existed + was browser-verified but wasn't reachable in the showcase app. Add a Pages nav item so it's clickable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore: retrigger CI (prior run hit transient infra failures) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 62a1366 commit 9560786

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/app-showcase/src/apps/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const ShowcaseApp = App.create({
6565
icon: 'layout',
6666
children: [
6767
{ id: 'nav_gallery', type: 'page', pageName: 'showcase_component_gallery', label: 'Component Gallery', icon: 'layout-template' },
68+
{ id: 'nav_command_center_jsx', type: 'page', pageName: 'showcase_command_center_jsx', label: 'Command Center (JSX)', icon: 'code' },
6869
{ id: 'nav_styling_gallery', type: 'page', pageName: 'showcase_styling_gallery', label: 'Styling (ADR-0065)', icon: 'palette' },
6970
{ id: 'nav_page_variables', type: 'page', pageName: 'showcase_page_variables', label: 'Page Variables', icon: 'mouse-pointer-click' },
7071
{ id: 'nav_contact_form', type: 'page', pageName: 'showcase_contact_form', label: 'Contact Form', icon: 'mail-plus' },

0 commit comments

Comments
 (0)