Commit Graph

97 Commits

Author SHA1 Message Date
Kirill c32d5e6aff fix: use sx for justifyContent in OAuthButtons, fix import order in test 2026-05-20 11:14:36 +05:00
Kirill 1873681fa6 test: OAuthButtons component 2026-05-20 11:12:13 +05:00
Kirill e8f5bba9bf feat: add OAuth buttons to AuthPage 2026-05-20 11:07:18 +05:00
Kirill ec2c70e3ae feat: add OAuthButtons component 2026-05-20 11:04:25 +05:00
Kirill 54f5ec78c3 feat: add oauth providers config 2026-05-20 11:02:07 +05:00
Kirill 00b74e56d7 refactor: rename name→displayName across client 2026-05-20 11:00:28 +05:00
Kirill 8d9c250eb7 refactor: rename name→displayName in AuthUser type 2026-05-20 10:57:11 +05:00
Kirill cb4661dc13 test commit 2026-05-19 15:32:45 +05:00
Kirill 0b01b61e48 fix: use MUI v9 slots API for StepLabel stepIcon 2026-05-19 15:18:42 +05:00
Kirill 348ffd940c feat: remove info page from admin navigation and routes 2026-05-19 14:56:08 +05:00
Kirill 5eadbd0d0e feat: remove info entity (admin CRUD layer) 2026-05-19 14:55:28 +05:00
Kirill dbe36ce6fd feat: remove admin info page CRUD 2026-05-19 14:55:13 +05:00
Kirill 777ba6ec15 feat: rewrite InfoPage as static container with section components 2026-05-19 14:53:42 +05:00
Kirill e7cc518d7f fix: prettier formatting and step key in info sections 2026-05-19 14:52:11 +05:00
Kirill f01ede6ee9 feat: add ReturnsSection with return and warranty blocks 2026-05-19 14:44:23 +05:00
Kirill 2ffa11be50 feat: add DeliverySection with pickup, courier, and postal cards 2026-05-19 14:44:08 +05:00
Kirill 22ac9e381d feat: add PaymentSection with card and cash methods 2026-05-19 14:43:58 +05:00
Kirill 4952ed6371 feat: add HowToOrderSection with purchase step stepper 2026-05-19 14:43:26 +05:00
Kirill 5adbe9baa7 test commit 2026-05-19 11:25:23 +05:00
Kirill 3972133155 test commit 2026-05-19 10:31:59 +05:00
Kirill c25b4f97f2 test commit 2026-05-19 10:30:05 +05:00
Kirill 9999b28d49 test commit 2026-05-19 09:00:26 +05:00
Kirill d0b3c97803 feat: improve notifications - fix auth code tg duplicate, double order notify, add PAID label, expand text, add deliveryFeeAdjusted event 2026-05-18 14:48:54 +05:00
Kirill 29f3aba4ae test commit 2026-05-18 12:19:33 +05:00
Kirill 6054ef4c06 feat: add admin notification settings page 2026-05-18 11:55:45 +05:00
Kirill dfec821545 feat: add user notification settings page 2026-05-18 11:51:41 +05:00
Kirill ea0d6bdb91 feat: add notification API client functions 2026-05-18 11:47:31 +05:00
Kirill d18546c45a feat(client): slider picker shows only resized images
chore(server): remove unused gallery.js
2026-05-17 18:20:57 +05:00
Kirill f0365d0b98 feat(client): remove direct upload from product form, filter gallery to resized 2026-05-17 18:17:27 +05:00
Kirill 35dee985f7 feat(client): complete AdminGalleryPage with new upload and resize UI 2026-05-17 18:15:07 +05:00
Kirill 5411f8ae24 feat(client): add resize button and status badge to GalleryGrid 2026-05-17 18:09:12 +05:00
Kirill cf6b5da4fc feat(client): add isResized type, uploadGalleryImages, resizeGalleryImage API 2026-05-17 18:03:32 +05:00
Kirill f855568687 refactor: simplify order status model — remove DELIVERY_FEE_ADJUSTMENT and PAYMENT_VERIFICATION
- Add deliveryFeeLocked field to Order model
- Remove DELIVERY_FEE_ADJUSTMENT and PAYMENT_VERIFICATION statuses (11→8)
- 3 order paths: delivery+online (locked→unlocked→paid), pickup+online (unlocked→paid), pickup+on_pickup (direct to in_progress)
- Update checkout to use PENDING_PAYMENT + deliveryFeeLocked
- Update payment flow to stay in PENDING_PAYMENT until admin confirms
- Update admin UI to use deliveryFeeLocked instead of status check
- Update client payment UI with new deliveryFeeLocked logic
2026-05-15 21:55:14 +05:00
Kirill 2db6258b33 test commit 2026-05-15 21:14:07 +05:00
Kirill 518879dabb test commit 2026-05-15 20:44:17 +05:00
Kirill 7e231dbdd8 feat: use WebP original for full-screen product image viewer 2026-05-15 20:27:45 +05:00
Kirill 56bdcc0351 feat: update OptimizedImage for WebP originals and add getOriginalWebpUrl 2026-05-15 20:21:29 +05:00
Kirill dc448d6538 feat: improve error messages for user upload size validation 2026-05-15 20:19:00 +05:00
Kirill 1739f52ad3 update goods 2026-05-15 15:49:04 +05:00
Kirill be48606ae3 update goods 2026-05-15 14:58:47 +05:00
Kirill 551c9b027c update goods 2026-05-15 14:43:26 +05:00
Kirill ed475be289 fix: apply lint fixes and fix vite manualChunks for Vite 8 compatibility 2026-05-15 13:43:51 +05:00
Kirill 50eb427f5c perf: use OptimizedImage in admin pages 2026-05-15 13:30:27 +05:00
Kirill 9c238bd542 perf: use OptimizedImage in ProductPage 2026-05-15 13:30:05 +05:00
Kirill 35ddb17247 perf: use OptimizedImage in CatalogSlider 2026-05-15 13:29:58 +05:00
Kirill 8965eb6dad perf: use OptimizedImage in ReviewsBlock 2026-05-15 13:29:50 +05:00
Kirill b4f436cbdf perf: use OptimizedImage in GalleryGrid 2026-05-15 13:29:47 +05:00
Kirill b52471ec97 perf: use OptimizedImage in ProductCard 2026-05-15 13:29:45 +05:00
Kirill 5856a9eaf6 feat: add OptimizedImage component with AVIF/WebP srcset 2026-05-15 13:27:22 +05:00
Kirill 301f3eee5c perf: lazy load admin and me routes with Suspense 2026-05-15 13:27:15 +05:00