Merge remote-tracking branch 'origin/release/0.17' into feat/mcp

# Conflicts:
#	app/src/data/AppData.ts
#	app/src/data/server/query.ts
#	examples/cloudflare-worker/src/index.ts
This commit is contained in:
dswbx
2025-08-12 16:17:26 +02:00
68 changed files with 213 additions and 263 deletions

View File

@@ -173,7 +173,7 @@ export const prerender = false;
withProvider={{ user }}
config={{
basepath: "/admin",
color_scheme: "dark",
theme: "dark",
logo_return_path: "/../"
}}
client:only

View File

@@ -145,7 +145,7 @@ export default async function AdminPage() {
config={{
basepath: "/admin",
logo_return_path: "/../",
color_scheme: "system",
theme: "system",
}}
/>
);