/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/constants/chat/layout.tsx
5 строк
268 B
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
import {isTablet} from '../platform' // in split mode the root is the 'inbox' export const isSplit = !isMobile || isTablet // Whether the inbox and conversation panels are visible side-by-side. export const threadRouteName = isSplit ? 'chatRoot' : 'chatConversation'