From 9df5663103bc43c699f8ff4696502fa38f873a92 Mon Sep 17 00:00:00 2001 From: duckietm Date: Fri, 3 Apr 2026 11:43:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/catalog/CatalogClassicView.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/catalog/CatalogClassicView.tsx b/src/components/catalog/CatalogClassicView.tsx index e4203af..e86b384 100644 --- a/src/components/catalog/CatalogClassicView.tsx +++ b/src/components/catalog/CatalogClassicView.tsx @@ -83,6 +83,7 @@ const CatalogClassicViewInner: FC<{}> = () => { isVisible && setIsVisible(false) } /> + { /* Admin banner */ } { adminMode &&
⚙ Admin Mode @@ -127,12 +128,14 @@ const CatalogClassicViewInner: FC<{}> = () => ); }) } + { /* Admin toggle button in tabs bar */ } { isMod && setAdminMode(!adminMode) }> } + { /* Admin: add new root category */ } { adminMode && rootNode &&
} { !navigationHidden && - + { activeNodes && (activeNodes.length > 0) && } }