criticalzero123 / constrade-web-admin

2 stars 0 forks source link

New admin dashboard UI #5

Closed fernandesmike closed 1 year ago

fernandesmike commented 1 year ago

List of changes:

  1. Added additional image assets
  2. Change the layout of the sidenav
  3. Finished Analytics header UI (still needs props)

Fix:

  1. Fixed the navbar responsive issue
  2. Removed the Link tag encapsulating each list items. Change it into anchor tags (I'm sorry, I had to)
criticalzero123 commented 1 year ago

Please don't use <a></a> in route instead use <Link></Link> in react-router.

fernandesmike commented 1 year ago

@criticalzero123 please pull my current branch and check the UI