Budget setting and all dollar to chf
All checks were successful
Build and Push / build (push) Successful in 1m33s

This commit is contained in:
2026-05-02 23:25:24 +02:00
parent 188bef2ece
commit 666dd64580
6 changed files with 65 additions and 23 deletions

View File

@@ -126,12 +126,7 @@ export function BudgetEditableCard({
<>
<button
type="button"
onClick={() => {
// Temporary debug aid — if clicks reach the handler we'll
// see this in the browser console. Remove once confirmed.
console.log("[BudgetEditableCard] open clicked");
setOpen(true);
}}
onClick={() => setOpen(true)}
className="bg-surface-1 border border-accent/40 rounded-xl p-4 text-left hover:border-accent transition-colors cursor-pointer focus:outline-none focus:ring-2 focus:ring-accent/40 group block w-full"
>
<div className="text-xs text-text-muted mb-1 flex items-center justify-between">