mattermost-mobile/app/actions/remote
Jason Frerich aec0ccb105
[Gekidou MM-44940] Add autocomplete to navigation search (#6516)
* implement so that autocomplete will track the collapsable header

* add search screen

* move autocomplete to it's own view and add zindex to the view so it sits
atop the modifiers and results

* remove unused imports

* - remove console.log
- paddingTop is optional

* remove comments

* remove commented code

* - use a more reasonable zindex value. On more than in Nav Header
- use consts for autocomplete padding top

* remvoe search screen button

* - add dependencies

* - remove search button

* - not needed

* move autocomplete zindex to constant

* - move autocomplete directly below NavigationHeader
- adjust distance from search box

* - remove setXX from dependencies
- remove useMemo because only returning the component

* remove these changes. after placing autocomplete correcting in the
search component, this works as expected

* without this setting, ios has the issue where autocomplete is open,
transparent, and has height.  The user cannot click any modifiers.

* - need usememot for autocomplete
- add isSearch to remote runSearch function as option to hit the search
  for autocomplete API option
- Initial component needs handleTextChange callback to set the
  cursorPosition correctly

* use ternary operator
2022-08-05 16:15:12 +04:00
..
entry Graph QL POC (#6024) 2022-07-29 16:28:32 +02:00
apps.ts Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
category.ts [Gekidou] channel quick actions (#6288) 2022-05-19 14:30:55 -04:00
channel.ts [Gekidou MM-44940] Add autocomplete to navigation search (#6516) 2022-08-05 16:15:12 +04:00
command.ts Better handle go to location (#6262) 2022-05-19 09:06:31 +02:00
custom_emoji.ts Fetch missing custom emojis (#6216) 2022-05-04 09:13:17 -04:00
file.ts [Gekidou] Move managers (#6171) 2022-04-16 09:44:11 -04:00
general.ts Use timeoutInterval in ms 2022-05-13 12:31:06 -04:00
groups.ts [Gekidou] Handle Group Received WebSocket Event (#6524) 2022-08-01 17:42:49 -04:00
integrations.ts Add AppsForm and Interactive Dialogs (#6142) 2022-04-28 18:26:21 +02:00
notifications.ts [Gekidou] Open CRT notifications (#6369) 2022-06-10 17:27:34 -04:00
permalink.ts Fix permalink to not joined channels and to not fetched posts. (#6294) 2022-06-17 19:23:12 +02:00
post.ts [Gekidou MM-42242 MM-46043] Paginating Threads (#6535) 2022-08-04 17:19:55 +05:30
preference.ts [Gekidou] channel quick actions (#6288) 2022-05-19 14:30:55 -04:00
reactions.ts [Gekidou] Move managers (#6171) 2022-04-16 09:44:11 -04:00
retry.ts MM-39711 - Gekidou Settings Timezone (#6384) 2022-06-24 06:52:05 -04:00
role.ts Let ServerDatabases type hold undefined values (#6423) 2022-06-22 17:51:28 -04:00
search.ts [Gekidou MM-44943] Add team picker to the search screen and results screens (#6455) 2022-07-15 16:05:58 +04:00
session.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
systems.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
team.ts [Gekidou MM-44943] Add team picker to the search screen and results screens (#6455) 2022-07-15 16:05:58 +04:00
thread.ts [Gekidou MM-42242 MM-46043] Paginating Threads (#6535) 2022-08-04 17:19:55 +05:30
user.ts [Gekidou] Groups mentions / highlights in messages (posts) (#6338) 2022-06-29 07:47:37 +10:00