Fix stream list

This commit is contained in:
2024-10-09 21:54:56 +01:00
parent 6dd62737d2
commit abfcbc8954
3 changed files with 5111 additions and 9 deletions

View File

@ -1,6 +1,7 @@
use crate::services::Services;
use crate::widgets::stream::StreamEvent;
use egui::{Frame, Margin, Response, Ui, Widget};
use egui_extras::Column;
use nostr_sdk::Event;
pub struct StreamList<'a> {