memos/web/src/utils
Johnny 85f4fc7a75 refactor: remove MemoContentContext and integrate MemoViewContext
- Deleted MemoContentContext and its associated types.
- Updated Tag and TaskListItem components to use MemoViewContext instead.
- Refactored MemoContent component to eliminate context provider and directly use derived values.
- Simplified MemoViewContext to only include essential data.
- Enhanced error handling in various components by introducing a centralized error handling utility.
- Improved type safety across components and hooks by refining TypeScript definitions.
- Updated remark plugins to enhance tag parsing and preserve node types.
2025-12-28 12:46:12 +08:00
..
remark-plugins refactor: remove MemoContentContext and integrate MemoViewContext 2025-12-28 12:46:12 +08:00
attachment.ts refactor: migrate to connect-rpc (#5338) 2025-12-11 19:49:07 +08:00
auth-redirect.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
markdown-list-detection.ts chore: tweak comments 2025-11-30 13:16:02 +08:00
markdown-manipulation.ts fix(web): use AST parsing for task detection to handle code blocks correctly 2025-12-11 08:26:16 +08:00
memo.ts refactor: migrate to connect-rpc (#5338) 2025-12-11 19:49:07 +08:00
oauth.ts feat(auth): add PKCE support and enhance OAuth security 2025-12-01 00:04:26 +08:00
theme.ts refactor: simplify theme/locale to user preferences and improve initialization 2025-12-02 09:08:46 +08:00
user.ts refactor: migrate to connect-rpc (#5338) 2025-12-11 19:49:07 +08:00
uuid.ts feat: implement memo chat frontend (#1938) 2023-07-14 13:09:21 +08:00