memos/web/src
Claude 739fd2cde6 refactor: update markdown parser
- 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`.
2025-10-26 11:28:40 +08:00
..
components refactor: update markdown parser 2025-10-26 11:28:40 +08:00
helpers refactor: migrate eslint 2025-04-01 00:04:43 +08:00
hooks chore: move frontend store 2025-07-07 22:44:08 +08:00
layouts fix: user state 2025-07-17 22:36:28 +08:00
lib refactor: unify components 2025-07-01 19:29:48 +08:00
locales feat: add copy content functionality to MemoActionMenu 2025-10-23 20:05:31 +08:00
pages fix(web): resolve MobX observable reactivity issue in filter computation 2025-10-25 06:59:13 +08:00
router refactor: attachment service 2025-06-17 22:15:19 +08:00
store refactor: update markdown parser 2025-10-26 11:28:40 +08:00
themes chore: update component styles for consistency 2025-10-22 20:21:58 +08:00
types refactor: update markdown parser 2025-10-26 11:28:40 +08:00
utils refactor: update markdown parser 2025-10-26 11:28:40 +08:00
App.tsx refactor: unify theme and apperance 2025-08-17 11:27:59 +08:00
grpcweb.ts refactor: update markdown parser 2025-10-26 11:28:40 +08:00
i18n.ts feat: add norwegian bokmål (nb) translation (#4561) 2025-03-27 13:14:12 +08:00
index.css refactor: update markdown parser 2025-10-26 11:28:40 +08:00
main.tsx refactor: standardize MobX store architecture with base classes and utilities 2025-10-23 19:13:42 +08:00