Commit Graph

12 Commits

Author SHA1 Message Date
Enrico Ros 84b0e03551 Share target: receive text/urls when sharing from other Apps on Mobile (webapp needs to be installed) 2023-06-22 17:30:51 -07:00
Enrico Ros b77bae8ff2 Roll PDFJS 2023-06-13 07:01:06 -07:00
Enrico Ros a132cab3bd Update worker 2023-05-09 00:44:33 -07:00
Enrico Ros d7ef63ae41 Improve Shareability 2023-04-21 01:32:41 -07:00
Enrico Ros 9f07c6200e Icons. 2023-04-21 00:59:46 -07:00
Enrico Ros d4293b2320 Update bg color 2023-04-17 23:51:30 -07:00
Harlan Lewis 806c1e7eea added manifest.json for PWA / saved to home screen 2023-04-09 20:28:15 -07:00
Enrico Ros 5a396d775c Roll packages 2023-04-04 15:28:12 -07:00
Enrico Ros 23a3185696 Load PDFs on drag/drop, min-worker, dynamic import
Cleaned up the code a bit (thx gpt4), with:
 - dynamic module load: JS is chunked up and deferred to PDF loading,
   which improves all the sessions where PDFs are not loaded
 - unified path for drag/drop and 'load file' (shall call it "magic drop"
   so PDFs are text'ified upon drag/dop as well
 - fixed "not being able to load the same doc twice" (thx gpt4)
 - using minified worker, as it's loaded dynamically, we save ~50% bandwidth
2023-04-03 02:57:02 -07:00
fredliubojin 421e06e617 Using pdfjs-dist to parse and load pdf contents. 2023-04-02 23:37:23 -07:00
Enrico Ros f646fca299 Remove template stuff 2023-03-19 00:24:09 -07:00
Enrico Ros 0b4646cd0a Create Next App 2023-03-18 23:54:30 -07:00