[Gekidou] - Channel Intro (#5846)

* Channel Intro

* Move avatar margins to post component per feedback review

* Channel intro redesign

* Fix preferences unit test

* Change group intro sizes

* Add Bot tag to DM Intro if they have it

* fix channel isTablet layout on split screen

* update snapshot
This commit is contained in:
Elias Nahum
2021-12-21 17:44:00 +02:00
committed by GitHub
parent 675d8495b3
commit 7e6248dfb3
43 changed files with 2202 additions and 364 deletions

View File

@@ -41,6 +41,11 @@ type ChannelWithTeamData = Channel & {
team_name: string;
team_update_at: number;
}
type ChannelMember = {
id?: string;
channel_id: string;
user_id: string;
}
type ChannelMembership = {
id?: string;
channel_id: string;