Skip to content

Conversation

@guillaumejparis
Copy link
Member

@guillaumejparis guillaumejparis commented Dec 15, 2025

Proposed changes

Testing Instructions

  1. Step-by-step how to test
  2. Environment or config notes

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality
  • For bug fix -> I implemented a test that covers the bug

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@guillaumejparis guillaumejparis changed the title [frontend] chore: type api requests & store selects [frontend] chore: type api requests & store selects (#4591) Dec 17, 2025
@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.02%. Comparing base (6104546) to head (3832be9).

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/current    #4574   +/-   ##
==================================================
  Coverage              51.02%   51.02%           
  Complexity              3815     3815           
==================================================
  Files                    924      924           
  Lines                  27792    27792           
  Branches                2103     2103           
==================================================
  Hits                   14181    14181           
  Misses                 12742    12742           
  Partials                 869      869           

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

@guillaumejparis guillaumejparis marked this pull request as ready for review December 17, 2025 10:06
return instance;
};

export const simpleApi = axios.create({ headers: { responseType: 'json' } });
Copy link
Member Author

Choose a reason for hiding this comment

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

seems taht miss interceptor for error

@camrrx camrrx self-requested a review January 12, 2026 13:14
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.

2 participants