Commit fc884ca
authored
fix: merge List.Item.Detail fragment children into single detail element (#439)
The Ente Auth extension wraps two <List.Item.Detail> components in a
React Fragment — one with markdown (seconds remaining) and one with
metadata (TOTP codes). Raycast merges these into a single detail view,
but SuperCmd rendered them as separate h-full divs inside an
overflow-hidden container, clipping the second (TOTP codes).
When the detail prop is a Fragment containing List.Item.Detail children,
merge their props (markdown, metadata, isLoading) into a single element.1 parent 185dfdd commit fc884ca
1 file changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
390 | 411 | | |
391 | 412 | | |
392 | 413 | | |
| |||
0 commit comments