pyza-soft / easy-commerce-frontend

Front-End for EasyCommerce Single vendor e-commerce platform
0 stars 0 forks source link

[Front-end] Design Mobile Responsive for admin panel #8

Open mrimmoaee opened 3 years ago

ashik112 commented 3 years ago

@mrimmoaee made the sidebar collapsible. fixed the responsive issue for the brand page. the issue was caused by the antd table not being responsive. Have to follow the way that I did it on the brand page.

ashik112 commented 3 years ago

@mrimmoaee I need to implement custom logic for the desktop view to fix responsiveness. fixed the mobile view for now. In desktop view, the sidebar should be open but not in the mobile view. currently, it's closed by default. also, need to add page title on the pages so that the user can know which page he's currently in.