Skip to content
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

[frontend] Fix warnings and fix linter #915

Merged
merged 6 commits into from
May 30, 2024
Merged

Conversation

guillaumejparis
Copy link
Member

No description provided.

Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.17%. Comparing base (d6fee82) to head (a4be35d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #915      +/-   ##
============================================
+ Coverage     25.87%   26.17%   +0.30%     
- Complexity      969      973       +4     
============================================
  Files           439      439              
  Lines         10126    10130       +4     
  Branches        482      482              
============================================
+ Hits           2620     2652      +32     
+ Misses         7444     7416      -28     
  Partials         62       62              

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

@RomuDeuxfois
Copy link
Member

image
UI problem

@RomuDeuxfois RomuDeuxfois added the filigran team use to identify PR from the Filigran team label May 28, 2024
@@ -104,7 +107,7 @@ const InjectList: FunctionComponent<Props> = ({
value: (injectDto: InjectResultDTO) => injectDto.inject_title,
},
{
field: 'inject_status',
field: 'inject_status.tracking_sent_date',
Copy link
Member

Choose a reason for hiding this comment

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

This filter is not working
We need to modify the back-end for that

@@ -118,7 +121,7 @@ const InjectList: FunctionComponent<Props> = ({
},
},
{
field: 'inject_status',
field: 'inject_status.status_name',
Copy link
Member

Choose a reason for hiding this comment

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

This filter is not working
We need to modify the back-end for that

@guillaumejparis guillaumejparis merged commit b650030 into master May 30, 2024
6 checks passed
@guillaumejparis guillaumejparis deleted the bugfix/fix_warnings branch May 30, 2024 07:20
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.

2 participants