Фиксы по историям

This commit is contained in:
Халимов Рустам
2026-04-03 21:13:28 +03:00
parent 2ab5b295e8
commit a04f04a448
13 changed files with 233 additions and 171 deletions
+1
View File
@@ -150,6 +150,7 @@ export interface Story {
mediaUrl: string | null;
content: string | null;
bgColor: string | null;
isMuted?: boolean;
createdAt: string;
expiresAt: string;
viewCount: number;
@@ -13,7 +13,6 @@ export default function GlobalNavBar({ activeTab, onTabChange }: GlobalNavBarPro
const menuItems = [
{ id: 'chats', icon: 'chat', label: t('chats') },
{ id: 'contacts', icon: 'contacts', label: t('contacts') },
{ id: 'settings', icon: 'settings', label: t('settings') },
];
return (