You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use favorites" button in the Router Set Dashboard. Added a "Use favorites" action to the active set manager on the Router Dashboard, allowing you to instantly replace the current set of routed models with your starred/favorited models.
Support for overwriting router sets via PUT /api/router/sets/:name. Exposes a new PUT endpoint in the local web server to safely update/overwrite the models in a set in one request, proxying to the daemon (with a config-write fallback when the daemon is offline).
Unit test for the PUT sets endpoint in test/test.js to ensure stability and verify that the endpoint correctly updates the set.