39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
---
|
|
id: TASK-51.3
|
|
title: 'Phase 3: Update UI links (app switcher, landing page)'
|
|
status: Done
|
|
assignee: []
|
|
created_date: '2026-02-25 07:47'
|
|
updated_date: '2026-03-12 04:51'
|
|
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 -->
|
|
- [x] #1 App switcher shows no external link arrows
|
|
- [x] #2 Landing page ecosystem links use /demo/{moduleId} paths
|
|
- [ ] #3 ModuleInfo no longer exposes standaloneDomain to client
|
|
<!-- AC:END -->
|
|
|
|
## Implementation Notes
|
|
|
|
<!-- SECTION:NOTES:BEGIN -->
|
|
**2026-03-11:** Removed external link arrows from app switcher (HTML + CSS). Updated website/index.html, server/shell.ts, website/canvas.html EncryptID links → /rids. AC #3 deferred — standaloneDomain field kept for 301 redirect infra.
|
|
<!-- SECTION:NOTES:END -->
|