| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
✅ Meticulous spotted visual differences in 2 of 304 screens tested, but all differences have already been approved: view differences detected. Meticulous evaluated ~4 hours of user flows against your PR. Last updated for commit 877e301. This comment will update as new commits are pushed. |
Sorry, something went wrong.
|
|
||
| export const validateIcicleChartQuery = (profileSource: MergedProfileSource) => { | ||
| const isNonDelta = profileSource.ProfileType().delta !== true; | ||
| const isDurationTooLong = profileSource.mergeTo - profileSource.mergeFrom > 10000; |
There was a problem hiding this comment.
Let's make it a high limit. I've successfully looked at 10+ seconds.
How about a minute for now?
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, sounds good. Will update it.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds some validations on the query before querying for flamecharts and renders appropriate error message in the UI.
Screenshots:

Valid Query:
Invalid Queries: