Add sync settings status page

This commit is contained in:
2026-05-08 00:16:56 -04:00
parent f10a2349f6
commit 479737a8b2
10 changed files with 358 additions and 2 deletions
+4
View File
@@ -8,6 +8,7 @@ mod plugin;
mod profile;
mod space;
mod split;
mod sync;
mod tab;
mod url_text;
@@ -27,5 +28,8 @@ pub use plugin::{
pub use profile::{Profile, ProfileKind};
pub use space::{ArchivePolicy, Space};
pub use split::{SplitAxis, SplitLayout, SplitPane};
pub use sync::{
SyncConnectionState, SyncObjectKind, SyncObjectState, SyncObjectStatus, SyncStatus,
};
pub use tab::{BrowserTab, TabFlags, TabState};
pub use url_text::UrlText;