Skip to content

[frontend] Fix finding padding & access import #3066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

RomuDeuxfois
Copy link
Member

Proposed changes

  • Findings: Load are not aligned with list
  • Fix Import simulations & scenario is not available

Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.01%. Comparing base (f9e2549) to head (0cfc2ae).
Report is 1 commits behind head on release/current.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/current    #3066   +/-   ##
==================================================
  Coverage              41.01%   41.01%           
  Complexity              2306     2306           
==================================================
  Files                    687      687           
  Lines                  21106    21106           
  Branches                1438     1438           
==================================================
  Hits                    8656     8656           
  Misses                 11960    11960           
  Partials                 490      490           

☔ 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.

const me = helper.getMe();
return me?.user_admin ?? false;
});
const { userAdmin } = useHelper((helper: UserHelper) => ({ userAdmin: helper.getMeAdmin() }));
Copy link
Member

Choose a reason for hiding this comment

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

Praise: nice catch !

@MarineLeM
Copy link
Contributor

test ok

@RomuDeuxfois RomuDeuxfois merged commit 861b9e5 into release/current Apr 29, 2025
8 checks passed
@RomuDeuxfois RomuDeuxfois deleted the bugfix/UI branch April 29, 2025 06:59
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