senke
|
239021c046
|
state-ownership: categorize state utilities as needed, redundant, or obsolete (Action 4.6.1.2)
|
2026-01-11 18:03:13 +01:00 |
|
senke
|
42dc022e0a
|
state-ownership: mark cartStore and playerStore migrations as not needed (Actions 4.5.1.7, 4.5.1.9)
|
2026-01-11 18:00:35 +01:00 |
|
senke
|
1446b034d5
|
state-ownership: audit cartStore for domain data (Action 4.5.1.6)
|
2026-01-11 18:00:11 +01:00 |
|
senke
|
cc0380ecbb
|
state-ownership: mark store audit actions complete (4.5.1.6, 4.5.1.8, 4.5.1.10)
|
2026-01-11 17:58:31 +01:00 |
|
senke
|
5d87bd6a71
|
state-ownership: list all state utility files (Action 4.6.1.1)
|
2026-01-11 17:58:05 +01:00 |
|
senke
|
9d94ca378c
|
state-ownership: verify stores/auth.ts is removed (Action 4.5.1.3)
|
2026-01-11 17:57:19 +01:00 |
|
senke
|
5ec174695c
|
state-ownership: categorize stores as UI state vs domain data (Action 4.5.1.2)
|
2026-01-11 17:56:45 +01:00 |
|
senke
|
ae47a2fbb2
|
state-ownership: list all Zustand stores (Action 4.5.1.1)
|
2026-01-11 17:56:31 +01:00 |
|
senke
|
bb1f1adcb9
|
state-ownership: audit all mutations for optimistic updates (Action 4.4.1.4)
|
2026-01-11 17:55:39 +01:00 |
|
senke
|
506f694793
|
state-ownership: audit custom optimistic updates (Action 4.4.1.1)
|
2026-01-11 17:43:51 +01:00 |
|
senke
|
b86db19bc3
|
state-ownership: create React Query hook for user (Action 4.1.1.1)
|
2026-01-11 17:43:07 +01:00 |
|
senke
|
618058e5fd
|
error-propagation: integrate offline detection utility with error handler
|
2026-01-11 17:42:04 +01:00 |
|
senke
|
52493aeb30
|
error-propagation: add offline detection utility
|
2026-01-11 17:41:37 +01:00 |
|
senke
|
cc529f63ad
|
error-propagation: enhance network error detection to distinguish timeout, connection refused, and offline
|
2026-01-11 17:41:08 +01:00 |
|
senke
|
4e0fc84d87
|
error-propagation: fix retry handlers and mark Action 3.4.1.3 complete
|
2026-01-11 17:40:21 +01:00 |
|
senke
|
31159a30a2
|
error-propagation: implement retry for failed mutations (remaining handlers)
|
2026-01-11 17:39:51 +01:00 |
|
senke
|
a833aebe17
|
error-propagation: implement retry for failed mutations (ShareDialog, CommentSection)
|
2026-01-11 17:38:54 +01:00 |
|
senke
|
77ad72c17d
|
error-propagation: implement retry for failed mutations (MarketplaceHome, RolesPage, SettingsPage)
|
2026-01-11 17:38:15 +01:00 |
|
senke
|
9077022a8f
|
error-propagation: implement retry for failed mutations (AccountSettings)
|
2026-01-11 17:37:04 +01:00 |
|
senke
|
4f24ebf2bb
|
error-propagation: implement retry for failed mutations (Cart)
|
2026-01-11 17:36:33 +01:00 |
|
senke
|
1149d033db
|
error-propagation: implement retry for failed mutations (ProfileForm, LibraryPage)
|
2026-01-11 17:35:38 +01:00 |
|
senke
|
bef60625b9
|
error-propagation: audit all mutation error handlers
|
2026-01-11 17:33:30 +01:00 |
|
senke
|
9088a2659e
|
error-propagation: enhance error boundary logging for monitoring
|
2026-01-11 17:33:03 +01:00 |
|
senke
|
e585869f61
|
error-propagation: update ErrorBoundary to use ErrorDisplay component
|
2026-01-11 17:32:25 +01:00 |
|
senke
|
b7cc9281ff
|
error-propagation: audit existing ErrorBoundary usage
|
2026-01-11 17:31:41 +01:00 |
|
senke
|
bb7178f9e9
|
error-propagation: highlight form fields on validation errors
|
2026-01-11 17:31:12 +01:00 |
|
senke
|
2ac5c84c74
|
error-propagation: redirect to login on auth errors
|
2026-01-11 17:29:55 +01:00 |
|
senke
|
a54f57f648
|
error-propagation: integrate issue reporting with ErrorDisplay
|
2026-01-11 17:29:11 +01:00 |
|
senke
|
744d87c630
|
error-propagation: create support issue reporting utility
|
2026-01-11 17:27:45 +01:00 |
|
senke
|
8a77a5c65d
|
error-propagation: show offline indicator on network errors
|
2026-01-11 17:16:49 +01:00 |
|
senke
|
7fd3b2837d
|
error-propagation: add getErrorCategory function for error categorization
|
2026-01-11 17:14:49 +01:00 |
|
senke
|
5a70fa3709
|
error-propagation: mark Action 3.1.1.7 as complete (no duplicate error displays found)
|
2026-01-11 17:13:40 +01:00 |
|
senke
|
6f698bf1f2
|
error-propagation: mark Action 3.1.1.6 as complete (13 files migrated, API client noted separately)
|
2026-01-11 17:13:27 +01:00 |
|
senke
|
3e3016ac39
|
error-propagation: fix leftover toast.error in LibraryPage confirmBulkDelete
|
2026-01-11 17:13:00 +01:00 |
|
senke
|
af4c4686dd
|
error-propagation: replace toast.error with ErrorDisplay in Cart component
|
2026-01-11 17:12:27 +01:00 |
|
senke
|
b0ea225ca8
|
error-propagation: replace toast.error with ErrorDisplay in AccountSettings
|
2026-01-11 17:11:51 +01:00 |
|
senke
|
e81eac29ad
|
error-propagation: replace toast.error with ErrorDisplay in ProfileForm
|
2026-01-11 17:11:03 +01:00 |
|
senke
|
8d5665c774
|
error-propagation: replace toast.error with ErrorDisplay in ChatSidebar and CreateRoomDialog
|
2026-01-11 17:10:27 +01:00 |
|
senke
|
a549c3658e
|
error-propagation: replace toast.error with ErrorDisplay in SharePlaylistModal and AddCollaboratorModal
|
2026-01-11 17:08:58 +01:00 |
|
senke
|
95b6f005c3
|
error-propagation: replace toast.error with ErrorDisplay in ShareDialog and CommentSection
|
2026-01-11 17:08:04 +01:00 |
|
senke
|
c404c95a14
|
error-propagation: replace toast.error with ErrorDisplay in SettingsPage (query and mutation errors)
|
2026-01-11 17:07:02 +01:00 |
|
senke
|
89e8f9a0b2
|
error-propagation: replace toast.error with ErrorDisplay in RolesPage (query and mutation errors)
|
2026-01-11 17:06:30 +01:00 |
|
senke
|
b46a8501f0
|
error-propagation: replace toast.error with ErrorDisplay in MarketplaceHome (query and mutation errors)
|
2026-01-11 17:05:54 +01:00 |
|
senke
|
d5bf823037
|
error-propagation: replace toast.error and inline error with ErrorDisplay in TrackDetailPage
|
2026-01-11 17:05:23 +01:00 |
|
senke
|
c33ceb0da6
|
error-propagation: update PlaylistErrorBoundary to use ErrorDisplay component
|
2026-01-11 17:04:42 +01:00 |
|
senke
|
b03431c2ab
|
error-propagation: update PlayerError to use ErrorDisplay component
|
2026-01-11 17:03:55 +01:00 |
|
senke
|
5456abb873
|
error-propagation: fix AuthErrorMessage tests for ErrorDisplay integration
|
2026-01-11 17:03:00 +01:00 |
|
senke
|
95911b7191
|
error-propagation: update AuthErrorMessage to use ErrorDisplay component
|
2026-01-11 17:02:34 +01:00 |
|
senke
|
3e1de23027
|
error-propagation: create error display strategy document
|
2026-01-11 17:01:27 +01:00 |
|
senke
|
674c7d9a9c
|
error-propagation: audit all error display patterns across codebase
|
2026-01-11 17:00:58 +01:00 |
|