Skip to content

Releases: LEFapps/admindashboard

Improved routing

23 Apr 22:14

Choose a tag to compare

Fixes

Improved routing
  • no more waiting on initial load
  • routes can be infinitely nested

Additions

allowFullscreen
  • use as prop on <AdminDashboard />
  • adds a button which collapses the left panel to allow the main panel to use the full width of the window
  • note: uses sign-in-alt and sign-out-alt icon from FontAwesome
Dynamic breadcrumb labels
  • label (in the settings object) can be a String or a Function
  • functions gets one parameter: the match.params object from the route at that point

BoardList

23 Apr 22:17

Choose a tag to compare

Additions

BoardList & BoardListItem

Built-in list wrappers which allow you to just insert content and allowed actions for an item, the layout is handled automatically. Read more…