Refactor CartFAB and CartSidebar components for improved UI and functionality

- Simplified Transition component structure in CartFAB.vue for better readability.
- Enhanced FAB button size and adjusted ShoppingCart icon scale for improved visibility.
- Updated Badge component styling for better alignment and visual appeal.
- Modified CartSidebar.vue to adjust empty state layout, improving user experience when the cart is empty.

These changes aim to enhance the overall user interface and interaction within the shopping cart components.
This commit is contained in:
Bastian Masanek
2025-11-03 13:18:26 +01:00
parent b372e2cf78
commit ebb6dc0b27
3 changed files with 13 additions and 22 deletions

View File

@@ -71,7 +71,8 @@
"Bash(pnpm shadcn-nuxt add:*)",
"Bash(npm run:*)",
"Bash(pnpm exec eslint:*)",
"Bash(npx -y vue-tsc:*)"
"Bash(npx -y vue-tsc:*)",
"Bash(awk:*)"
],
"deny": [],
"ask": []