Skip to content

tuanngominh/shipping-admin-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo

Material UI and nextjs

Style

Using color code from material-ui.com/#/customization/colors

The style customization (e.g. color, padding) will be defined in the custom theme src/muiTheme.js.

To do

  • nextjs issues
    • Keep selected menu state
    • Move style in app.css to component's style then remove app.css
    • Add logo.svg
    • Enable SASS and storybok
  • Drawer:
    • Click menu item will auto close the drawer
    • Change color of menu item's selected state
    • May be we need drawer docked on none mobile viewport
  • Refactor component style code for serverside rendering. Options:
  • Order Items
    • Only reduce column padding in mobile viewport
  • Add Order Floating Button:
    • Increase size and right, bottom margin on desktop viewport
  • Move custom color code to theme object