-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix: inspector search position #28176
Conversation
@@ -262,14 +268,15 @@ export function PlayerInspectorControls(): JSX.Element { | |||
}, [featureFlags, setMiniFilter]) | |||
|
|||
return ( | |||
<div className="flex"> | |||
<div className="flex flex-col"> |
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.
here's the fix
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.
PR Summary
Fixed search positioning and enhanced testing capabilities in the session recordings player inspector component.
- Changed root div layout from
flex
toflex flex-col
in/frontend/src/scenes/session-recordings/player/inspector/PlayerInspectorControls.tsx
to correctly position search bar below settings - Added systematic
data-attr
attributes (e.g. 'player-inspector-*') to interactive elements for improved testing coverage
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Size Change: 0 B Total Size: 1.16 MB ℹ️ View Unchanged
|
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.
Search it be
inspector is opening search in the wrong position
let's fix that
while we're here, add data attrs to the buttons and toggles