From cf642aa670b5586c97e7d1e568259071f16bd084 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 8 Apr 2026 16:05:46 +0200 Subject: [PATCH] Move settings button out of the button bar. User overflow button instead: at the top for mobile, bottom left for web. --- src/AppBar.tsx | 11 ++-- src/button/Button.tsx | 10 ++-- src/room/InCallView.module.css | 30 ++++++++--- src/room/InCallView.tsx | 98 ++++++++++++++++++---------------- src/room/LobbyView.tsx | 2 +- 5 files changed, 89 insertions(+), 62 deletions(-) diff --git a/src/AppBar.tsx b/src/AppBar.tsx index aaa7565e..72ee9285 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -16,7 +16,7 @@ import { useMemo, useState, } from "react"; -import { Heading, IconButton, Tooltip } from "@vector-im/compound-web"; +import { Button, Heading, Tooltip } from "@vector-im/compound-web"; import { CollapseIcon } from "@vector-im/compound-design-tokens/assets/web/icons"; import { useTranslation } from "react-i18next"; @@ -68,9 +68,12 @@ export const AppBar: FC = ({ children }) => { > - - - +