-
Notifications
You must be signed in to change notification settings - Fork 167
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
Delete Scale UI #528
base: lyra2019
Are you sure you want to change the base?
Delete Scale UI #528
Conversation
This pull request introduces 1 alert when merging 2486672 into 1a55132 - view on LGTM.com new alerts:
|
FYI in guidesReducer.ts, guideReducer deletes guides when scales are deleted. |
This pull request introduces 1 alert when merging 3637882 into 1a55132 - view on LGTM.com new alerts:
|
@@ -109,7 +143,12 @@ class ScaleList extends React.Component<StateProps & DispatchProps> { | |||
data-scale={scale.get('_id')} | |||
data-field={field}> | |||
{/* <ContentEditable value={name} save={updateScaleName} /> */} | |||
{name} | |||
<div style={{ "marginLeft": "26px" }}> |
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.
let's try to avoid inline styles if possible. can we put this in the stylesheet?
this looks good! requested behaviors:
|
Adding UI for deleting scales.