-
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
refactor(ControlBar): implement redesigned control bar #165
base: main
Are you sure you want to change the base?
Conversation
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 would say, restore/ save should be moved to another component. since they are not sharing location anymore
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.
Styling issue needs to be fixed.
Conflict needs to be resolved.
You are not using standard formatting. run npm run format
to fix formatting issues (DO NOT push other files after running the command!)
is it okay that I just set Ctrl bar above the Save/restore buttons for now? |
What do you mean by 'Ctrl' bar? the Ctrl key in the keyboard? |
'above the Save/restore buttons for now' Do you think this is a good idea of fixing? Or you just want to make you fixing period shorter? |
89bac3b
to
0085d96
Compare
Signed-off-by: Bill ZHANG <[email protected]>
Signed-off-by: Bill ZHANG <[email protected]>
Signed-off-by: Bill ZHANG <[email protected]>
Signed-off-by: Bill ZHANG <[email protected]>
@@ -41,6 +53,34 @@ export const RestoreBtn = styled(Button)` | |||
} | |||
`; | |||
|
|||
const ControlBarBtn = styled(Button)` | |||
shape: circle; |
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.
shape is not in CSS properties.
Close #151