mattermost-mobile/app/constants
Kyriakos Z 675d8495b3
[Gekidou]: MM-39757 - Recent mentions (#5823)
* [Gekidou]: MM-39757 - Recent mentions

* Refactor channel_info to a separate component

* Fixes schema tests

* Fixes channel_info theme color

* Removes RECEIVED_MENTIONS table and model

Removes RECEIVED_MENTIONS table and model and saves recent_mentions in
the SYSTEM table under the recentMentions ID.

* Cleanup recent_mentions handler

* Adds i18n in recent_mentions screen

* Observe changes on the post messages

* Addresses review comments

* Batches records

* Addresses review comments

* Addresses review comments

* Addresses review comments

* Addresses review comments

* Fetches channels and users needed for mentions

Fetching mentions from all teams might result in missing info like user
profiles, and channels missing from the DB.
This commit fetches all missing users and channels.

* Adds empty state for recent mentions

* Prepares all missing models for channels

* Addresses review comments

* Fixes mention keys for recent mentions

User mention keys when asking for mentions should not include general
purpose ones, like @channel, @all, @here.

Fixes ActivityIndicator color in recent mentions screen.

* Removes top margin of mention message

* Addresses review comments

* Fixes group.name undefined
2021-12-16 12:26:43 +02:00
..
about_links.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
action_type.ts [Gekidou] fix database schema and models (#5553) 2021-07-20 23:24:42 +04:00
apps.ts [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
autocomplete.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
custom_status.ts Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
database.ts [Gekidou]: MM-39757 - Recent mentions (#5823) 2021-12-16 12:26:43 +02:00
deep_linking.ts MM-36721 - [GEKIDOU] Porting Markdown components (#5586) 2021-08-02 20:30:17 +04:00
device.ts Upgrade unimodules with expo to use expo-file-system 2021-11-06 18:08:22 -03:00
emoji.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
events.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
files.ts MM-35115 [Gekidou] Login flow - Email and Password (#5402) 2021-06-18 00:57:40 -04:00
general.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
image.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
index.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
navigation.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
network.ts [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
permissions.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
post.ts [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
preferences.ts Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
reaction_picker.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
screens.ts [Gekidou]: MM-39757 - Recent mentions (#5823) 2021-12-16 12:26:43 +02:00
sso.ts [Gekidou] MM-39736 Login Flow (#5799) 2021-11-18 22:07:41 +01:00
supported_server.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
view.ts [Gekidou] - Custom navigation header (#5820) 2021-11-10 10:16:58 -03:00
websocket.ts Gekidou websockets (#5671) 2021-10-19 19:16:10 +02:00