rusackas commented on issue #30876: URL: https://github.com/apache/superset/issues/30876#issuecomment-2468465784
Just thinking here about how to make the UX a little simpler... not that we need another project. But, just to say it out loud in case @kasiazjc thinks it's a good idea for a rainy day: Tha add/edit filters modal has always bothered me... from the button/menu in the top, to the fact that I accidentally overwrite filters instead of adding them, ALL THE TIME. I wonder if we could fix that by just having "Add Filter" appear in the gear menu. Then add "Edit" icons when you hover over each _existing_ filter. The Add modal and the Edit modal would essentially be the same UI, aside from a "delete" button when editing. If I'm not mistaken, this would actually let us chop out a fair bit of code/logic in that modal. We'd just need to make them re-arrangeable in the dashboard setting, which kind of makes sense to me if (a) that's where all the dragg/drop stuff happens anyway, and (b) we might make it so you can drag them into the dashboard one day. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
