Skip to content

Commit e70c90e

Browse files
authored
Merge pull request #650 from intendednull/docs/issue-354-mark-landed
docs(issue-354): mark search-incremental plan as landed
2 parents ed97580 + c4c8d82 commit e70c90e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Every entry below carries one of:
130130
- [UI phase 3a — composer](plans/2026-04-26-ui-phase-3a-composer.md) — composer revamp: formatting toolbar, mention autocomplete, slash commands, drafts persistence, paste-rich behavior. `[landed]`
131131
- [UI phase 3b — files & inline attachments](plans/2026-05-08-ui-phase-3b-files-inline.md) — upload dialog + drag-and-drop + paste-to-upload + inline image/file/voice-note rendering. `[landed]`
132132
- [UI phase 3c — reactions & pins](plans/2026-05-08-ui-phase-3c-reactions-pins.md) — EmojiPicker, reactions strip polish, pinned-panel rewrite, header pin amber tint. `[landed]`
133-
- [Issue #354 — search index incremental rebuild](plans/2026-05-02-issue-354-search-incremental.md) — replaces per-message-list-change full index rebuild with incremental updates. `[active]`
133+
- [Issue #354 — search index incremental rebuild](plans/2026-05-02-issue-354-search-incremental.md) — replaces per-message-list-change full index rebuild with incremental updates. `[landed]`
134134

135135
See also: [`plans/STATUS.md`](plans/STATUS.md) — point-in-time audit of which UI-phase plans have landed.
136136

docs/plans/2026-05-02-issue-354-search-incremental.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Issue #354 — search index rebuilt from scratch on every message-list change
22

3+
**Status:** landed (PR #507, commit `e07d974`, 2026-05-02) — `bootstrap.rs` with `hydrate_index` / `index_message` / `reindex_message` shipped alongside the dropped Effect in `app.rs:436` and the new `bootstrap_tests` module in `crates/client/src/search/tests.rs:1048`.
4+
35
## Problem
46

57
`crates/web/src/app.rs:419` Effect reads `messages_sig.get()`

0 commit comments

Comments
 (0)