boldr icon indicating copy to clipboard operation
boldr copied to clipboard

Admin route

Open strues opened this issue 9 years ago • 0 comments

Description

Currently navigating to the default admin route, /admin results in a blank page. Before the migration to React Router 4, multiple index routes were a non-issue.

Exploration into better options on handling route management and layout design needs to be looked into. A blank page is unacceptable. Another possible, yet not as optimal solution would be to render the widgets on the AdminDashboard component. The components would be viewable only on the /admin path and toggled on/off with component state based on the current path

strues avatar Apr 20 '17 04:04 strues