Skip to content

Commit acbb038

Browse files
authored
experimental: Various Animation fixes (#5122)
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent f167b3e commit acbb038

24 files changed

+1376
-26
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
const results = [
136136
await assertSize('./fixtures/ssg/dist/client', 352),
137137
await assertSize('./fixtures/react-router-netlify/build/client', 368),
138-
await assertSize('./fixtures/webstudio-features/build/client', 1036),
138+
await assertSize('./fixtures/webstudio-features/build/client', 1052),
139139
]
140140
for (const result of results) {
141141
if (result.passed) {

0 commit comments

Comments
 (0)