• 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
..
README.md Loading commit data...
attachment.ts Loading commit data...
base-store.ts Loading commit data...
common.ts Loading commit data...
config.ts Loading commit data...
index.ts Loading commit data...
memo.ts Loading commit data...
memoFilter.ts Loading commit data...
store-utils.ts Loading commit data...
user.ts Loading commit data...
view.ts Loading commit data...
workspace.ts Loading commit data...