EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 2 forks source link

Render sidebar from routes #132

Closed dmohns closed 2 months ago

dmohns commented 3 months ago

Makes progress on https://github.com/EnAccess/micropowermanager/issues/122

The goal of this PR is to render the Sidebar from routes definition via newly added meta arguments.

The advantage is that the entire navigation is managed in one place. Rather than a hybrid of Frontend routes beging defined in routes.js and then wrapped in backend tables.

dmohns commented 2 months ago

Continued in: https://github.com/EnAccess/micropowermanager/pull/141