Commit Graph

10 Commits

Author SHA1 Message Date
93c19ecdea Simplify status updating code, start to add edit labels 2023-03-20 21:21:39 +08:00
18f970e778 Browser extension UI 2023-03-20 21:21:39 +08:00
e22c014385 For URLs that will be forced to backend fetch dont send full content from the extension
This is useful with YouTube, which has massive page sizes.
2022-12-12 11:13:39 +08:00
777d469505 Handle cases in the extension when GetContent fails
GetContent can fail for things like PDFs in Firefox. In that
case we want to just save the URL.

Note: one issue here is we dont display any UI on the PDF in
firefox since we can't execute our content scripts.
2022-07-20 18:01:04 -07:00
0bcb8a23c5 Use new API methods for saving 2022-07-16 12:17:58 -07:00
0d2241de06 Extension: support right click saveurl and shortcut key to save current tab 2022-07-12 14:18:05 -07:00
dab57ab840 update extension success messages 2022-02-24 11:53:20 -08:00
f070020dd9 Fallback to SaveUrl ifd browser doesnt support blob url access (safari)
In Safari we can't access blob URLs in the background script, so
we fallback to submitting the embedded PDF URL instead of trying
to upload the content.
2022-02-18 12:48:46 -08:00
6c9e316884 Propogate errors when uploading a file fails
This cancels the wait and ensures an error is displayed
2022-02-18 12:48:46 -08:00
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00