Commit Graph

23 Commits

Author SHA1 Message Date
d1e20460ac feat(purchase-status): enhance purchase status page with improved layout and loading states
feat(styles): unify color variables for better theming consistency
style(simple-layout): adjust card border radius for a cleaner design
2026-07-07 11:55:43 -03:00
cb0d1e4d77 feat(layout): replace AuthLayout with SimpleLayout for login and registration routes 2026-07-07 10:58:51 -03:00
850f93e2ba feat(header): update brand slot to use anchor tag for navigation and include RouterLink 2026-07-07 08:21:42 -03:00
3971970975 feat(checkout): implement authentication guard for checkout route and add bank account service 2026-07-03 14:07:57 -03:00
97a359d65c feat(store-layout): add checkout redirection on buy button click and update button functionality 2026-07-03 11:33:37 -03:00
41bb5e7c9e feat(search): update search component width for better responsiveness 2026-07-03 11:07:45 -03:00
be041f6e88 feat(search): update search input styles for improved focus visibility 2026-07-03 10:57:59 -03:00
45f0618ae9 feat(checkout): implement checkout page with form validation and routing 2026-07-03 10:54:43 -03:00
6bab2e9ab2 feat(store-header, store-layout): add user click event handling and navigation to login 2026-07-02 17:03:07 -03:00
5365811a50 refactor(login): unify title styling by replacing class with shared auth-title 2026-07-02 15:50:26 -03:00
3c98600193 feat(login): implement auth layout and restructure login page with improved styling and structure 2026-07-02 15:45:26 -03:00
d31cb65d65 feat: update cart service and components to handle productVariantId, improve item removal and addition feedback 2026-07-02 11:00:40 -03:00
c9d8265790 feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedback 2026-07-02 10:38:26 -03:00
f2cc42e0cc feat: implement cart overlay and dropdown with styling for improved user experience 2026-07-02 09:59:24 -03:00
16eea32ce7 feat: implement cart icon component with quantity badge and integrate into store header for improved UI 2026-07-02 09:27:01 -03:00
06d29be056 feat: enhance cart layout and styling for improved user experience 2026-07-01 16:56:29 -03:00
ac9d1fdc85 feat: update store header and input styles for improved UI consistency 2026-07-01 16:50:24 -03:00
ad39ccb561 feat: differentiate between header and footer colors 2026-07-01 15:37:44 -03:00
0363280ede feat: implement tenant branding system and global toast notification service 2026-07-01 11:54:11 -03:00
2cbe681995 refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables 2026-06-28 23:09:26 +00:00
7ee103b77b feat: enhance store layout with dynamic logo handling and loading states 2026-06-26 14:27:14 -03:00
da01745732 feat: implement store layout with header and footer components, update tenant service URL 2026-06-26 14:02:35 -03:00
23e8da345a feat: implement store layout and home page components with routing 2026-06-26 13:42:23 -03:00