Skip to content

Mock GUI: Sample Model page - #19

Draft
seventil wants to merge 33 commits into
developfrom
9_sample_model_mock_gui
Draft

Mock GUI: Sample Model page#19
seventil wants to merge 33 commits into
developfrom
9_sample_model_mock_gui

Conversation

@seventil

Copy link
Copy Markdown
Collaborator

No description provided.

@seventil seventil added this to the GUI mockup milestone Apr 29, 2026
@seventil seventil self-assigned this Apr 29, 2026
@codecov

codecov Bot commented Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (7c87032) to head (118ddff).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop     #19   +/-   ##
=======================================
  Coverage     0.00%   0.00%           
=======================================
  Files            1       1           
  Lines           28      28           
=======================================
  Misses          28      28           
Flag Coverage Δ
integration 0.00% <ø> (?)
unittests 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seventil seventil added [scope] enhancement Adds/improves features (major.MINOR.patch) [priority] high Should be prioritized soon labels Apr 30, 2026
Ales Kutsepau added 8 commits June 29, 2026 16:28
Row elements were sized either with a flat fraction of sideBarContentWidth
(0.3164, 0.48) or by fixing the element width and spending the remainder on
the gaps (itemWidth + computed spacing). The first form is the count formula
frozen at one font size; the second produced gaps of 2-4x fontPixelSize that
match no spacing token.

Both are replaced by halfWidth/thirdWidth/quarterWidth on the group root,
computed as (sideBarContentWidth - (n - 1) * fontPixelSize) / n, with every
container spacing at fontPixelSize. Rows still fill the sidebar exactly, but
parameter fields are now wider and gaps tighter - a visible change to the
structure groups.

AnalysisConfig also drops its hand-rolled label-above-field markup for
EaElements.Parameter, which already implements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[priority] high Should be prioritized soon [scope] enhancement Adds/improves features (major.MINOR.patch)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants