Step 8.5: Move room i18n helpers
This commit is contained in:
parent
1126fdbd99
commit
90270ee468
5 changed files with 69 additions and 51 deletions
|
@ -43,10 +43,10 @@ import QueryMatcher from "../../../autocomplete/QueryMatcher";
|
|||
import TruncatedList from "../elements/TruncatedList";
|
||||
import EntityTile from "../rooms/EntityTile";
|
||||
import BaseAvatar from "../avatars/BaseAvatar";
|
||||
import { roomContextDetailsText } from "../../../Rooms";
|
||||
import { Action } from "../../../dispatcher/actions";
|
||||
import { ViewRoomPayload } from "../../../dispatcher/payloads/ViewRoomPayload";
|
||||
import { ButtonEvent } from "../elements/AccessibleButton";
|
||||
import { roomContextDetailsText } from "../../../utils/i18n-helpers";
|
||||
|
||||
const AVATAR_SIZE = 30;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue