(feat): add call popout
Some checks failed
/ build-desktop (linux) (push) Failing after 1m22s
/ build-web (push) Failing after 1m28s
/ build-mobile (push) Failing after 4m10s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-06-08 11:12:44 +02:00
commit 4f82b9c85b
6 changed files with 497 additions and 4 deletions

View file

@ -7,7 +7,8 @@
"./store": "./src/store.tsx",
"./screen": "./src/screen.tsx",
"./utils": "./src/utils.ts",
"./sidebarBox": "./src/components/sidebarBox.tsx"
"./sidebarBox": "./src/components/sidebarBox.tsx",
"./popout": "./src/components/popout.tsx"
},
"scripts": {
"format": "bunx prettier --write .",