Files
worker-dashboard/packages/frontend/index.html
T
xiaoju f444dce133
CI / check (pull_request) Failing after 1m2s
feat: rebrand from UWF Dashboard to Uncaged Dashboard
- Update all user-facing text and branding across frontend, CLI, and server
- Migrate directory structure from ~/.uwf-dashboard to ~/.uncaged/dashboard
- Implement backward-compatible auto-migration for existing users
- Add comprehensive test coverage for branding and migration logic
- Update package metadata descriptions across all packages

Fixes #5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-28 16:00:01 +00:00

6 lines
265 B
HTML

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Uncaged Dashboard</title></head>
<body><div id="root"></div><script type="module" src="/src/main.tsx"></script></body>
</html>