memos/web
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
..
docs refactor(react-query): optimize config, add error boundary, and remove JSDoc 2025-12-25 08:47:36 +08:00
public chore: enhance site.webmanifest in firefox (#4828) 2025-07-08 19:56:46 +08:00
src fix: clip highlight lines to table bounds, fix insert button centering, footer buttons 2026-02-07 00:05:41 +00:00
.gitignore chore: update gitignore 2025-04-17 23:11:36 +08:00
biome.json refactor: remove MemoContentContext and integrate MemoViewContext 2025-12-28 12:46:12 +08:00
components.json feat: themes (#4824) 2025-07-07 20:13:22 +08:00
index.html chore: prevent sensitive data caching 2025-12-20 12:33:16 +08:00
package.json fix: KaTeX math rendering with underscores (#5438) 2026-01-06 20:16:01 +08:00
pnpm-lock.yaml fix: KaTeX math rendering with underscores (#5438) 2026-01-06 20:16:01 +08:00
tsconfig.json chore: clean up unused imports and parameters across components 2025-12-27 10:18:38 +08:00
vite.config.mts feat: add live memo refresh via Server-Sent Events (SSE) 2026-02-06 21:18:21 +00:00