mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
The two one-shot bootstraps that were the structural source of three of the four pre-F1 conflict-toasts have been obsolete since F2 + shipped: - F2 now stamps `origin: 'migration'` on Repair-Migration writes via the system actor wrapper, so even if these helpers ran they would not surface as conflict toasts on other devices anymore. - F3 took `updatedAt` out of the wire entirely, removing the field the helpers used to bump explicitly (the only reason their writes showed up in someone else's pull as a conflict). Files removed: - apps/mana/apps/web/src/lib/modules/profile/migration/repair-silent-twin.ts - apps/mana/apps/web/src/lib/modules/profile/migration/legacy-avatar.ts - (empty) migration/ directory Callers cleaned up: - profile/MeImagesView.svelte — onMount block + imports gone. - wardrobe/ListView.svelte — same; `onMount` import dropped (unused). The original silent-twin bug was already fixed in M2.5 via `setPrimary` no longer creating a "silent twin" — the repair helper existed only to clean up rows produced by the buggy code before the fix shipped. Pre-live, with no production data, no users hold rows in that broken state, so the cleanup is safe. Plan: docs/plans/sync-field-meta-overhaul.md F7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| calc/packages/shared | ||
| calendar | ||
| cards | ||
| chat | ||
| citycorners | ||
| contacts | ||
| context | ||
| docs | ||
| food | ||
| guides | ||
| inventory | ||
| mana | ||
| manavoxel | ||
| memoro | ||
| moodlit | ||
| mukke | ||
| news | ||
| photos | ||
| picture | ||
| plants | ||
| presi | ||
| questions | ||
| quotes/packages/content | ||
| skilltree | ||
| storage | ||
| times | ||
| todo | ||
| traces | ||
| uload | ||