fix(web): move Contacts access to burger menu only
Some checks failed
CI / test (push) Failing after 25s
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:
@@ -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: "Каналы" },
|
||||
|
||||
Reference in New Issue
Block a user