-
Notifications
You must be signed in to change notification settings - Fork 14.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
feat: annotation layers CRUD list view #11432
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11432 +/- ##
==========================================
+ Coverage 66.65% 66.66% +0.01%
==========================================
Files 863 864 +1
Lines 41048 41113 +65
Branches 3693 3706 +13
==========================================
+ Hits 27359 27409 +50
- Misses 13592 13606 +14
- Partials 97 98 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Looks good, just a question
"changed_on_delta_humanized", | ||
"created_on", |
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.
Why do we need changed_on
? it's better to use changed_on_delta_humanized
, also if we need/want created_on
we should add a created_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.
LGTM as a WIP. Let's get the python lint error fixed and I'll merge
c390145
to
0fb5e9f
Compare
e1e0c1a
to
be14717
Compare
@@ -37,6 +38,7 @@ import { | |||
import { ListViewError, useListViewState } from './utils'; | |||
|
|||
const ListViewStyles = styled.div` | |||
background: ${({ theme }) => theme.colors.grayscale.light5}; |
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 should have caught this during review, but this line needs to be removed.
SUMMARY
SIP_34_ANNOTATIONS_UI
feature flagBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
AnnotationLayersList
ADDITIONAL INFORMATION