fix(web): move Contacts access to burger menu only
Some checks failed
CI / test (push) Failing after 25s

- remove Contacts from top chat tabs

- keep contacts screen reachable via burger menu
This commit is contained in:
2026-03-08 11:52:11 +03:00
parent cbd1b008bb
commit f6fecf57c7

View File

@@ -193,9 +193,8 @@ export function ChatList() {
return true;
});
const tabs: Array<{ id: "all" | "contacts" | "people" | "groups" | "channels" | "archived"; label: string }> = [
const tabs: Array<{ id: "all" | "people" | "groups" | "channels" | "archived"; label: string }> = [
{ id: "all", label: "All" },
{ id: "contacts", label: "Contacts" },
{ id: "people", label: "Люди" },
{ id: "groups", label: "Groups" },
{ id: "channels", label: "Каналы" },