carlzoo / scalperr-ui

Frontend for Scalperr
https://scalperr-ui.netlify.com/
MIT License
1 stars 6 forks source link

Restore search on enter and refactored styles #49

Closed carlzoo closed 5 years ago

carlzoo commented 5 years ago

Had to use props because it seemed styled components did not support hooks out of the box.

There was an issue trying to move sideNavStyle into input of StyledSideBar because for some reason this breaks the animation when menu button is pressed.

carlzoo commented 5 years ago

Will merge this as the feature was implemented.