forked from Ivasoft/mattermost-mobile
[Gekidou] [MM-39717] Add Channel Browser screen (#5868)
* Add Channel Browser screen * Fix tests * Fix lint * Address feedback * Fix test * Remove cancel and fix bottom sheet size * Address feedback * Address feedback * Keep loading when not many items are visible. * Separate search_handler from browse channels * Search channels directly instead of filtering from the loaded * Address feeback * Reduce the size of search_handler.tsx * Add title and closeButtonId to bottomSheet * Let the default value be public and set it before the if Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
81fb2bef1a
commit
210a2f2d8a
1
types/api/config.d.ts
vendored
1
types/api/config.d.ts
vendored
@@ -108,6 +108,7 @@ interface ClientConfig {
|
||||
ExperimentalHideTownSquareinLHS: string;
|
||||
ExperimentalNormalizeMarkdownLinks: string;
|
||||
ExperimentalPrimaryTeam: string;
|
||||
ExperimentalSharedChannels: string;
|
||||
ExperimentalTimezone: string;
|
||||
ExperimentalTownSquareIsReadOnly: string;
|
||||
ExperimentalViewArchivedChannels: string;
|
||||
|
||||
Reference in New Issue
Block a user