memos/web/src
Johnny e761ef8684 chore: move memo-metadata components to MemoView and MemoEditor
- Remove shared memo-metadata folder
- Move metadata display components (AttachmentList, LocationDisplay, RelationList) to MemoView/components/metadata
- Move attachment types and utilities (LocalFile, AttachmentItem, toAttachmentItems) to MemoEditor/types/attachment
- Simplify AttachmentList and AttachmentCard to work directly with Attachment proto
- Update all imports across MemoEditor and MemoView components
- Better separation of concerns: MemoView handles display, MemoEditor handles local files + attachments
2026-01-03 13:07:53 +08:00
..
components chore: move memo-metadata components to MemoView and MemoEditor 2026-01-03 13:07:53 +08:00
contexts perf(react-query): fix context re-renders and improve type safety 2025-12-25 08:29:34 +08:00
helpers feat: react query migration (#5379) 2025-12-24 22:59:18 +08:00
hooks refactor: optimize user fetching in MemoCommentMessage and MemoReactionListView components 2025-12-28 17:50:43 +08:00
layouts refactor: standardize loading indicators by using Spinner for route fallbacks and specializing Skeleton for memo lists 2025-12-30 21:54:22 +08:00
lib chore: add ActivityCalendar components 2025-12-28 19:59:36 +08:00
locales chore: add missing French locale translations (#5405) 2026-01-03 07:46:24 +08:00
pages feat: implement memo map in user profile 2025-12-30 20:41:44 +08:00
router refactor: standardize loading indicators by using Spinner for route fallbacks and specializing Skeleton for memo lists 2025-12-30 21:54:22 +08:00
themes fix(theme): improve text contrast in default dark mode (#5323) 2025-12-11 07:53:02 +08:00
types refactor: nest reaction resource names under memos 2025-12-30 23:29:54 +08:00
utils refactor: simplify memo-metadata components 2025-12-31 09:27:37 +08:00
App.tsx feat: react query migration (#5379) 2025-12-24 22:59:18 +08:00
auth-state.ts fix(auth): resolve token refresh and persistence issues 2025-12-18 20:56:54 +08:00
connect.ts refactor: remove MemoContentContext and integrate MemoViewContext 2025-12-28 12:46:12 +08:00
i18n.ts refactor: remove MemoContentContext and integrate MemoViewContext 2025-12-28 12:46:12 +08:00
index.css feat: implement memo map in user profile 2025-12-30 20:41:44 +08:00
instance-config.ts feat: react query migration (#5379) 2025-12-24 22:59:18 +08:00
main.tsx refactor: standardize loading indicators by using Spinner for route fallbacks and specializing Skeleton for memo lists 2025-12-30 21:54:22 +08:00