mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
move meta entities to the page level, remove extra references, add change some db tables structure, change app version
This commit is contained in:
parent
557ad69edf
commit
2ff6b9d963
22 changed files with 313 additions and 472 deletions
22
src/app/browser/window/tab/item/page/status.rs
Normal file
22
src/app/browser/window/tab/item/page/status.rs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/// `Page` status
|
||||
/// * not same as the Gemini status!
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum Status {
|
||||
Complete,
|
||||
Connected,
|
||||
Connecting,
|
||||
Failure,
|
||||
Input,
|
||||
New,
|
||||
ProxyNegotiated,
|
||||
ProxyNegotiating,
|
||||
Redirect,
|
||||
Reload,
|
||||
Resolved,
|
||||
Resolving,
|
||||
SessionRestore,
|
||||
SessionRestored,
|
||||
Success,
|
||||
TlsHandshaked,
|
||||
TlsHandshaking,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue