mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- Split Server/admin/api.go (788→281 lines) into handlers_users.go, handlers_channels.go, handlers_settings.go, handlers_backup.go - Split Client SettingsOverlay.ts (~685→173 lines) into 7 per-tab modules under components/settings/ - Add queueMicrotask-based notification batching to createStore with flush() for synchronous test assertions - Update 8 test files with flush() calls for batched store updates Addresses TODOS.md #9 (split oversized files) for 2 of 3 targets.