-
Notifications
You must be signed in to change notification settings - Fork 1
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
BEDbase Stats UI #170
base: dev
Are you sure you want to change the base?
BEDbase Stats UI #170
Conversation
Deploying bedhost-ui with
|
Latest commit: |
2465ab5
|
Status: | ✅ Deploy successful! |
Preview URL: | https://2cc39d02.bedhost.pages.dev |
Branch Preview URL: | https://stats-ui.bedhost.pages.dev |
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.
Two tiny suggestions, but otherwise this looks great!
@@ -185,7 +188,7 @@ export const GenomicFeatureBar = (props: Props) => { | |||
} | |||
|
|||
return ( | |||
<div className="border rounded p-2 shadow-sm"> | |||
<div className="border rounded p-2 shadow-sm" style={{ height: "calc(100% - 0.5rem - 2px)" }}> |
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.
Second time I've seen this style -- could just add to our globals css
sheet
); | ||
|
||
type Props = { | ||
type: string; |
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.
consider making this a MetricPlotType
type
:
type MetricPlotType = 'bar' | 'pie'
Starting a PR for the stats view