Improve UI components and styling consistency
Some checks failed
CI / update (push) Failing after 5s

- Make AddButton component generic with href prop instead of hardcoded path
- Update PaymentModal with Nord theme styling and improved UX
- Add EditButton functionality to PaymentModal
- Remove old recurring payment add pages that are no longer needed
- Update all AddButton usages across rezepte and cospend pages
- Add AddButton to cospend dashboard for better navigation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-12 17:28:25 +02:00
parent aa15a392f1
commit 4cb2f6a958
12 changed files with 1185 additions and 1432 deletions

View File

@@ -59,4 +59,4 @@ h1{
</p>
</div>
<AddButton></AddButton>
<AddButton href="/rezepte/add"></AddButton>