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
refactor: use direct registry API call for server detail page (#490)
Replace the multi-registry Promise.all fan-out with a single direct API
call to /registry/{registryName}/v0.1/servers/{serverName}/versions/{version}.
The registry name is now threaded from the catalog list page to the
detail page via a query parameter, avoiding unnecessary API calls.
Falls back to fetching the default registry when the query param is
missing (e.g. direct URL navigation).
Also removes the unused CATALOG_ALL_REGISTRIES constant and the
"All registries" select option that was no longer needed.
Made-with: Cursor
0 commit comments