mirror of https://github.com/usememos/memos.git
Five improvements: 1. Delete table button: A trash icon appears to the left of the edit pencil on rendered tables (on hover). Clicking it opens a confirmation dialog before removing the entire table from the memo content. 2. SSE connection status indicator: A small colored dot in the sidebar navigation (above the user menu) shows the live-refresh connection status: - Green = connected, live updates active - Yellow (pulsing) = connecting - Red = disconnected, updates not live Hover tooltip explains the current state. Uses useSyncExternalStore for efficient re-renders from a singleton status store. 3. Always-visible action buttons: Sort and delete buttons in the table editor are now always visible at 40% opacity (previously hidden until hover). They become fully opaque on hover for better discoverability. 4. Larger table editor dialog: Fixed size of 56rem x 44rem (capped to viewport) so the dialog is spacious regardless of table dimensions. The table area scrolls within the fixed frame. 5. Monospace font in table editor: All cell inputs use Fira Code with fallbacks to Fira Mono, JetBrains Mono, Cascadia Code, Consolas, and system monospace for better alignment when editing tabular data. Co-authored-by: milvasic <milvasic@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.config.mts | ||