hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Add route-to-module map to dashboard #6357

Closed acelaya closed 3 months ago

acelaya commented 3 months ago

This is an extension of https://github.com/hypothesis/lms/pull/6342, but defining a way to pass a map of route -> module that avoids the use of multiple useRoute calls, and decouples the logic with the dashboard, as this map could be passed as a prop.

It also replaces dynamic imports with static ones.

acelaya commented 3 months ago

Closing for now, until we come back to this.