mattybojo / renoir

0 stars 0 forks source link

Shortcuts page should dynamically populate widgets #32

Open mattybojo opened 2 years ago

mattybojo commented 2 years ago

As more widgets/pages get added, the shortcuts page should dynamically handle rendering rather than hardcoding.

Could be tricky due to the grid that is used on the shortcuts page.

Use AppService.getComponentInfo() to get the information to build the page.

Is there a point to making this DB-driven? Doubt since new pages/widgets will not be added dynamically.