You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mobile): local-first image display with remote swap; bump v1.0.7
Memo images now render instantly from the local album URI right after
creation, then swap to the remote URL once it finishes preloading in
the background. Eliminates blank/broken thumbnails caused by network +
CORS latency on freshly-created memos.
- new store: localResourceUriStore (resourceId -> localUri, session-only)
- MediaGridItem: optional localUri
- FullScreenEditor: records resource.id <-> localUri on upload complete
- MemoCard / MemoRevisionPage: attach localUri from store
- MediaGridTile: render local, preload remote, swap on load
Bumps mobile to 1.0.7 and updates EN/ZH changelogs.