-
Notifications
You must be signed in to change notification settings - Fork 149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #732 +/- ##
==========================================
+ Coverage 52.83% 53.28% +0.44%
==========================================
Files 110 111 +1
Lines 2258 2286 +28
Branches 130 134 +4
==========================================
+ Hits 1193 1218 +25
- Misses 1023 1026 +3
Partials 42 42
Continue to review full report at Codecov.
|
432bd82
to
3ecfae0
Compare
.tab-headers { | ||
flex: 0 0; | ||
} |
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 think we should remove this and leave tab content creators to decide whatever they want to do.
@@ -0,0 +1,81 @@ | |||
import React, { Component, ReactChild } from 'react'; |
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 think tab layout is more like this: https://material.angular.io/components/tabs/overview
This component has drawer. I am not sure whether it qualifies for tab component. I recommend directly put them inside admin page.
What are your thoughts on this?
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.
To clarify, I recommend closing this PR and create an empty admin page PR instead.
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.
Okay, got it!
Part of #612
Description
Add a generic tabbed layout component.
Screenshots
ToDo: