feat: draggable hamburger button, additional outline indicators #791
Annotations
3 errors and 1 warning
Test:
gbajs3/src/components/screen/screen.spec.tsx#L79
Error: Snapshot `<Screen /> > renders with default mobile position and size 1` mismatched
- Expected
+ Received
@@ -13,11 +13,10 @@
image-rendering: pixelated;
}
.c0 {
background-color: #000;
- border: solid 1px #000;
overflow: visible;
width: 100dvw;
height: calc(100dvw * 2 / 3);
}
❯ src/components/screen/screen.spec.tsx:79:27
|
Test:
gbajs3/src/components/screen/screen.spec.tsx#L110
Error: Snapshot `<Screen /> > renders with default desktop position and size 1` mismatched
- Expected
+ Received
@@ -13,11 +13,10 @@
image-rendering: pixelated;
}
.c0 {
background-color: #000;
- border: solid 1px #000;
overflow: visible;
width: 100dvw;
height: calc(100dvw * 2 / 3);
}
❯ src/components/screen/screen.spec.tsx:110:27
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading