(feat): add context menu to call users
Some checks failed
/ build-desktop (linux) (push) Failing after 1m9s
/ build-web (push) Failing after 1m25s
/ build-mobile (push) Failing after 4m7s
/ release (push) Has been skipped

(feat): ui changes to invite popup & call ui in general
(feat): make eslint less aggressive
(fix): stop watching button on own screenshares
(qol): update todo
This commit is contained in:
Alois 2026-06-08 15:40:04 +02:00
commit 4068669704
9 changed files with 213 additions and 27 deletions

View file

@ -123,7 +123,6 @@ export default function Wrapper({ children }: { children: ReactNode }) {
const redirect = params.get("redirect");
const challenge = params.get("challenge");
if (!identifier || !redirect) {
// eslint-disable-next-line
setAllowChildern(true);
return;
}