-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Rules Widget - Post Merge Smaller Tweaks #5822
Comments
Thanks @martenson - I largely agree with these and have added them to the list above and I'll try to work on these soon. Are you sure about this bullet point though:
The lazy re-initialization right now lets you for instance switch back to the other option if you realize you shouldn't have switched it without loosing data and it lets you switch to manual data entry after selecting FTP or a dataset or manually modify what is there before bringing it into the rule builder (exclude files or rows you don't want for instance). So it looks rough I suppose but it is more functional I think. I'm not going to claim these behaviors were intentional but I wonder if they are a good accident. |
@jmchilton +1 for re-initialization from stored state, but I think you have at least 2, but rather 3 states to store (which is fine) |
@martenson I set a minimum width in my apply_rules branch - what were you thinking in terms of alignment? Put the column selectors below the labels, add some left-margin, etc? |
@jmchilton I would align the column selectors and 'delete' icon to the right so you can navigate vertically between them with ease. Let me actually tinker with it a bit, I'll get back to you. |
@martenson Do you know how to do that? Is this https://stackoverflow.com/a/7855592 the right answer? |
I was hoping for something like .table {
overflow-x:scroll;
overflow-y:scroll;
overflow:scroll;
} But I do not have a recent experience, will give it a try in a bit. |
It would be nice to be able to:
|
Some migrated from #5380.
The text was updated successfully, but these errors were encountered: