Record browsing history in core

This commit is contained in:
2026-05-07 21:09:00 -04:00
parent 3bcf4460ca
commit d26ebdfb4c
8 changed files with 226 additions and 2 deletions
+2
View File
@@ -1,6 +1,7 @@
mod archive;
mod command;
mod error;
mod history;
mod identifiers;
mod profile;
mod space;
@@ -11,6 +12,7 @@ mod url_text;
pub use archive::{ArchiveSource, ArchivedTab};
pub use command::{CommandIntent, CommandScope};
pub use error::DomainError;
pub use history::HistoryEntry;
pub use identifiers::{ProfileId, SpaceId, SplitId, TabId, WebViewId};
pub use profile::{Profile, ProfileKind};
pub use space::{ArchivePolicy, Space};