You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[HUD][cost analysis] Change regex button to use component (#6987)
Please review #6986 first
I created a component for the regex toggle search in an earlier PR, so
this converts the cost analysis page to also use it.
Also this fixes some warning I got about InputProps being deprecated and
replaced with slotProps.input
Changes:
* I think there is slightly more animation now
* The button changed shape slightly
* The tooltip is different "Enable regex pattern matching" -> "Enable
regex search"
Old:
<img width="211" height="67" alt="image"
src="https://github.com/user-attachments/assets/09db8ac2-6aa0-4295-a94e-6e44c2b4f8c8"
/>
New:
<img width="215" height="58" alt="image"
src="https://github.com/user-attachments/assets/d5b62281-f734-449f-b552-e5eec8526235"
/>
0 commit comments