32 lines
926 B
Markdown
32 lines
926 B
Markdown
---
|
|
id: TASK-51.3
|
|
title: 'Phase 3: Update UI links (app switcher, landing page)'
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2026-02-25 07:47'
|
|
labels:
|
|
- infrastructure
|
|
- domains
|
|
- migration
|
|
- ui
|
|
dependencies:
|
|
- TASK-51.2
|
|
parent_task_id: TASK-51
|
|
priority: medium
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Remove standalone domain references from user-facing UI. Remove external link arrow from app switcher, update landing page ecosystem links to path-based routes, remove standaloneDomain from ModuleInfo interface.
|
|
|
|
Files: shared/components/rstack-app-switcher.ts, shared/module.ts, website/index.html, website/create-space.html.
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 App switcher shows no external link arrows
|
|
- [ ] #2 Landing page ecosystem links use /demo/{moduleId} paths
|
|
- [ ] #3 ModuleInfo no longer exposes standaloneDomain to client
|
|
<!-- AC:END -->
|