-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(replay): add hovercard to release tag and filter dropdown #90701
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
Conversation
@michellewzhang just to clarify, what happens when you click on the release version now, is it still linking to search w/ release? |
nothing happens when you click -- you have to click the 3 dots to see the 2 options |
@@ -25,6 +29,8 @@ const expandedViewKeys = [ | |||
'sdk.replay.maskingRules', | |||
]; | |||
|
|||
const releaseKeys = ['release', 'releases']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: this could be a Set
label: t('Go to release details'), | ||
onAction: () => | ||
navigate( | ||
makeReleasesPathname({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for myself, I'll have to update these calls when #90428 lands
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #90701 +/- ##
==========================================
- Coverage 87.84% 84.25% -3.60%
==========================================
Files 10265 10265
Lines 580837 580835 -2
Branches 22569 22568 -1
==========================================
- Hits 510235 489366 -20869
- Misses 70169 91036 +20867
Partials 433 433 |
closes #90633 - adds a release hovercard to the `release` tag in replay details - previous behavior was that if the tag was clicked, it would populate the replay search bar with the `release:xxx` filter - new behavior is a dropdown that has 2 options: same search behavior as before, or going to release details - also removes deprecated `browserHistory` from the replay index table cell dropdown filters https://github.com/user-attachments/assets/6d5a0fa8-aea2-4c72-989d-84a31ba8e05b
closes #90633
release
tag in replay detailsrelease:xxx
filterbrowserHistory
from the replay index table cell dropdown filtersScreen.Recording.2025-04-30.at.1.39.33.PM.mov