Прокрутка дерганая

This commit is contained in:
Халимов Рустам
2026-04-03 16:57:06 +03:00
parent 1b8abbc995
commit 2ab5b295e8
12 changed files with 688 additions and 98 deletions
@@ -14,6 +14,7 @@ import ChatView from './components/ChatView';
import CallModal from '../../calls/presentation/components/CallModal';
import GroupCallModal from '../../calls/presentation/components/GroupCallModal';
import ContactsSidebar from '../../friends/presentation/components/ContactsSidebar';
import SettingsPage from '../../users/presentation/components/SettingsPage';
export default function ChatPage() {
const {
@@ -414,6 +415,8 @@ export default function ChatPage() {
</div>
</div>
</div>
) : activeTab === 'settings' ? (
<SettingsPage />
) : (
<div className="flex-1 flex items-center justify-center">
<p className="text-zinc-500">Coming soon</p>