gsxdsm
efabdd6f04
FN-7651: remove chat "Search in title only" toggle
Simplifies chat search UX by always matching both title and message content, removing the now-unneeded title-only toggle button and state.
- Removed the "Search in title only" toggle button and its CSS from ChatView
- Dropped searchInTitleOnly/setSearchInTitleOnly state and logic from useChat; content-search query params are now always-on
- Updated ChatView tests to drop title-only toggle interactions and assertions
- Removed the title-only-search i18n string across all locales
- Updated dashboard-guide.md docs to reflect the simplified search behavior
- Added a patch changeset documenting the removal
Files changed:
.../fn-7651-remove-chat-title-only-toggle.md | 7 +++
docs/dashboard-guide.md | 4 +-
packages/dashboard/app/components/ChatView.css | 18 --------
packages/dashboard/app/components/ChatView.tsx | 26 +++--------
.../__tests__/ChatView.autosize.test.tsx | 2 -
.../__tests__/ChatView.content-search.test.tsx | 51 ++++++----------------
.../components/__tests__/ChatView.draft.test.tsx | 2 -
.../__tests__/ChatView.hash-mention.test.tsx | 2 -
.../__tests__/ChatView.mobile-render.test.tsx | 2 -
.../components/__tests__/ChatView.rooms.test.tsx | 2 -
.../__tests__/ChatView.scroll-to-top.test.tsx | 2 -
.../components/__tests__/ChatView.test-harness.tsx | 2 -
packages/dashboard/app/hooks/useChat.ts | 39 ++++++++---------
packages/i18n/locales/en/app.json | 1 -
packages/i18n/locales/es/app.json | 1 -
packages/i18n/locales/zh-CN/app.json | 1 -
packages/i18n/locales/zh-TW/app.json | 1 -
packages/i18n/locales/ko/app.json | 1 -
packages/i18n/locales/fr/app.json | 1 -
19 files changed, 47 insertions(+), 118 deletions(-)
Fusion-Task-Id: FN-7651
Fusion-Task-Lineage: 5a31825c-8e6e-441f-800d-6053f5f844ba
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-07 23:15:53 -07:00
..
2026-07-07 22:06:20 -07:00
2026-07-05 19:57:09 -07:00
2026-07-07 22:58:11 -07:00
2026-07-07 23:15:53 -07:00
2026-07-07 22:06:16 -07:00
2026-07-05 19:57:09 -07:00
2026-07-07 22:06:21 -07:00
2026-07-07 23:15:53 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-06-08 15:19:27 -07:00
2026-07-05 19:57:09 -07:00