Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ use crate::{
ChannelState, OpenPath,
};
use anyhow::{anyhow, ensure, Result};
use galaxyui::notification::UserNotification;
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
use itertools::Itertools;
use session_sharing_protocol::common::SessionId;
use std::collections::HashMap;
use std::path::PathBuf;
use std::str::FromStr;
use url::Url;
use galaxyui::notification::UserNotification;
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
use galaxyui::{AppContext, EntityId, ViewHandle, WindowId};