[MM-19327] Remove Finder from desktop app (#1515)

* [MM-19327] Remove Finder from desktop app

* Lint fix

* Commenting out flaky test

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2021-03-24 10:19:41 -04:00
committed by GitHub
parent b5c59fa8ce
commit 66a2c3f7b1
14 changed files with 12 additions and 502 deletions

View File

@@ -52,12 +52,6 @@ export const PLAY_SOUND = 'play_sound';
export const GET_DOWNLOAD_LOCATION = 'get_download_location';
export const FOUND_IN_PAGE = 'found-in-page';
export const FIND_IN_PAGE = 'find-in-page';
export const STOP_FIND_IN_PAGE = 'stop-find-in-page';
export const CLOSE_FINDER = 'close-finder';
export const FOCUS_FINDER = 'focus-finder';
export const UPDATE_MENTIONS = 'update_mentions';
export const IS_UNREAD = 'is_unread';
export const UNREAD_RESULT = 'unread_result';