mirror of
https://github.com/meshtastic/web.git
synced 2026-07-30 22:46:30 -04:00
Resolves 8 conflicts from Austin's #1062 (settings unsaved-change-detection fix) colliding with the packages/web -> apps/web restructure + changeRegistry removal. Took the sdk-migration side for the 4 deviceStore/Settings files (the changeRegistry methods #1062 patched were removed in this branch); kept changeRegistry.ts deleted; package.json takes main's dep bumps (immer 11, js-cookie, lucide-react) + keeps better-result; lockfile regenerated. NOTE: #1062's fix is superseded by the architecture change and was NOT ported -- needs verification the bug doesn't recur in the new change-tracking. Merged app builds clean; 232/236 web tests pass (4 failures are the pre-existing localStorage env issue).