fix(frontend): persist rail expanded/collapsed state across navigation #408
build.yaml
on: pull_request
go-checks
5m 48s
frontend-checks
32s
govulncheck
4m 38s
hadolint
13s
shellcheck
7s
image-scan
1m 15s
build
Annotations
2 errors and 2 warnings
|
frontend-checks
Process completed with exit code 1.
|
|
src/components/CardPanel/CardPanel.test.tsx > CardPanel — bifold layout > collapses railExpanded when the card identity changes (different card selected):
web/src/components/CardPanel/CardPanel.test.tsx#L185
AssertionError: expected '1fr var(--rail-expanded-width, 600px)' to contain '340px'
Expected: "340px"
Received: "1fr var(--rail-expanded-width, 600px)"
❯ src/components/CardPanel/CardPanel.test.tsx:185:44
|
|
govulncheck
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
go-checks
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|