• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FlexMeasures / flexmeasures / 24078652988
81%

Build:
DEFAULT BRANCH: main
Ran 07 Apr 2026 11:30AM UTC
Jobs 1
Files 163
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Apr 2026 11:19AM UTC coverage: 77.81%. Remained the same
24078652988

push

github

web-flow
Sensor page: Stop side-panels using vertical space when closed (#2033)

* first work on letting side-panels take no vertical space when closed

Signed-off-by: Nicolas Höning <nicolas@seita.nl>

* refactor: address first 3 TODOs for sidepanel CSS/HTML improvements

- TODO 1: Add CSS variables for z-index (--z-index-sidepanel, --z-index-sidepanel-label, --z-index-sidepanel-content) for a single global stacking index
- TODO 2: Rename classes throughout: sidepanels→sidepanel (wrapper), left-sidepanel-label→sidepanel-label, sidepanel+left-sidepanel→sidepanel-content in all HTML templates (sensors, accounts, assets) and base.html JS
- TODO 3: Move chart-type-picker and delete button outside the .sidepanel wrapper in sensors/index.html so they appear below the sidepanel tabs rather than interleaved
- Remove old commented-out CSS block and clean up CSS (fix // comments to /* */, remove nth-child hacks, use height:60px per container instead)

Agent-Logs-Url: https://github.com/FlexMeasures/flexmeasures/sessions/484168a2-b80f-49f1-99a2-016408ad5c2a

Co-authored-by: nhoening <1042336+nhoening@users.noreply.github.com>

* fix: correct z-index stacking context for sidepanels

Move z-index from .sidepanel-container to .sidepanel so all containers
share a single stacking context. Previously each .sidepanel-container
had position+z-index which created its own isolated stacking context,
causing .sidepanel-content (z-index:100) inside container N to be
covered by later containers whose z-index was evaluated in the same
parent context. Now .sidepanel is the stacking context, containers have
no z-index (so they don't isolate their children), and the open
sidepanel-content (z-index:100) correctly paints above all other
containers in the shared context.

Agent-Logs-Url: https://github.com/FlexMeasures/flexmeasures/sessions/4f095d33-daeb-4c8b-8d5e-dd641de3aa4c

Co-authored-by: nhoening <1042336+nhoening@users.noreply.github.com>

* fix: bring back margins

Signed-off-by: F.... (continued)

11691 of 15025 relevant lines covered (77.81%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24078652988.1 07 Apr 2026 11:30AM UTC 163
77.81
GitHub Action Run
Source Files on build 24078652988
  • Tree
  • List 163
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24078652988
  • 4ef61faa on github
  • Prev Build on main (#23899234084)
  • Next Build on main (#24078704377)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc