Releases: LEFapps/admindashboard
Releases · LEFapps/admindashboard
Improved routing
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-altandsign-out-alticon from FontAwesome
Dynamic breadcrumb labels
- label (in the settings object) can be a String or a Function
- functions gets one parameter: the
match.paramsobject from the route at that point
BoardList
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…