Commit b4a682d
Display full sandbox ID in breadcrumb instead of truncated version (#280)
<!-- CURSOR_AGENT_PR_BODY_BEGIN -->
## Summary
This PR updates the sandbox details page to display the full sandbox ID
in the breadcrumb navigation instead of showing a truncated version.
## Changes
- **Updated `src/configs/layout.ts`**: Removed the truncation logic that
was displaying sandbox IDs as `I1E55K...K3RHIN` and now shows the
complete ID like `I1E55KOJWB0SJO8K3RHIN`
## Before
The breadcrumb showed truncated sandbox IDs:
```
SANDBOXES / I1E55K...K3RHIN
```
## After
The breadcrumb now shows the full sandbox ID:
```
SANDBOXES / I1E55KOJWB0SJO8K3RHIN
```
## Related
Addresses feedback from #dashboard Slack channel regarding sandbox ID
display.
<!-- CURSOR_AGENT_PR_BODY_END -->
[Slack
Thread](https://e2b-team.slack.com/archives/C086YA5T4JD/p1774627173865829?thread_ts=1774627173.865829&cid=C086YA5T4JD)
<div><a
href="https://cursor.com/agents/bc-38e5eb75-3136-5d82-9bdb-5e475dc399d1"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-web-light.png"><img
alt="Open in Web" width="114" height="28"
src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a
href="https://cursor.com/background-agent?bcId=bc-38e5eb75-3136-5d82-9bdb-5e475dc399d1"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img
alt="Open in Cursor" width="131" height="28"
src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Ben Fornefeld <ben-fornefeld@users.noreply.github.com>1 parent e438643 commit b4a682d
2 files changed
+30
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments