-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🐛 take table filter toggle into account for data download / TAS-796 #4433
Conversation
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2025-01-14 12:01:12 UTC |
525b08c
to
a67c9c0
Compare
a67c9c0
to
7d33c7f
Compare
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.
Nice work! Feel free to merge already, the grapher state refactor will still be open for a few days and I'm pretty used to dealing with rebase conflicts by now 😬
7d33c7f
to
fcab837
Compare
fcab837
to
7d02902
Compare
Fixes #4432
If 'Show selection only' on the table tab is toggled, then 'Download displayed data' only downloads data for those entities that are displayed in the table.
If 'Show selection only' isn't toggled, then 'Download displayed data' downloads all data (since all data is displayed). Don't know if this could be confusing. I find it okay.
This PR makes non-trivial changes to the Grapher component. Let me know if you prefer to wait for your refactor before merging this PR.
👇🏻 See my comment about
grapher.inputTable
vsgrapher.table
belowThis is part 1 of 2 in a stack made with GitButler: