-
Notifications
You must be signed in to change notification settings - Fork 7
1598 show date last modified date in samples #1739
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
Conversation
|
@omelao it could be useful to add a couple of screenshots in the PRs. Showing how it looked before the PR and how it will look after merging. This will help the reviewer and any watcher to (perhaps) spot issues in advance. We don't do this for all PRs, perhaps because we forget, or because we think it isn't necessary. :) |
899caaa to
8f4469f
Compare
ysbaddaden
left a comment
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 job! Just one big issue to fix; the rest is to improve things further.
That being said, I think we should have either a pair of from/to date selectors or a drodpown selector to select a range, but both is too much. What do you think @jkicillof and @diegoliberman?
I agree. The cc @omelao |
|
Do we really need from/to? could a list of time spans be enough? something like last week, last month, last year. If we need and extra row to fit all the filters we could use something like this: collapsed, expanded and leave visible by default the most common ones. I don't know if this is already implemented somewhere. |
I prefer to be more flexible right now, and allow the user to select whatever range they need. |
Co-authored-by: Julien Portalier <julien@portalier.com>
Yes, I think it's better too. Should I remove the Dropdown? |
|
@omelao you can move ahead with deleting the dropdown. Let us know if you need anything. Thanks! |
|
Yes I removed, I will just see if I can change the placeholder of a input date field. |
ysbaddaden
left a comment
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.
I just left a few comments.
Checking if the parameter is present before checking if it's inside the sort_column list
|
@straight-shoota @ysbaddaden what do you think about this comment? /*
Finally you can test if something changes on the future on this fiddle: Maybe I could put all of this on the fiddle, and just link the fiddle on the comment. |
I was changing the color for Chrome only. So I removed the webkit selector. I put a comment inside input date javascript too, to describe the problem and prevent other developers to waste time with this.




I don't know if we need to consider some conflict between Modified From/To and Modified Dropdown filters. I don't think it would be a problem. So this is it.