(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

@ -31,6 +31,7 @@ export default [
},
rules: {
...reactHooks.configs.recommended.rules,
"react-hooks/set-state-in-effect": "off",
},
},
];