| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Updated MetricsGraphSection and ProfileSelector to use the commitDraft function for applying label matcher filters from the metrics graph.
|
✅ Meticulous spotted 0 visual differences across 317 screens tested: view results. Meticulous evaluated ~4 hours of user flows against your PR. Expected differences? Click here. Last updated for commit 951c99d. This comment will update as new commits are pushed. |
Sorry, something went wrong.
|
|
||
| // Draft setters (update local state only) | ||
| setDraftExpression: (expression: string, commit?: boolean) => void; | ||
| setDraftExpression: (expression: string) => void; |
There was a problem hiding this comment.
we never use this commit boolean anywhere so removing it
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Using the right click menu to focus on a series only added the label matchers but doesn't run the query.
This fixes it by modifying the MetricsGraphSection and ProfileSelector to use the commitDraft function for applying label matcher filters essentially triggering a query search.