Skip to content

Commit a1ac69a

Browse files
feat(browser): iframe browser with element inspector and paste fallback
Inspect button injects hover overlay + click handler into same-origin iframes to extract outerHTML + computed CSS. For cross-origin sites, paste mode lets users paste HTML from DevTools. Extracted content goes into the composer as context.
1 parent f7b935a commit a1ac69a

4 files changed

Lines changed: 252 additions & 156 deletions

File tree

crates/tauri-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77
tauri-build = { version = "2", features = [] }
88

99
[dependencies]
10-
tauri = { version = "2", features = ["unstable"] }
10+
tauri = { version = "2", features = [] }
1111
tauri-plugin-dialog = "2"
1212
tauri-plugin-shell = "2"
1313
codeforge-session = { path = "../session" }

0 commit comments

Comments
 (0)