SurfSense/surfsense_web/components/editor
Anish Sarkar 4658130bb8 feat(editor): update editor limits and add error boundary
- Reduced maximum document size for the editor from 5MB to 1MB.
- Introduced a new line limit of 5000 for documents in the editor.
- Implemented a PlateErrorBoundary component to handle rendering errors gracefully in the editor panel.
- Updated logic in the editor panel to check both size and line count for document limits.
2026-06-17 12:11:31 +05:30
..
plugins refactor: replace button elements with Button component for improved consistency and styling across multiple UI components 2026-05-14 14:17:44 +05:30
utils chore: fix linting 2026-05-12 04:00:04 +05:30
editor-save-context.tsx feat(editor): add reserveToolbarSpace option to enhance toolbar visibility management 2026-04-23 20:13:29 +05:30
plate-editor.tsx docs(editor): align PlateEditor onSave JSDoc with Mod+Shift+S chord 2026-05-15 09:06:42 -07:00
plate-error-boundary.tsx feat(editor): update editor limits and add error boundary 2026-06-17 12:11:31 +05:30
presets.ts refactor: citation viewer 2026-04-28 23:25:26 -07:00
source-code-editor.tsx chore: linting 2026-04-27 14:04:50 -07:00
transforms.ts chore: linting 2026-02-20 22:44:56 -08:00