Commit Graph

80 Commits

Author SHA1 Message Date
Kirill dae23599af ыввы 2026-05-26 13:03:20 +05:00
Kirill e092299a11 ыввы 2026-05-26 12:10:38 +05:00
Kirill 0576cc1251 ыввы 2026-05-25 19:22:53 +05:00
Kirill 69813b0fd0 fix: guard against destroyed editor in RichTextMessageEditor 2026-05-25 19:15:32 +05:00
Kirill 849e96511e fix: center icons in Alert and CartSnackbar components 2026-05-25 19:12:06 +05:00
Kirill 9784ac3cb2 design: style Snackbar and Alert with minimalist warm monochrome palette 2026-05-25 19:03:50 +05:00
Kirill f24308bb56 design: upgrade typography, shadows, spacing, empty states, 404 page, focus rings, noise overlay 2026-05-25 18:57:25 +05:00
Kirill 0771209c5d ыввы 2026-05-25 18:46:48 +05:00
Kirill bedf98245b test: add AddToCartButton and ToggleCartIcon integration tests, fix timer cleanup 2026-05-25 18:14:27 +05:00
Kirill fc2a04dafc fix: use vi.mock for navigate test, fix import order in CartSnackbar 2026-05-25 17:35:44 +05:00
Kirill b17e571772 fix: remove redundant timer, add navigation verification to CartSnackbar tests 2026-05-25 17:29:54 +05:00
Kirill ddae0e8583 feat: add CartSnackbar component with tests 2026-05-25 17:26:54 +05:00
Kirill 4aba164c78 test: add cart-notifications store tests 2026-05-25 17:18:31 +05:00
Kirill 9f5c2f8637 feat: add cart notification effector store 2026-05-25 17:09:45 +05:00
Kirill af6b249248 ыввы 2026-05-25 16:54:37 +05:00
Kirill ca302c4e2d feat: replace header icon and favicon with brand image 2026-05-24 20:29:17 +05:00
Kirill c46e19f95e fix: close React.memo wrapping in 3 components 2026-05-24 19:53:39 +05:00
Kirill c9342f833b perf: add React.memo to hot-path components 2026-05-24 19:44:50 +05:00
Kirill 0dd5f8b8ff perf: dynamic import dicebear avatar styles 2026-05-24 19:42:17 +05:00
Kirill 8a4fd53bc4 perf: lazy-load TipTap via RichText components 2026-05-24 19:39:40 +05:00
Kirill 96f06c79b4 пва 2026-05-24 15:48:33 +05:00
Kirill 88fedd675a пва 2026-05-24 15:10:24 +05:00
Kirill c2c4099fd7 пва 2026-05-24 13:59:14 +05:00
Kirill 2fe426b70a пва 2026-05-24 13:43:23 +05:00
Kirill 1e98720751 feat: add isSyntheticEmail utility for detecting synthetic OAuth emails 2026-05-24 12:24:42 +05:00
Kirill ff2271ecb1 пва 2026-05-24 12:03:21 +05:00
Kirill d0d7eab77e пва 2026-05-23 18:47:35 +05:00
Kirill d660663b72 feat: intercept 403 HTML responses and show gate page 2026-05-23 11:44:10 +05:00
Kirill 7e5ed9cefa пва 2026-05-22 23:44:48 +05:00
Kirill d60270336e пва 2026-05-22 23:03:03 +05:00
Kirill 3d0dbdd0a5 пва 2026-05-22 19:41:47 +05:00
Kirill 5644a2ede2 feat: replace footer VK inline icon with SVG logo 2026-05-22 19:41:04 +05:00
Kirill 20e4b1e0ab feat: latin-only slugs, server-side avatar generation, remove unused User fields 2026-05-22 19:32:30 +05:00
Kirill a84045a68d feat: add EventSource factory for SSE 2026-05-22 18:39:10 +05:00
Kirill fa276eb7f3 fix(settings): use $updateProfileError and changePasswordFx per spec 2026-05-22 15:10:20 +05:00
Kirill 68bbbf8895 refactor(auth): extract AuthPasswordForm and AuthCodeForm to features
- Create auth-password feature with login/register form
- Create auth-code feature with email+code verification form
- Extract getApiErrorMessage to shared lib
- Simplify AuthPage to pure UI composer with tabs
- Update tests for new component structure
- All 40 tests passing
2026-05-22 14:36:19 +05:00
Kirill d79d02d5d1 refactor: remove email change functionality 2026-05-22 14:20:11 +05:00
Kirill b2ccc2a256 chore: fix lint issues, remove unused hasAvatar 2026-05-22 12:27:20 +05:00
Kirill be65f2330e refactor(client): remove avatarType, add auth effects, simplify UserAvatar 2026-05-22 12:08:41 +05:00
Kirill 7e7bade80c feat: avatars in order messages 2026-05-21 21:05:22 +05:00
Kirill d056399b3b test commit 2026-05-21 14:32:45 +05:00
Kirill 058fa26e12 test commit 2026-05-21 13:39:45 +05:00
Kirill 698293e2f1 feat: remove old manual payment dialog and api method 2026-05-20 19:22:51 +05:00
Kirill 8d9c250eb7 refactor: rename name→displayName in AuthUser type 2026-05-20 10:57:11 +05:00
Kirill 5adbe9baa7 test commit 2026-05-19 11:25:23 +05:00
Kirill c25b4f97f2 test commit 2026-05-19 10:30:05 +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 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