memos/web/src
Cursor Agent 6c6e1462bc fix: clip highlight lines to table bounds, fix insert button centering, footer buttons
- Blue highlight lines for both column and row inserts are now clipped
  to the table boundaries via a relative overflow-hidden wrapper div
  around the table, so they no longer extend beyond the table edges.

- Insert-column + button is now absolutely positioned with
  left-1/2 top-1/2 -translate-x/y-1/2 for pixel-perfect centering
  on the column border (previously used flex centering which was
  slightly off due to Tooltip wrapper).

- Added ml-1 margin before the column delete button so it doesn't
  overlap with the insert-column + button hover zone.

- Added a second '+ Add row' button just below the table (above the
  footer), in addition to the one in the footer bar.

- Added '+ Add column' button in the footer bar, right next to the
  '+ Add row' button.

Co-authored-by: milvasic <milvasic@users.noreply.github.com>
2026-02-07 00:05:41 +00:00
..
components fix: clip highlight lines to table bounds, fix insert button centering, footer buttons 2026-02-07 00:05:41 +00: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 feat: table delete button, SSE status indicator, table editor UI polish 2026-02-06 23:13:09 +00:00
layouts chore: simplify page loading logic 2026-01-27 23:37:32 +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 feat: add table editor dialog for visual table editing 2026-02-06 22:44:15 +00: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: prevent 401 errors on window focus when token expires 2026-02-05 22:14:48 +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 feat: add live memo refresh via Server-Sent Events (SSE) 2026-02-06 21:18:21 +00:00