Skip to content

fix(bench): fix mobile layout, compare URL, and shared branded loader#3148

Merged
spetz merged 1 commit into
masterfrom
bench_loader_mobile
Apr 21, 2026
Merged

fix(bench): fix mobile layout, compare URL, and shared branded loader#3148
spetz merged 1 commit into
masterfrom
bench_loader_mobile

Conversation

@spetz
Copy link
Copy Markdown
Contributor

@spetz spetz commented Apr 21, 2026

Mobile detail view went blank because a desktop
.sidebar-collapsed rule left the grid with two columns but only
one area; Compare URL reverted to /benchmarks/:uuid because
SingleChart force-pushed history on prop change; loading states
were inconsistent and the pre-WASM splash jumped when the app
mounted.

Mobile rules moved to end-of-file so they win the cascade, both
.detail-layout and .sidebar-collapsed share one mobile grid,
and below 768px html/body/app-shell drop their 100vh locks so the
page scrolls naturally. SingleChart no longer writes history. A
shared IggyLoader replaces the legacy spinner, and the boot
splash is a position-fixed overlay centered the same way the hero
loading is. PNG logos (870 KB) swapped for SVG (21 KB). Row
select + compare are now sibling buttons, so clicking compare
never triggers the row's select handler.

@spetz spetz force-pushed the bench_loader_mobile branch from e38dbb2 to daa2a3d Compare April 21, 2026 12:06
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 19.36%. Comparing base (ccb5f00) to head (daa2a3d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff              @@
##             master    #3148       +/-   ##
=============================================
- Coverage     73.26%   19.36%   -53.90%     
  Complexity      943      943               
=============================================
  Files          1126     1124        -2     
  Lines         98435    87640    -10795     
  Branches      75610    64815    -10795     
=============================================
- Hits          72118    16972    -55146     
- Misses        23713    70277    +46564     
+ Partials       2604      391     -2213     
Components Coverage Δ
Rust Core 0.35% <ø> (-73.78%) ⬇️
Java SDK 62.30% <ø> (ø)
C# SDK 69.44% <ø> (ø)
Python SDK 81.43% <ø> (ø)
Node SDK 91.53% <ø> (ø)
Go SDK 39.41% <ø> (ø)
see 623 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@spetz spetz merged commit 9b05400 into master Apr 21, 2026
53 checks passed
@spetz spetz deleted the bench_loader_mobile branch April 21, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants