feat: Claude subscription usage widget with real OAuth data
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m11s

This commit is contained in:
Cosmo
2026-04-16 15:42:24 +00:00
parent 9ec0b3a88f
commit dca85e1137
2 changed files with 17 additions and 43 deletions

View File

@@ -1,10 +1,10 @@
export const dynamic = "force-dynamic";
import { WeatherWidget } from "@/components/widgets/WeatherWidget";
import { CalendarWidget } from "@/components/widgets/CalendarWidget";
import { DashboardHeader } from "@/components/widgets/DashboardHeader";
import { SavingsWidget } from "@/components/widgets/SavingsWidget";
import { GitActivityWidget } from "@/components/widgets/GitActivityWidget";
import { ClaudeUsageWidget } from "@/components/widgets/ClaudeUsageWidget";
export default function DashboardPage() {
return (
@@ -18,6 +18,7 @@ export default function DashboardPage() {
<div className="space-y-5">
<SavingsWidget />
<GitActivityWidget />
<ClaudeUsageWidget />
</div>
</div>
</div>