Skip to content

[frontend/backend] fix: add pagination on list widget (#4410)#4955

Merged
MarineLeM merged 5 commits into
release/currentfrom
issue/4410-pagination
Feb 20, 2026
Merged

[frontend/backend] fix: add pagination on list widget (#4410)#4955
MarineLeM merged 5 commits into
release/currentfrom
issue/4410-pagination

Conversation

@MarineLeM
Copy link
Copy Markdown
Contributor

Proposed changes

  • Add pagination on list widget
  • Add pagination on actionable drawer

Testing Instructions

Verify if the scenario and simulation dashboard does not have any regression

Related issues

Signed-off-by: Marine LM <marine.lemezo@filigran.io>
@MarineLeM MarineLeM self-assigned this Feb 16, 2026
@MarineLeM MarineLeM added the filigran team use to identify PR from the Filigran team label Feb 16, 2026
Signed-off-by: Marine LM <marine.lemezo@filigran.io>
@MarineLeM MarineLeM changed the title [frontend/backend] fix: add pagination on list widget [frontend/backend] fix: add pagination on list widget (#4410) Feb 16, 2026
Signed-off-by: Marine LM <marine.lemezo@filigran.io>
Signed-off-by: Marine LM <marine.lemezo@filigran.io>
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 16, 2026

Codecov Report

❌ Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.66%. Comparing base (c48c40e) to head (0e4d989).
⚠️ Report is 25 commits behind head on release/current.

Files with missing lines Patch % Lines
.../rest/custom_dashboard/CustomDashboardService.java 0.00% 6 Missing ⚠️
...io/openaev/rest/exercise/ExerciseDashboardApi.java 0.00% 1 Missing ⚠️
...io/openaev/rest/scenario/ScenarioDashboardApi.java 0.00% 1 Missing ⚠️
.../io/openaev/rest/settings/PlatformSettingsApi.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #4955      +/-   ##
=====================================================
+ Coverage              56.54%   56.66%   +0.11%     
- Complexity              4472     4582     +110     
=====================================================
  Files                    991     1002      +11     
  Lines                  29665    30396     +731     
  Branches                2167     2248      +81     
=====================================================
+ Hits                   16775    17224     +449     
- Misses                 11932    12206     +274     
- Partials                 958      966       +8     

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

}, [widgetId, filterValues]);

useEffect(() => {
if (!customDashboard || !widgetId || filterValues == null || !seriesIndex) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niptick: !seriesIndex treats 0 as falsy. Using seriesIndex == null avoids that if 0 is valid

Copy link
Copy Markdown
Member

@GaetanSantucci GaetanSantucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test ok

Signed-off-by: Marine LM <marine.lemezo@filigran.io>
@MarineLeM MarineLeM merged commit 589b5e9 into release/current Feb 20, 2026
14 checks passed
@MarineLeM MarineLeM deleted the issue/4410-pagination branch February 20, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SCV] Clickable Domain Dashboard Metrics With Drill-Down Drawer to Inject Results

2 participants