-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
fix(datasets): sort and humanized modified by #10380
Conversation
size: 'xl', | ||
}: any) => <span className="no-wrap">{changedOn}</span>, | ||
Header: t('Modified'), | ||
accessor: 'changed_on_delta_humanized', |
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.
can you add back the size: 'xl'
property which should ensure even spacing between columns
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.
lgtm, lmk if you need help getting CI to pass
Codecov Report
@@ Coverage Diff @@
## master #10380 +/- ##
==========================================
- Coverage 70.66% 69.71% -0.96%
==========================================
Files 601 196 -405
Lines 32267 19019 -13248
Branches 3275 0 -3275
==========================================
- Hits 22803 13259 -9544
+ Misses 9358 5760 -3598
+ Partials 106 0 -106
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* fix(datasets): sort and humanized modified by * size xl on changed_on_delta_humanized * Fix, tests * Fix, tests * Fix, frontend tests * remove debug flag
SUMMARY
Fixes: modified by time zone issue (same solution has for charts and dashboards).
Fixes: Sort by modified by
Introduces sort on schemas
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION