• Claude's avatar
    refactor: update markdown parser · 739fd2cd
    Claude authored
    - Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
    - Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
    - Cleaned up the serialization and deserialization logic accordingly.
    
    chore: remove code-inspector-plugin from Vite configuration
    
    - Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
    - Simplified the plugins array to include only `react` and `tailwindcss`.
    739fd2cd
Name
Last commit
Last update
.github Loading commit data...
cmd/memos Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
.goreleaser.yaml Loading commit data...
CLAUDE.md Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...