Commit a1ac69a
committed
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
- frontend/src/components
- browser
- tabs
- src/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments