mattermost-mobile/app/screens
Javier Aguirre ac8a18bbfb
[MM-43844][MM-42809] Integration Selector (#6716)
* Activating screens

* Registering the screen

* Adding default themes for components

* Porting items rows, WIP

* WIP Custom List

* Pasting old code to integration_selector, WIP

* No TS errors on components

* Adding selector options

* fix types

* Adding state with hooks

* Page loading with no results

* fix search timeout

* Getting channels, not painting them yet

* searching for profiles

* tuning user and channel remote calls

* Fix radioButton error

* channels being loaded

* rendering options

* Rendering users

* Preparing search results

* Added onPress events for everybody!

* single select working for all selectors

* Remove dirty empty data fix

* remove unused data on custom list row

* fic touchableOpacity styling

* Adding extra info to userlistRow

* Search results (channels and users)

* filter options!

* Adding i18n

* Adding username as name

* move code to effects

* fix typing onRow

* multiselect selection working, missing a "Done" button

* commenting out the selector icons, moving selected options to func

* Added button for multiselect submit

* Fixing data types on selector

* 💄 data sources check

* cleaning custom_list_row

* Fix onLoadMore bug

* ordering setLoading

* eslinting all the things

* more eslint

* multiselect

* fix autocomplete format

* FIx eslint

* fix renderIcon

* fix section type

* actions not being used

* now we have user avatars

* Fix icon checks on multiselect

* handling select for multiple selections

* Moving to its respective folders

* components should render

* Added some test cases

* Multiple fixes from @mickmister feedback

* changing lock icon to padlock on channel row

* Fix children lint errors

* fix useEffect function eslint error

* Adding useCallback to profiles, channels and multiselections

* Fixing @larkox suggestions

* type checking fixes

* Fix onLoadMore

* Multiple hook and functionality fixes

* 🔥 extraData and setting loading channels better

* fix teammate display

* Fix multiselect button selection

* Fix returning selection to autocomplete selector

* Using typography

* Updating snapshots due to typography changes

* removing UserListRow, modifying the existing one

* Extract key for data sources

* Multiselect selection refactor

* fix setNext loop

* refactoring searchprofiles and channels

* Using refs for next and page

* Callback and other fixes

* Multiple fixes

* Add callback to multiselect selected items

* integration selector fixes

* Filter option search

* fix useCallback, timeout

* Remove initial page, fix selection data type

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
2022-11-23 11:17:47 +01:00
..
apps_form Fetch and store bindings (#6660) 2022-10-28 17:08:28 -04:00
bottom_sheet Do not close bottom sheet before is displayed 2022-09-03 04:46:55 -04:00
browse_channels [MM-48515] Reuse ChannelListRow component to make it selectable maintaining compatibility (#6778) 2022-11-22 10:00:20 +01:00
channel [Gekidou MM-46585] Message Priority (Phase 2 - setting message priority) (#6656) 2022-11-23 10:22:05 +01:00
channel_info [Gekidou] Add custom status to user profile sheet (#6670) 2022-10-11 09:18:46 -03:00
code [Gekidou] Code syntax highlight (#6156) 2022-04-12 08:59:50 -04:00
create_direct_message Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
create_or_edit_channel Fix autocomplete not scrolling in search in Android (#6596) 2022-09-08 04:39:15 -03:00
custom_status Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
custom_status_clear_after Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou 2022-08-25 17:42:41 -07:00
edit_post Fetch and store bindings (#6660) 2022-10-28 17:08:28 -04:00
edit_profile Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
edit_server Remove ts-expect-error regarding legacy refs (#6317) 2022-05-31 07:42:34 +02:00
emoji_picker MM-45022 : Gekidou - Refactor code to use custom nav hooks (#6426) 2022-06-30 11:12:59 -04:00
find_channels [MM-47481] Remove Unread Channels From Channels Switcher (#6717) 2022-11-16 16:54:57 -05:00
forgot_password [Gekidou] pinned posts (#6336) 2022-06-03 09:27:45 -04:00
gallery Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
global_threads [Gekidou MM-46229] Add hideAndLock, showAndUnlock callbacks for Search (#6677) 2022-10-27 22:04:26 -05:00
home Detox/E2E: Search Messages e2e tests in Gekidou (#6756) 2022-11-21 12:58:51 -08:00
in_app_notification Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
integration_selector [MM-43844][MM-42809] Integration Selector (#6716) 2022-11-23 11:17:47 +01:00
interactive_dialog [Gekidou] user profile (#6353) 2022-06-06 11:27:25 -04:00
latex Gekidou bugs fixes (#6473) 2022-07-15 12:40:59 +02:00
login [Gekidou] EMM fixes (#6730) 2022-11-08 22:49:39 +02:00
mfa Fix MFA when introducing wrong token or having no teams (#6599) 2022-08-25 15:46:02 +02:00
permalink Fix channel links when it implies joining a channel (#6686) 2022-10-18 16:16:06 +02:00
pinned_messages Gekidou upgrade RN to 0.69.3 and dependencies (#6537) 2022-08-08 09:06:20 -04:00
post_options Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
reactions Gekidou upgrade RN to 0.69.3 and dependencies (#6537) 2022-08-08 09:06:20 -04:00
select_team [Gekidou MM-44943] Add team picker to the search screen and results screens (#6455) 2022-07-15 16:05:58 +04:00
server [Gekidou] Show alert message when server is unsupported (#6764) 2022-11-18 12:18:11 +02:00
settings Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou 2022-08-25 17:42:41 -07:00
snack_bar MM-45344 Gekidou Remove <MenuItem/> (#6522) 2022-08-04 12:26:27 +04:00
sso [Gekidou] EMM fixes (#6730) 2022-11-08 22:49:39 +02:00
table Render Tables in their own screen (#6356) 2022-06-07 09:50:55 -04:00
thread MM-48000: Call started in another client creates a CurrentCall on mobile client (#6708) 2022-11-08 14:45:10 -05:00
thread_options MM-45344 Gekidou Remove <MenuItem/> (#6522) 2022-08-04 12:26:27 +04:00
user_profile [Gekidou] Add custom status to user profile sheet (#6670) 2022-10-11 09:18:46 -03:00
background.tsx [Gekidou] MM-39736 Login Flow (#5799) 2021-11-18 22:07:41 +01:00
index.tsx [MM-43844][MM-42809] Integration Selector (#6716) 2022-11-23 11:17:47 +01:00
navigation.ts Fetch and store bindings (#6660) 2022-10-28 17:08:28 -04:00