feat: catalog export feature

Signed-off-by: the-serious-programmer <19777147+the-serious-programmer@users.noreply.github.com>
This commit is contained in:
the-serious-programmer
2026-04-18 14:29:30 +02:00
parent c3ca20c864
commit 82cf16f63c
36 changed files with 2935 additions and 55 deletions
+6 -1
View File
@@ -121,7 +121,12 @@ const routes = (
<Route
path="/catalog"
element={<CatalogIndexPage pagination={{ mode: 'offset', limit: 20 }} />}
element={
<CatalogIndexPage
pagination={{ mode: 'offset', limit: 20 }}
exportSettings={{ enabled: true }}
/>
}
/>
<Route
path="/catalog/:namespace/:kind/:name"