Wrapping up bedrock implementation
This commit is contained in:
@@ -11,12 +11,12 @@ use crate::terminal::model::ObfuscateSecrets;
|
||||
use crate::terminal::TerminalModel;
|
||||
use crate::terminal::{event_listener::ChannelEventListener, model::block::SerializedBlock};
|
||||
use crate::themes::default_themes::dark_theme;
|
||||
use galaxyui::r#async::executor::Background;
|
||||
use galaxyui::units::Lines;
|
||||
use serde_json::Value;
|
||||
use session_sharing_protocol::common::{Scrollback, ScrollbackBlock};
|
||||
use std::sync::Arc;
|
||||
use url::Url;
|
||||
use galaxyui::r#async::executor::Background;
|
||||
use galaxyui::units::Lines;
|
||||
|
||||
pub const MAX_BYTES_SHAREABLE: usize = 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user