• Johnny's avatar
    chore: move memo-metadata components to MemoView and MemoEditor · e761ef86
    Johnny authored
    - 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
    e761ef86
Name
Last commit
Last update
..
docs Loading commit data...
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
biome.json Loading commit data...
components.json Loading commit data...
index.html Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
tsconfig.json Loading commit data...
vite.config.mts Loading commit data...