Commit dd69316
committed
Dashboard: Remove /routes (#8084)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on the removal of several files related to the `bridge` feature in the dashboard and the addition of a new `tokens` page with metadata for improved SEO.
### Detailed summary
- Deleted files related to the `bridge` feature:
- `utils.ts`
- `layout.tsx`
- `route.ts`
- `page.tsx`
- `opengraph-image.png`
- Various components under `routes/components/client` and `routes/components/server`
- Added a new `tokens` page in `page.tsx` with:
- Metadata for SEO, including title and description
- Import of `PageHeader` and `TokenPage` components
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- New Features
- Redirects: Visiting /routes now automatically navigates to /tokens (temporary redirect).
- Tokens page now includes enriched metadata for improved previews and sharing.
- Refactor
- Removed the legacy Routes dashboard and associated UI controls, streamlining navigation to the Tokens experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 93f913c commit dd69316
File tree
14 files changed
+18
-841
lines changed- apps/dashboard
- src/app/(app)/(dashboard)
- (bridge)
- routes
- components
- client
- server
- types
- tokens
14 files changed
+18
-841
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
477 | 482 | | |
478 | 483 | | |
479 | 484 | | |
| |||
Lines changed: 0 additions & 12 deletions
This file was deleted.
Binary file not shown.
Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 74 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 0 additions & 141 deletions
This file was deleted.
0 commit comments