Skip to content

fix(css): add missing closing brace in onboarding__skip:disabled (take 2)#3431

Closed
CVEngineer66 wants to merge 1 commit into
esengine:main-v2from
CVEngineer66:fix/css-missing-brace-2
Closed

fix(css): add missing closing brace in onboarding__skip:disabled (take 2)#3431
CVEngineer66 wants to merge 1 commit into
esengine:main-v2from
CVEngineer66:fix/css-missing-brace-2

Conversation

@CVEngineer66

Copy link
Copy Markdown
Contributor

Same root cause as PR #3418 — a merge conflict artefact between #2752 (onboarding overlay) and #3129 (InlineDiff component) left a second unclosed .onboarding__skip:disabled block at line 7082, about 30 lines below the first one.

The check-css-syntax.mjs script (added by PR #3420) now catches this in CI, which means every PR based on main-v2 was failing the desktop check until this is merged upstream.

Verification:

  • node scripts/check-css-syntax.mjs src/styles.css — ✅ passed
  • pnpm build — ✅ passed

A second merged conflict artefact from esengine#2752 (onboarding) and esengine#3129
(InlineDiff) left an unclosed block at line 7082. Same root cause as
PR esengine#3418 but at a different offset. The check-css-syntax.mjs script
(PR esengine#3420) now catches this, but upstream itself is affected.
@github-actions github-actions Bot added desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development labels Jun 7, 2026
@CVEngineer66

Copy link
Copy Markdown
Contributor Author

Duplicate of #3434 which was merged first — same CSS fix.

@CVEngineer66 CVEngineer66 deleted the fix/css-missing-brace-2 branch June 7, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant