Skip to content

Remove unused FilterNavigatorBar animations#5591

Merged
mstange merged 1 commit intofirefox-devtools:mainfrom
mstange:remove-unused-filternavigatorbar-animations
Sep 4, 2025
Merged

Remove unused FilterNavigatorBar animations#5591
mstange merged 1 commit intofirefox-devtools:mainfrom
mstange:remove-unused-filternavigatorbar-animations

Conversation

@mstange
Copy link
Contributor

@mstange mstange commented Sep 4, 2025

Production | Deploy preview

On the production branch I don't see any animations in the breadcrumb bar where the time range filters are displayed, when I make a selection, commit a selection or "pop" selections. No animations in the call tree transform list either.

Since nobody has noticed, let's just remove the code for them, because this gets rid of some of the uses of react-transition-group, which is one of our barriers to upgrading React (#5590).

@mstange mstange requested a review from canova as a code owner September 4, 2025 13:58
@mstange mstange force-pushed the remove-unused-filternavigatorbar-animations branch from ab55ef0 to 0ecad6e Compare September 4, 2025 13:59
@mstange mstange force-pushed the remove-unused-filternavigatorbar-animations branch from 0ecad6e to 2a83c47 Compare September 4, 2025 14:01
@mstange mstange changed the title Remove unused filternavigatorbar animations Remove unused FilterNavigatorBar animations Sep 4, 2025
@mstange mstange self-assigned this Sep 4, 2025
@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.73%. Comparing base (998bd9c) to head (2a83c47).
⚠️ Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5591   +/-   ##
=======================================
  Coverage   85.73%   85.73%           
=======================================
  Files         309      309           
  Lines       30390    30390           
  Branches     8363     8365    +2     
=======================================
  Hits        26055    26055           
  Misses       3914     3914           
  Partials      421      421           

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

Copy link
Member

@canova canova left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines +23 to +25
/* Note: no overflow: hidden for historical reasons - we wanted to see
an animation for items at the end while they were fading out, but
we have removed this animation in the meantime */
Copy link
Member

Choose a reason for hiding this comment

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

nit: I don't know how useful this comment is now, I don't mind keeping it but maybe we can remove it all together.

@mstange mstange merged commit a804198 into firefox-devtools:main Sep 4, 2025
15 checks passed
@canova canova mentioned this pull request Sep 5, 2025
canova added a commit that referenced this pull request Sep 5, 2025
Changes:

[Markus Stange] Some path fixes (#5581)
[depfu[bot]] Update all Yarn dependencies (2025-09-03) (#5585)
[Nazım Can Altınova] Remove the findDOMNode usage from ContextMenu
(#5588)
[Markus Stange] Replace @fetch-mock/jest with plain fetch-mock (#5575)
[Ryan Hunt] Replace zee-worker.js with compression streams API (#5584)
[Markus Stange] Remove unused FilterNavigatorBar animations (#5591)
[Markus Stange] Use different ports for start-prod and start-examples
(#5592)
[Markus Stange] Remove SharedArrayBuffer workaround (#5596)
[Jeff Muizelaar] Make time after responseEnd have a more accurate name
(#5582)
[Ryan Hunt] Move compression and decompression to a worker (#5597)
[Markus Stange] Remove Flow and no-TypeScript settings from
.vscode/settings.json (#5601)
[Markus Stange] Simplify the eslint command in package.json so that
eslint.config.mjs is the only place you need to look if you want to know
if a file is being checked (#5600)
[Markus Stange] Fix search filtering (#5599)
[Nazım Can Altınova] 🔃 Sync: l10n -> main (September 5, 2025) (#5603)

And thanks to our localizers:

de: mstange
tr: Fernando Javier
tr: Rua
tr: Selim Şumlu
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

Comments