dd2082f40e
feat: poll pending purchase status
2026-08-18 15:57:01 -03:00
c486131905
feat(environment): add production environment configuration and file replacements
2026-08-18 15:09:11 -03:00
9ba2041f7b
feat(hero-banner): update image handling to support responsive images and refactor template
...
feat(cart): enhance editing logic and add tests for editable state
feat(tenant): modify HeroConfig to include responsive image type
2026-08-18 14:18:20 -03:00
92ad7340fe
feat(icon-button): add bordered variant style and update product ticket selector to use it
2026-08-18 11:43:49 -03:00
6b2f8de210
feat: enhance product ticket selector and vertical cart card components
...
- Refactor ProductTicketSelectorComponent to improve variant selection logic and error handling.
- Introduce a new signal for variant attributes and manage variant loading more efficiently.
- Update the UI to reflect saving state in ProductVerticalWithCartCardComponent, preventing actions while saving.
- Adjust button text based on saving state for better user feedback.
2026-08-18 10:45:30 -03:00
69f3569ccf
feat(product-ticket-selector): enhance variant selection logic and update test cases for improved accuracy
2026-08-18 09:18:45 -03:00
9937c1b484
feat(cart): refactor CartItem structure to remove nested product object and simplify access to properties
2026-08-18 09:06:17 -03:00
43e497cf97
feat(ticket-selector): refactor variant handling to use single variant property and update related tests
2026-08-18 08:51:52 -03:00
207c979f71
feat(product-ticket-selector): simplify row selection handling and improve test coverage for variant selection
2026-08-18 08:51:33 -03:00
30bfd9eff8
feat(ticket-selector): simplify validation handling and remove unused validation UI elements
2026-08-18 08:43:08 -03:00
3f8b5bf206
feat(product-ticket-selector): enhance variant selection handling and add toast notifications for errors
2026-08-14 15:44:30 -03:00
d92b5a7623
feat(tenant-service): implement bootstrap request timeout and enhance request context resolution
2026-08-14 15:17:22 -03:00
e4670491c7
feat(ticket-selector): implement confirmation modal for row deletion and refactor selection handling
2026-08-14 14:06:43 -03:00
1b94b2ca13
feat(ticket-selector): enhance validation feedback and improve cart synchronization
2026-08-14 13:40:26 -03:00
46dcb84985
test(ticket-selector): cover compact option responses
2026-08-14 10:15:01 -03:00
f7983b109f
refactor(ticket-selector): consume compact remote options
2026-08-14 10:14:46 -03:00
8ff9ed216c
fix(ticket-selector): reset invalid variant selections
2026-08-14 10:01:56 -03:00
f80d146012
refactor(ticket-selector): stop sending excluded variants
2026-08-14 09:54:44 -03:00
1cb2cf3d54
feat(checkout): use reserved cart for ticket purchases
2026-08-14 09:43:58 -03:00
97250d10b7
feat(ticket-selector): reserve completed selections in cart
2026-08-14 09:43:53 -03:00
15979874ce
feat(catalog): fetch options for partial variant selections
2026-08-14 09:43:47 -03:00
0defe75adb
feat(variant-selector): implement manual selection when autoSelectFirst is disabled
2026-08-14 09:26:43 -03:00
8eba15155e
feat(stock): add handling for unavailable variants in product selection
2026-08-14 09:05:05 -03:00
85c31579e2
feat(checkout): update checkout process to handle multiple direct items
2026-08-14 09:05:05 -03:00
159ec36cb2
refactor(checkout): simplify direct item handling in checkout process
2026-08-14 09:05:05 -03:00
32b1eb5639
refactor(ticket-selector): restructure actions layout for improved responsiveness
2026-08-14 09:04:56 -03:00
0f9d3e79d4
refactor(variants): standardize variant structure and improve variant handling across components
2026-08-14 09:04:56 -03:00
b97753f825
feat(ticket-selector): implement ticket selector component with layout and functionality
2026-08-14 09:04:36 -03:00
f1b724ed63
feat(stock): add handling for unavailable variants in product selection
2026-08-14 09:01:34 -03:00
571cae0f98
feat(checkout): update checkout process to handle multiple direct items
2026-08-14 09:01:34 -03:00
30b8527c9a
refactor(checkout): simplify direct item handling in checkout process
2026-08-14 09:01:34 -03:00
0e5f6dceb0
feat(store-layout): add dynamic background images to header and footer components
2026-08-14 09:01:34 -03:00
cd0a6e9b5e
refactor(ticket-selector): restructure actions layout for improved responsiveness
2026-08-14 09:01:34 -03:00
1bbb3d0914
refactor(variants): standardize variant structure and improve variant handling across components
2026-08-14 09:01:34 -03:00
e4157a4005
feat(ticket-selector): implement ticket selector component with layout and functionality
2026-08-14 09:01:34 -03:00
c9f8a1c4a6
feat(tenant): add site_title and favicon properties to Tenant interface; update app to set document title and favicon dynamically
2026-08-14 09:01:17 -03:00
308af52ad5
refactor(ticket.service): remove validity time interfaces from ticket service
2026-08-13 15:13:48 -03:00
f428a88ba8
feat(product-attribute-selector): add show_in_selector property to filter attributes in selector
2026-08-12 16:12:47 -03:00
caa1fddcc1
feat(event-schedules): add border radius and clip-path to table rows for improved styling
2026-08-12 09:30:17 -03:00
5f0c99c395
feat(hero-banner): add border radius and clip-path to event schedule rows for improved styling
2026-08-12 09:27:50 -03:00
832fad19bc
fix(auth): update cookie key to use 'shopit.front.auth.token' for consistency
2026-08-12 09:19:16 -03:00
28ed5d71b2
feat(header): update category button padding and header background color to use CSS variable
2026-08-12 09:11:49 -03:00
23a5ac32cc
feat: update border styles to use CSS variables for consistency across components
2026-08-12 09:00:13 -03:00
86533b9ab4
feat(modal): enhance modal behavior and styling
...
- Adjust modal padding to account for scrollbar width.
- Update modal background opacity for better visibility.
style(product-list): refine layout and spacing
- Remove gap in product list rows for a cleaner look.
feat(product-list): improve variant handling
- Update variant mapping to include description and price.
refactor(product-row-card): restructure HTML for better layout
- Simplify structure by combining price and quantity controls.
- Enhance button placement for better UX.
style(product-row-card): improve card styling
- Adjust flex properties for better alignment and spacing.
- Update button styles for consistency.
feat(product-vertical-with-cart-card): enhance variant selection
- Implement variant selector for better user interaction.
- Update price and description display based on selected variant.
test(product-vertical-with-cart-card): add tests for variant selection
- Ensure correct variant description and price are displayed.
fix(environment): update API URL for testing environment
- Change backend URL to point to the QA server.
style(global): update global styles for better readability
- Adjust table styles for improved visibility and aesthetics.
2026-08-11 16:59:01 -03:00
369cfb0a40
feat: update header background color to transparent and modify API URL for QA environment
2026-08-11 16:50:47 -03:00
7b0c9831f1
feat: add validity_time_id to ProductAttributeOption and enhance TicketResponse with validity_times and validity_groups
2026-08-11 13:26:05 -03:00
ede2173a5a
feat: update styles for small quantity selector to improve appearance and usability
2026-08-11 10:38:42 -03:00
5d760bfd80
feat: improve modal styling and enhance padding management in modal host component
2026-08-11 10:14:59 -03:00
e3599a48e4
feat: update layout and styles for product components and variant selectors
2026-08-11 10:14:39 -03:00
5d629e27b1
feat: add configurable display options for categories and search bar in store header
2026-08-11 09:55:57 -03:00