Commit Graph
258 Commits
Author SHA1 Message Date
mollusk e0ba002c12 refactor: Move device settings from home screen to Settings page 2026-05-27 15:53:48 -04:00
mollusk 789a2fa3ed fix: Wrap home screen content in scrollable to prevent UI overflow 2026-05-27 15:49:51 -04:00
mollusk a503a4c2eb feat: Add Settings page and refactor view navigation 2026-05-27 15:49:08 -04:00
mollusk 3834b35de2 fix: Rebind Iroh endpoint on room join to fix restart bug 2026-05-27 15:31:59 -04:00
mollusk 5ff0201d94 feat: Add PTT, Volume Sliders, and Device Node Selection 2026-05-27 15:23:07 -04:00
mollusk ea5ffb861b Fix UI sync bugs and disconnect hang
- Add NeighborDown event handler in gossip network to reliably remove disconnected peers.
- Add 1-second timeout wrapper to router.shutdown() to prevent UI hanging on disconnect.
2026-05-27 05:54:44 -04:00
mollusk 5ddb792f0f Fix core Tokio runtime panic and add network logging
- Fix tokio runtime panic by spawning a dedicated Tokio runtime thread in CoreController.
- Add central log_msg utility in src/lib.rs for debugging.
- Add instrumentation/logs to join, leave, and gossip events in src/network/gossip.rs.
- Add test_net.rs bin for testing gossip loopback sync.
- Use std::sync::Mutex in IrohGossipState to resolve Tokio block-in-async panics.
2026-05-27 05:48:04 -04:00
mollusk 1220d94e91 Initialize project and implement decentralized voice chat client (PipeWire, Opus, Iroh, Iced) 2026-05-27 05:18:56 -04:00