Replace glass component with the upstreamed version

It's now been implemented in Compound Web, so we can remove our custom implementation.
This commit is contained in:
Robin
2023-10-13 14:40:24 -04:00
parent cb39e760ab
commit 120abde5bd
4 changed files with 2 additions and 87 deletions

View File

@@ -25,12 +25,12 @@ import {
} from "livekit-client";
import classNames from "classnames";
import { logger } from "matrix-js-sdk/src/logger";
import { Glass } from "@vector-im/compound-web";
import { Avatar } from "../Avatar";
import styles from "./VideoPreview.module.css";
import { useMediaDevices } from "../livekit/MediaDevicesContext";
import { MuteStates } from "./MuteStates";
import { Glass } from "../Glass";
import { useMediaQuery } from "../useMediaQuery";
export type MatrixInfo = {