You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web/tests
johnnyjoygh 5a73d7d3e5 refactor: rebuild the editor on CodeMirror as decorated source
Rebuild the memo editor as a single CodeMirror 6 "decorated source"
editor. The document is the raw markdown, stored verbatim and styled in
place (markers stay visible), so the editor never serializes a tree back
to markdown — removing the round-trip fidelity bug class (inline images,
setext headings, ordered-list indentation, HTML entities) that the old
editor needed per-case patches for.

- MemoEditor/Editor: CodeMirror 6 + lang-markdown (GFM). Tokens, heading
  lines, #tag/@mention, and the autocomplete popover are styled in plain
  CSS (Editor/editor.css) with theme tokens, not a CSS-in-JS theme.
- Tab/Shift-Tab nest/outdent list items (marker-aware, ordered items
  renumbered so nesting is CommonMark-valid); Escape blurs; #tag
  autocomplete sourced from useTagCounts.
- Focus-mode toolbar reimplemented as markdown-text ops; active state read
  from the Lezer tree via the backend-agnostic formatting/commands catalog.
- Remove the old serialize-back-to-markdown editor (its Editor dir,
  PlainEditor, the editor-mode system) and its now-unused dependencies
  (marked, textarea-caret, and the rich-text editor packages).
- Consolidate toolbar components under Toolbar/. Read-only MemoContent
  rendering is unchanged.
2 weeks ago
..
about-page.test.tsx feat(editor): recognize and style @mentions in the rich editor 2 weeks ago
activity-calendar-tooltip.test.ts
auth-redirect.test.ts
calendar-cell-empty-clickable.test.tsx feat(memo): create memos on the selected calendar date (#5925) 2 months ago
derive-default-create-time.test.ts feat(memo): create memos on the selected calendar date (#5925) 2 months ago
editor-controller.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor-decorations.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor-formatting.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor-heading-decorations.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor-keys.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor-tag-autocomplete.test.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
editor.test.tsx refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
filtered-memo-stats.test.ts chore: add batch get settings API 2 months ago
formatting-toolbar.test.tsx refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
guards.test.tsx refactor(web): use `/` as the home route instead of `/home` 2 months ago
hoist-new-memo.test.ts feat: surface newly created memo above pinned list 3 weeks ago
hooks.test.tsx refactor(frontend): remove react-use dependency 1 month ago
i18n-locale-search.test.ts feat(i18n): add searchable locale picker 1 month ago
locale-picker.test.tsx feat(i18n): add searchable locale picker 1 month ago
location-picker.test.tsx perf: lazy load heavy first-screen dependencies (#5947) 2 months ago
markdown-task-actions.test.ts feat(memo): add task list quick actions (#5983) 1 month ago
memo-body-compact.test.tsx fix(memo): preserve expanded todo list state 1 month ago
memo-content-compact-threshold.test.ts feat: surface newly created memo above pinned list 3 weeks ago
memo-content-link-preview.test.tsx feat(web): add link preview view setting 2 weeks ago
memo-content-list.test.tsx fix(markdown): keep task item content in one grid column 1 month ago
memo-content-paragraph.test.tsx feat(stats): support filtered all-user stats 2 months ago
memo-content-security.test.tsx
memo-editor-cache.test.ts
memo-share-image.test.ts
mermaid-block.test.tsx perf: lazy load heavy first-screen dependencies (#5947) 2 months ago
oauth.test.ts
paged-memo-list.test.tsx feat(frontend): add pixel bird tilemaps 2 months ago
placeholder-component.test.tsx feat(frontend): add pixel bird tilemaps 2 months ago
placeholder-pool.test.ts feat(about): add about page with bird sprites 2 months ago
preview-image-dialog.test.tsx chore(media): add zoom controls to preview dialog 1 month ago
redirect-safety.test.ts feat(about): add about page with bird sprites 2 months ago
remark-tag.test.tsx fix(tags): include combining marks in tag character class (#6051) 2 weeks ago
router-config.test.tsx feat(about): add about page with bird sprites 2 months ago
setup.ts refactor: rebuild the editor on CodeMirror as decorated source 2 weeks ago
toolbar-compact-width.test.ts feat(editor): add focus-mode formatting toolbar 3 weeks ago
use-auto-save.test.tsx refactor(editor): modularize formatting and simplify editor state 2 weeks ago
video-poster.test.tsx fix(web): render video attachment posters on mobile 1 month ago