BACK-481/482/483/484/485/486 - Wiki search, sidebar resize, sort optimization, drafts filters (split 5/9 of #669)#679
Draft
MrLesk wants to merge 6 commits into
Draft
Conversation
This was referenced Jun 9, 2026
Draft
3289aee to
d108110
Compare
6793e5a to
2922456
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Maintainer-split slice 5/9 of #669. All commits are authored by @kuwork — I only rebased them onto current
mainand resolved conflicts. Merge with Rebase and merge to keep the per-task commits and original authorship.Stack
Based on
pr669/4-doc-task-editing(slice 4). Review only the commits unique to this PR. After the previous slice merges, restack withgit rebase --onto main pr669/4-doc-task-editing pr669/5-search-sidebar-board.Tasks in this slice
BACK-481 — Wiki in search
src/core/search-service.ts+content-store.ts: wiki pages in search indexsrc/file-system/operations.ts:searchWikiPages()--wikisearch flag; wiki results in web searchBACK-482 — Fix wikilink and relative-link preview in wiki pages
src/file-system/operations.ts:resolveWikiPath();GET /api/wiki/resolveWikiDetail.tsx: intercept[[wikilink]]/ relative links → React Router navigationBACK-483 — Sidebar resize and search type dropdown
SideNavigation.tsx: drag-to-resize with localStorage persistence; search scope dropdown (task/doc/wiki/all)BACK-484 — Web UI sort optimization
MilestonesPage.tsx,TaskColumn.tsx,TaskList.tsx: reduce re-renders, stable sort identityBACK-485 — Fix draft promote flow, unify action button styles
BACK-486 — Add filters to drafts page
Notes
backlog/tasks/were minted on the fork — re-mint before merge if taken.bun install --frozen-lockfile,bunx tsc --noEmit.Original combined PR: #669.
Full stack: #675 editor/paste → #676 wiki → #677 i18n → #678 doc editing → #679 search/sidebar → #680 fixes → #681 dates/stats → #682 Gantt → #683 timezone/polish — split from #669, all commits authored by @kuwork.