From a7ab3bab7d90110879f85e8d6879460d63ef7402 Mon Sep 17 00:00:00 2001 From: ARCHITECT Date: Tue, 13 Jan 2026 00:43:54 +0000 Subject: [PATCH] Add multi-schema support and per-base libraries - Swap MST/BCK and MTH/ATC button positions - Add schema support for different PostgreSQL schemas: - secretaria_clara: atc, mst, bck - production_alfred: mth - mail_manager: mail - context_manager: chat - Libraries now load per-base (library_{base}) - Add new base types: key, mindlink - Update FetchOptions to use schema instead of headers Co-Authored-By: Claude Opus 4.5 --- deck-frontend/index.html | 21 +++++++++++++ deck-frontend/src/api/client.ts | 9 ++++-- deck-frontend/src/api/libraries.ts | 22 ++++++++++---- deck-frontend/src/api/tags.ts | 48 ++++++++++++++++++++++++++++-- deck-frontend/src/main.ts | 5 ++-- deck-frontend/src/styles/main.css | 2 +- deck-frontend/src/types/state.ts | 7 ++++- 7 files changed, 101 insertions(+), 13 deletions(-) diff --git a/deck-frontend/index.html b/deck-frontend/index.html index 108aa04..8d66720 100644 --- a/deck-frontend/index.html +++ b/deck-frontend/index.html @@ -22,6 +22,7 @@
+
@@ -29,6 +30,26 @@
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +