-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Migrate Query pages to React #4429
Conversation
Co-Authored-By: Levko Kravets <levko.ne@gmail.com>
Co-authored-by: Levko Kravets <levko.ne@gmail.com>
The "Funnel" visualization here: https://deploy-preview-4429--redash-preview.netlify.com/queries/178# breaks rendering (the page disappears). There seems to be an issue with the funnel (it doesn't render on https://redash-preview.netlify.com/queries/178#384 either), but in the previous version it wouldn't disappear. I guess we should introduce error boundaries around visualizations? |
Another weird issue: https://deploy-preview-4429--redash-preview.netlify.com/queries/275?p_user_id=0&p_date_range=d_last_week -> I can't fork this query in Results View, but I can in Query Editor. |
Fixed, thank you!
It's not directly related to this PR, I'll open a new one to Upd.: #4518 |
6e0a214
to
2d2c997
Compare
2d2c997
to
2934e53
Compare
* Migrate Query pages to React: cleanup * Further cleanup * Remove unused dependencies * Fix embed pages * Attempt to fix flaky test * Cleanup: explicitly register the last Angular component * Move contents of /filters folder to /lib * Remove unnecessary import * Remove cy.wait from Parameters spec Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
Hey @jezdez, we had a good discussion about adding dynamic components to the query pages, and I promised you to add some. But later I realized that I may not fully understand your needs. Therefore we merged this PR, and now, when Sorry if this is not what you (probably) expected from me, but I hope you see my point. Looking forward to see a PR from you 🙂 |
What type of PR is this? (check all applicable)
Description
Main PR for the Query Pages migration.
Status