V 2.1.0 Verbesserungen von Claude Code eingeügt

This commit is contained in:
2026-04-27 10:24:29 +02:00
parent e4d771fb65
commit 8e2fa896de
11 changed files with 85 additions and 47 deletions

View File

@@ -82,6 +82,7 @@ export default function ChartsClient() {
cache: 'no-store',
headers: { 'Cache-Control': 'no-cache' },
});
if (!res.ok) throw new Error(`HTTP ${res.status}`);
const data = await res.json();
if (data.success) {
setEntries(data.data);