Unify file opening, importing, and pasting into a file ingest handler (#4548)

* Unify file and data ingest

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2026-09-18 22:47:02 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent f90bef159c
commit 7d1303f695
47 changed files with 855 additions and 980 deletions
+1
View File
@@ -192,6 +192,7 @@ image = { version = "0.25", default-features = false, features = [
"jpeg",
"bmp",
"gif",
"serde",
] }
pretty_assertions = "1.4"
fern = { version = "0.7", features = ["colored"] }