From f8b2d1bd8624cce66637d51217df9ef497a51c61 Mon Sep 17 00:00:00 2001 From: Dinesh A <102587100+heisdinesh@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:23:11 +0530 Subject: [PATCH] [GH-25023] Add in-product Academy link to Search training (#25509) * Feat - Added product academy link to search training * Fix - Added hover effect on product-Academy-link-to-Search-training * Fix CI --------- Co-authored-by: Mattermost Build Co-authored-by: Harrison Healey --- .../__snapshots__/search_hint.test.tsx.snap | 13 +++++- .../components/search_hint/search_hint.tsx | 22 ++++++++- webapp/channels/src/i18n/en.json | 1 + .../channels/src/sass/components/_search.scss | 45 +++++++++++++++++++ 4 files changed, 78 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/components/search_hint/__snapshots__/search_hint.test.tsx.snap b/webapp/channels/src/components/search_hint/__snapshots__/search_hint.test.tsx.snap index 7daac1c16d..0922811449 100644 --- a/webapp/channels/src/components/search_hint/__snapshots__/search_hint.test.tsx.snap +++ b/webapp/channels/src/components/search_hint/__snapshots__/search_hint.test.tsx.snap @@ -382,11 +382,22 @@ exports[`components/SearchHint should match snapshot, without searchType 1`] = `
-
+
+
{ className='search-hint__search-type-selector' onMouseDown={props.onMouseDown} > -
+
+ ( + + {chunks} + + + ), + }} + /> +
- { isFileAttachmentEnabled && + {isFileAttachmentEnabled &&