Commit 9c1612a
authored
Icon SlashForward Replacing Chevron in Breadcrumbs (#104120)
## Problem
Both in the Replay Details and Span Waterfall, we have this ability to
paginate to sibling events. However, the implementations are
inconsistent.
### Replay Details
<img width="2880" height="2042" alt="CleanShot 2025-11-28 at 14 04
39@2x"
src="https://github.com/user-attachments/assets/ff6a81ce-dda5-4db6-b775-a3183a957eaf"
/>
### Span Waterfall
<img width="2880" height="2042" alt="CleanShot 2025-11-28 at 14 06
48@2x"
src="https://github.com/user-attachments/assets/5fda7778-712d-4dfe-aa9b-e2c6a4f5fe2b"
/>
## Goal
This PR isn't about implementing the pagination UI consistently; rather,
it's about modifying the breadcrumbs UI so that we can reach that end
goal. Specifically, this PR swaps out the chevron icon for a forward
slash (new icon).
### Before
<img width="2352" height="277" alt="CleanShot 2025-11-28 at 13 58 09@2x"
src="https://github.com/user-attachments/assets/8e4c6638-7785-4060-b0a4-1ba978589989"
/>
### After
<img width="2351" height="278" alt="CleanShot 2025-11-28 at 13 58 37@2x"
src="https://github.com/user-attachments/assets/9ada7a5f-13a9-48dd-824e-e6fdb2fc01a1"
/>
## Solution
We're making this change because we want to reach an end goal where we
have this
### Ideal end state
<img width="1978" height="284" alt="CleanShot 2025-11-28 at 14 26 50@2x"
src="https://github.com/user-attachments/assets/b3026ca0-3b8d-4898-bf76-933cf74e80b6"
/>
### End state without this change
<img width="1976" height="286" alt="CleanShot 2025-11-28 at 14 27 33@2x"
src="https://github.com/user-attachments/assets/02d49a61-cae7-4db2-85ce-eb77cfedafbf"
/>
## Solution Explanation
In the realm of computing, the slash is frequently used to indicate a
file path.1 parent 918b716 commit 9c1612a
File tree
4 files changed
+20
-2
lines changed- static/app
- components
- icons
4 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
647 | 654 | | |
648 | 655 | | |
649 | 656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments