1.3 KiB
1.3 KiB
| id | title | status | assignee | created_date | updated_date | labels | dependencies | parent_task_id | priority | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-51.3 | Phase 3: Update UI links (app switcher, landing page) | Done | 2026-02-25 07:47 | 2026-03-12 04:51 |
|
|
TASK-51 | medium |
Description
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.
Acceptance Criteria
- #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
Implementation Notes
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.