memos/web
Steven ef6456a4f5 refactor(web): restructure MemoEditor with custom hooks and improved error handling
Extract reusable logic into custom hooks (useLocalFileManager, useDragAndDrop, useDebounce, useAbortController), add ErrorBoundary for resilience, and centralize constants. Fix cursor positioning bugs, useEffect dependency issues, and add geocoding request cancellation. Improve performance with debounced localStorage writes and ref-based flags.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 21:29:54 +08:00
..
public
src refactor(web): restructure MemoEditor with custom hooks and improved error handling 2025-11-25 21:29:54 +08:00
.gitignore
biome.json chore(web): migrate from ESLint+Prettier to Biome 2025-11-14 23:58:07 +08:00
components.json
index.html
package.json chore: upgrade dependencies 2025-11-24 20:18:52 +08:00
pnpm-lock.yaml chore: upgrade dependencies 2025-11-24 20:18:52 +08:00
tsconfig.json
vite.config.mts refactor: update markdown parser 2025-10-26 11:28:40 +08:00