react-native-elements / playground

Exploring Possibilities with React Native Elements
https://react-native-elements.js.org
MIT License
19 stars 43 forks source link

ui improvement of sidebar #32

Closed ARJUN-SABU closed 3 years ago

ARJUN-SABU commented 3 years ago

issue #3 : Improved UI of side bar by:

  1. Adding blue border to the playground title
  2. Adding change of background-color of ListItem component when it is clicked showing that which component was clicked.
  3. Changed inline css to css modules for footer and sidebar.
netlify[bot] commented 3 years ago

Deploy preview for rne-playground ready!

Built with commit 76b6201e8a28864152a7066bb9fb01fea491315a

https://deploy-preview-32--rne-playground.netlify.app

ARJUN-SABU commented 3 years ago

Oh thanks! But, when I am viewing the deployed version myself then the title and the rocket are on the same line and in your case its on different lines 🤔.

pranshuchittora commented 3 years ago

well done.. Screenshot from 2021-03-11 14-54-18 I was thinking it would be great if the playground and comes under one line only. Screenshot from 2021-03-11 15-01-17

you did great work keep it up.

It's coming in one line, I think are zoomed-in kindly reset the page zoom level to 100%

ARJUN-SABU commented 3 years ago
  1. Changed the css module styles of title to material-ui/core/styles format
  2. Added blue coloured border-right when hovering over side elements and selecting any one of them, indicating which element was selected.
The side bar
ARJUN-SABU commented 3 years ago
SideBar update_2

Removed the above mentioned code. Is it ok?

pranshuchittora commented 3 years ago

Thanks :)