Passing CI check chips in the session kanban card were rendered as plain <span> elements, so clicking them did nothing even though check.url was available in DashboardCICheck. Wrap each chip in an <a> tag when check.url is present, matching the pattern already used by CICheckList in CIBadge.tsx. Stop click propagation so the chip click does not bubble up to the card's navigation handler. Also fix a pre-existing broken test from #1218 that still expected the old terminal link href without the #session-terminal-section anchor, which was blocking the test suite. Fixes #1209 |
||
|---|---|---|
| .. | ||
| ao | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||