Commit de84e98
feat: add trailing chevron for submenu links in list mode (#2303)
The 14 dp link badge on the circle's corner reads fine in ring mode
but is easy to miss on wide list rows where the eye is on the label.
List mode now drops the corner badge and renders a quiet trailing
KeyboardArrowRight chevron at the right edge of the row instead —
the standard list-item affordance for "opens another screen."
The previous-menu (back) item carries isLinkToMenu = true alongside
isBackButton = true, so the chevron is suppressed for back buttons:
its back-arrow icon and secondaryContainer circle already say what
it does, and a forward-pointing chevron next to a back arrow would
point the wrong way.
Ring mode is untouched.
Closes #2302
Co-authored-by: Owen McGirr <o.a.mcgirr@gmail.com>1 parent 244c50e commit de84e98
1 file changed
Lines changed: 23 additions & 2 deletions
File tree
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
362 | 370 | | |
363 | 371 | | |
364 | 372 | | |
| |||
376 | 384 | | |
377 | 385 | | |
378 | 386 | | |
379 | | - | |
| 387 | + | |
380 | 388 | | |
381 | 389 | | |
382 | 390 | | |
383 | 391 | | |
384 | 392 | | |
385 | 393 | | |
386 | 394 | | |
387 | | - | |
| 395 | + | |
| 396 | + | |
388 | 397 | | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
389 | 410 | | |
390 | 411 | | |
391 | 412 | | |
| |||
0 commit comments