halftone v2 (#19573)

## Summary
- Add Playwright inspection scripts for problem canvas export, chain
logging, and metrics capture
- Save updated markdown snapshots and screenshot artifacts for homepage
and problem section debugging
- Include generated browser profile data used during the investigation

## Testing
- Not run (not requested)
This commit is contained in:
Thomas des Francs
2026-04-11 12:00:24 +02:00
committed by GitHub
parent 0a76db94bc
commit 300be990b0
44 changed files with 8496 additions and 7161 deletions
@@ -22,7 +22,7 @@ const StyledVisual = styled.div`
`;
const StyledMasked = styled.div`
background-color: ${theme.colors.primary.background[100]};
background-color: #1c1c1c;
height: 100%;
isolation: isolate;
-webkit-mask-image: ${mobileMask};