open-rmf / rmf-web

Apache License 2.0
87 stars 41 forks source link

Dashboard: Refector dashboard to a dashboard framework library. #1007

Closed koonpeng closed 1 week ago

koonpeng commented 2 months ago

This is built on top of koonpeng/microapps-v2. This builds upon the architecture and refactor the existing dashboard into a dashboard framework library, the existing dashboard is now a demo example and can be started with pnpm start:example examples/demo. There is also a custom theme example using the awesome nord theme.

rmf-dashboard-nord

koonpeng commented 1 week ago

I had to pin node to 20 because node-canvas does not have prebuilt binary for the latest lts (node 22). Going to make an issue about this.