memos/web/src
Steven b8bca6bacf fix(web): scope task list item index to memo content container
The closest() selector was targeting a CSS class that never existed on
the container, causing fallback to document.body and collecting task
items across all visible memos. This caused index collisions when
multiple memos with todo lists were on the page.

Adds data-memo-content attribute to the container and updates the
selector accordingly.

Fixes #5635
2026-02-22 13:20:29 +08:00
..
components fix(web): scope task list item index to memo content container 2026-02-22 13:20:29 +08:00
contexts perf(react-query): fix context re-renders and improve type safety 2025-12-25 08:29:34 +08:00
helpers feat: react query migration (#5379) 2025-12-24 22:59:18 +08:00
hooks fix(web): memoize useNavigateTo to prevent infinite view transition loop 2026-02-22 13:16:59 +08:00
layouts fix(web): redirect to auth page instead of explore on session expiry 2026-02-10 21:15:44 +08:00
lib chore: add ActivityCalendar components 2025-12-28 19:59:36 +08:00
locales chore: update access token deletion message description for zh-Hans (#5573) 2026-02-04 19:54:51 +08:00
pages fix(auth): make PKCE optional for OAuth sign-in (#5570) 2026-02-02 23:28:21 +08:00
router chore: simplify page loading logic 2026-01-27 23:37:32 +08:00
themes chore: polish dark styles 2026-01-26 21:59:36 +08:00
types feat: update instance profile to use admin user instead of initialized flag 2026-01-28 23:27:53 +08:00
utils fix: allow ampersand in tags to support compound tags 2026-02-11 22:55:45 +08:00
App.tsx feat: update instance profile to use admin user instead of initialized flag 2026-01-28 23:27:53 +08:00
auth-state.ts fix: prevent 401 errors on window focus when token expires 2026-02-05 22:14:48 +08:00
connect.ts fix(web): redirect to auth page instead of explore on session expiry 2026-02-10 21:15:44 +08:00
i18n.ts refactor: remove MemoContentContext and integrate MemoViewContext 2025-12-28 12:46:12 +08:00
index.css feat: implement markdown components for enhanced rendering 2026-01-23 09:04:42 +08:00
instance-config.ts feat: react query migration (#5379) 2025-12-24 22:59:18 +08:00
main.tsx fix: prevent 401 errors on window focus when token expires 2026-02-05 22:14:48 +08:00