Integrate tunnel status streaming

This commit is contained in:
dav 2024-07-13 16:54:57 -07:00
parent 827f0e65dc
commit 4f2337ef31
5 changed files with 85 additions and 32 deletions

View file

@ -3,6 +3,7 @@ use adw::prelude::*;
use gtk::Align;
use relm4::{
component::{
worker::{Worker, WorkerController},
AsyncComponent, AsyncComponentController, AsyncComponentParts, AsyncComponentSender,
AsyncController,
},