Skip to content

Commit b16055f

Browse files
Misei.Misei.
authored andcommitted
Initialize Tauri + React ATEM UI with async connection flow.
Implement ATEM-style control layout and fix runtime panics by removing nested Tokio block_on usage so Connect and switcher actions run reliably.
1 parent 6153e8a commit b16055f

26 files changed

+10040
-5324
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/target/
2+
**/node_modules/
3+
/dist/
4+
src-tauri/target/
5+
.tauri-init/
26
/.idea/
37
/.vscode/
48
*.log

0 commit comments

Comments
 (0)