Skip to content

[frontend] Filters components refacto to tsx (#13845)#13942

Merged
Archidoit merged 5 commits intomasterfrom
issue/13845-String-filters
Feb 25, 2026
Merged

[frontend] Filters components refacto to tsx (#13845)#13942
Archidoit merged 5 commits intomasterfrom
issue/13845-String-filters

Conversation

@Archidoit
Copy link
Member

@Archidoit Archidoit commented Jan 8, 2026

Proposed changes

Refacto to tsx of the files:

  • ListFiltersWithoutLocalStorage.jsx
  • SearchScopeElement.jsx

Note that SearchScopeElement correspond to the filters box to pre-filter on entity types:
image

Related issues

#13845

@Archidoit Archidoit self-assigned this Jan 8, 2026
@Archidoit Archidoit added the filigran team use to identify PR from the Filigran team label Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 32.36%. Comparing base (0114378) to head (7216e79).
⚠️ Report is 40 commits behind head on master.

Files with missing lines Patch % Lines
...ate/components/common/lists/SearchScopeElement.tsx 0.00% 6 Missing ⚠️
...ts/common/lists/ListFiltersWithoutLocalStorage.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #13942      +/-   ##
==========================================
- Coverage   32.36%   32.36%   -0.01%     
==========================================
  Files        3096     3096              
  Lines      210893   210904      +11     
  Branches    38195    38201       +6     
==========================================
- Hits        68257    68255       -2     
- Misses     142636   142649      +13     
Flag Coverage Δ
opencti-client-python 45.50% <ø> (ø)
opencti-front 2.82% <0.00%> (-0.01%) ⬇️
opencti-graphql 67.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@SamuelHassine SamuelHassine requested a review from Copilot January 8, 2026 20:26

This comment was marked as outdated.

@SamuelHassine SamuelHassine force-pushed the master branch 7 times, most recently from 1c222ef to 2cb4539 Compare January 10, 2026 19:59
@lndrtrbn lndrtrbn linked an issue Jan 27, 2026 that may be closed by this pull request
@Archidoit Archidoit changed the title [frontend] String and filters utils refacto to tsx (#13845) [frontend] Filters utils refacto to tsx (#13845) Feb 24, 2026
@Archidoit Archidoit force-pushed the issue/13845-String-filters branch from 4377037 to 860698e Compare February 24, 2026 12:30
@Archidoit Archidoit changed the title [frontend] Filters utils refacto to tsx (#13845) [frontend] Filters components refacto to tsx (#13845) Feb 24, 2026
@Archidoit Archidoit merged commit 58e8edf into master Feb 25, 2026
36 checks passed
@Archidoit Archidoit deleted the issue/13845-String-filters branch February 25, 2026 08:34
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.

Refactor some components to TypeScript

3 participants