refactor(ControlBar): implement redesigned control bar#165
Conversation
Lutra-Fs
left a comment
There was a problem hiding this comment.
I would say, restore/ save should be moved to another component. since they are not sharing location anymore
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 <36790218+Lutra-Fs@users.noreply.github.com>
Signed-off-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
Signed-off-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
Signed-off-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
| `; | ||
|
|
||
| const ControlBarBtn = styled(Button)` | ||
| shape: circle; |
There was a problem hiding this comment.
shape is not in CSS properties.

Close #151