Sharang Parnerkar
786bb409e4
refactor(admin): split lib/sdk/context.tsx (1280 LOC) into focused modules
Extract the monolithic SDK context provider into seven focused modules:
- context-types.ts (203 LOC): SDKContextValue interface, initialState, ExtendedSDKAction
- context-reducer.ts (353 LOC): sdkReducer with all action handlers
- context-provider.tsx (495 LOC): SDKProvider component + SDKContext
- context-hooks.ts (17 LOC): useSDK hook
- context-validators.ts (94 LOC): local checkpoint validation logic
- context-projects.ts (67 LOC): project management API helpers
- context-sync-helpers.ts (145 LOC): sync infrastructure init/cleanup/callbacks
- context.tsx (23 LOC): barrel re-export preserving existing import paths
All files under the 500-line hard cap. Build verified with `npx next build`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 13:55:42 +02:00
..
2026-03-12 09:39:31 +01:00
2026-03-03 14:24:13 +01:00
2026-03-04 16:53:36 +01:00
2026-03-09 15:59:27 +01:00
2026-02-12 00:49:28 +01:00
2026-04-10 13:24:07 +02:00
2026-03-10 11:03:21 +01:00
2026-02-11 23:47:28 +01:00
2026-03-10 11:03:21 +01:00
2026-04-10 13:42:27 +02:00
2026-03-06 18:21:43 +01:00
2026-04-10 13:42:27 +02:00
2026-02-15 22:20:17 +01:00
2026-02-14 22:07:42 +01:00
2026-02-17 23:46:19 +01:00
2026-04-10 13:42:27 +02:00
2026-03-03 14:24:13 +01:00
2026-04-10 11:39:32 +02:00
2026-04-10 13:42:27 +02:00
2026-02-14 22:07:42 +01:00
2026-03-09 20:01:27 +01:00
2026-04-10 13:33:51 +02:00
2026-04-10 13:33:51 +02:00
2026-04-10 13:33:51 +02:00
2026-04-10 13:54:29 +02:00
2026-04-10 13:54:29 +02:00
2026-04-10 13:54:29 +02:00
2026-04-10 13:54:29 +02:00
2026-04-10 13:33:51 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-04-10 13:55:42 +02:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-02-11 23:47:28 +01:00
2026-03-10 10:29:24 +01:00
2026-02-11 23:47:28 +01:00
2026-03-10 10:29:24 +01:00
2026-03-09 14:53:50 +01:00
2026-02-11 23:47:28 +01:00
2026-03-10 16:33:59 +01:00
2026-02-11 23:47:28 +01:00