690c8ff288
feat: redesign hero banner with glassmorphism and animated glow bubbles
...
- Replace gradient background with light pastel bubbles on #f8fafc
- Add 4 animated glow bubbles (blue, green, yellow, red) with radial gradients
- Implement glassmorphism card for hero content with backdrop-filter
- Add floating corner animations and center pulse animation
- Update logo to colorful variant
- Remove white text classes, use dark slate for readability
2026-05-28 21:40:29 -05:00
9ea01eed39
fix: resolve white screen crashes and restructure layout hierarchy
...
- Move NavBar from App.vue to layouts/default.vue to fix nested v-app/v-main
- Replace VSkeletonLoader with v-progress-circular to avoid genStructure crash
- Initialize payment_methods as [] and add fallback in v-select
- Remove duplicate fetchClients call from mounted()
- Add authStore.user check in admin route guard
- Replace window.location.href with router.push for SPA navigation
- Add !important to page-header gradient styles
2026-05-28 18:14:37 -05:00
e2604a1837
feat: redesign purchase page with improved UI/UX and responsive layout
2026-05-28 17:31:26 -05:00
d86919e930
feat: improve home page with hero banner, logo, and catalog CTA
2026-05-28 17:24:45 -05:00
7ecf1eb142
feat: add 'Ver Catálogo' option to main navigation menu
2026-05-28 17:18:18 -05:00
2b52c63133
feat: add tooltip with full product name on hover
2026-05-15 13:34:21 -05:00
15f1f0f826
fix: prevent product name from expanding column and pushing controls out of row
2026-05-15 13:32:00 -05:00
a6d3a86e33
fix: remove name truncation, allow full product name to grow downward
2026-05-15 13:28:44 -05:00
9fd6f8306d
fix: constrain product name length to prevent layout breakage
2026-05-15 13:25:18 -05:00
f958735bd2
fix: vertically center card content with image on desktop
2026-05-15 13:22:06 -05:00
99d3881d61
feat: improve catalog responsive design, cart layout and card component
...
- Redesign Cart component with improved alignments, gaps, and responsive padding
- Refactor Card component with mobile-first layout and consistent spacing
- Update catalog layout to 60/40 split for products/cart on desktop (lg)
- Add PaginationControls component (previously untracked)
- Clean up obsolete CSS styles from catalog page
2026-05-15 13:10:54 -05:00
mono
3e84642583
#35 feat: add payment method to purchase summary template
2026-03-14 23:54:26 -05:00
mono
786d0551bb
#29 refactor: replace admin code with role-based auth using Pinia
2026-03-14 22:55:24 -05:00
mono
2c9ea4b871
#29 feat: hide admin menu for non-admin users
2026-03-14 22:41:00 -05:00
mono
974c84fdb2
#29 fix: fetch user data on route change after login
2026-03-14 22:36:57 -05:00
mono
63bcfa67fe
#29 fix: use role field for user badge
2026-03-14 22:30:50 -05:00
mono
0c31d21212
#29 feat: add user profile menu in navbar
2026-03-14 22:24:38 -05:00
78923ddb6e
feat: Add cart store for catalog quantity sync
...
- Create Pinia cart store to manage cart state globally
- Sync quantity changes between catalog cards and cart sidebar
- Improve product card design with borders and hover effects
- Fix cart sync when updating quantity via minus button or input field
2026-03-14 16:59:45 -05:00
1d37ce42dc
feat: Improve product card design and sync cart quantity
...
- Add borders, hover effects, and box shadows to product cards
- Improve typography and layout styling
- Fix cart sync when updating quantity via minus button or input field
- Add updateQuantity prop to handle manual quantity changes
2026-03-14 16:28:10 -05:00
2ba8004240
feat: Add quantity controls to cart with +/- buttons
2026-03-07 17:57:31 -05:00
339ac6727f
feat: Add shopping cart to catalog page with sidebar
2026-03-07 17:33:57 -05:00
mono
7f73251c5e
#28 style: fix lint issues in auth components
2026-03-07 17:03:30 -05:00
mono
3112c82bb2
#28 fix: update auth state on route change
2026-03-07 16:48:24 -05:00
mono
7731b2fbd6
#28 feat(auth): add login/logout buttons in NavBar
2026-03-07 16:12:17 -05:00
mono
72d81bdf47
#28 fix: add component imports in pages and isAuthenticated method
2026-03-07 16:03:17 -05:00
0ba348cc64
#28 fix(login): handle bad credentials.
2026-02-21 13:38:00 -05:00
4e79ecd56b
#28 feat(api): add logout.
2026-02-14 18:55:26 -05:00
173ddfd05f
feat(Login): add example jwt token
2026-02-14 17:49:49 -05:00
c8460c8e81
#23 fix: comment add customer button.
2025-08-30 16:08:31 -05:00
rodia
460e213e0e
feat: Add page send sales to tryton close #20
2025-08-16 17:12:46 -03:00
f22fcb6f16
feat: Add Update Parties From Tryton
2025-08-09 19:44:30 -03:00
7fe137ce4f
Se agrega al menu la opcion de sincronizar productos desde tryton
2025-07-26 19:57:12 -03:00
d89b79bfd0
#12 style(Navbar): add icions and separete admin actions.
2025-03-08 19:07:40 -05:00
5860411753
#12 feat(Compra): add compra administrativa.
2025-03-08 18:04:45 -05:00
a4dd8f98d8
#14 style(SummaryPurchase): add info table.
2025-03-08 17:45:31 -05:00
ed482542a4
#13 fix(SummaryPurchase): change button to start point.
2025-03-08 17:02:02 -05:00
8652e4778f
#10 fix(Code): add cancel button.
2025-03-08 16:59:06 -05:00
f8a52fc3ec
#5 feat(CSV): export csv tryton.
2025-03-03 22:50:47 -05:00
ccc233f008
move frontend to upper dir.
2025-02-08 15:29:01 -05:00