Merge remote-tracking branch 'upstream/main' into SimonBrandner/feat/volume-design
This commit is contained in:
commit
c5e7fe7bdc
2 changed files with 3 additions and 3 deletions
|
|
@ -31,8 +31,8 @@ interface Props extends HTMLAttributes<HTMLDivElement> {
|
||||||
className: string;
|
className: string;
|
||||||
client: MatrixClient;
|
client: MatrixClient;
|
||||||
participants: RoomMember[];
|
participants: RoomMember[];
|
||||||
max: number;
|
max?: number;
|
||||||
size: Size;
|
size?: Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function Facepile({
|
export function Facepile({
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import { ProfileModal } from "./profile/ProfileModal";
|
||||||
import { UserMenu } from "./UserMenu";
|
import { UserMenu } from "./UserMenu";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
preventNavigation: boolean;
|
preventNavigation?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function UserMenuContainer({ preventNavigation }: Props) {
|
export function UserMenuContainer({ preventNavigation }: Props) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue