Commit Graph

1205 Commits

Author SHA1 Message Date
45c11aabbb Remove unused types 2022-06-17 16:14:05 -07:00
eb8cb3854c Do all scroll watching on the main window
This moves all scrolling from child divs to the main window. This
improves our keyboard handling, as focus will be given to the
body element, not the child div when navigating by keyboard
commands, so arrow keys and space bar will work after navigating
to the reader with the keyboard commands.
2022-06-17 15:59:51 -07:00
65b8893fc0 Merge pull request #820 from omnivore-app/fix/content-fetch-docker-hub
fix/content fetch docker hub
2022-06-17 15:10:03 -07:00
ddaac82653 Fix content-fetch on docker compose 2022-06-17 14:59:42 -07:00
58814e1854 Run the content-fetch service in docker compose 2022-06-17 14:19:06 -07:00
dedc4c41eb Merge pull request #817 from omnivore-app/add-savedAt-to-searchItem
add savedAt to searchItem
2022-06-17 13:32:07 -07:00
abe0b4c65e Merge pull request #818 from omnivore-app/create-index-in-migration
Create index if not exists in migration
2022-06-17 11:10:52 -07:00
71f8834477 Fix detection of medium subdomains 2022-06-17 09:25:42 -07:00
2ef5d101bb Create index if not exists in migration 2022-06-17 22:07:41 +08:00
3f4b0f9b8c Update resolver 2022-06-17 17:09:08 +08:00
26e7ab178e Fetch page savedAt, readingProgress from elastic 2022-06-17 17:08:26 +08:00
2bcf97d2e8 Make updatedAt optional 2022-06-17 17:07:13 +08:00
1be9c980e1 Add savedAt to searchItem and make readingProgress required in elastic 2022-06-17 16:03:49 +08:00
e408143ea9 Add savedAt to searchItem and make readingProgress required 2022-06-17 16:02:46 +08:00
8535534709 Fix classname = null exception by checking element parent node nullability before checking classname 2022-06-16 18:09:23 +08:00
107b74f093 Merge pull request #809 from omnivore-app/fix/small-screen-margins
Disable margins on small screens again
2022-06-15 22:55:08 -07:00
215078bcb3 Add logseq to the allowed cors origin 2022-06-16 10:46:06 +08:00
e684b104be Merge pull request #790 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/core-1.3.1
Bump @opentelemetry/core from 0.24.0 to 1.3.1
2022-06-15 16:41:21 -07:00
4042408126 Disable margins on small screens again
Need to fix how this is down across all smaller devices, until
then we can disable so the fonts stuff can be deployed.
2022-06-15 16:31:54 -07:00
e0792f984f Update the list of fonts for web to match iOS 2022-06-15 12:40:10 -07:00
7a2b1ca940 Update list of fonts 2022-06-15 12:38:36 -07:00
702329cf3f Layout tweaks for font selector, allow adjusting margins on smaller screens 2022-06-15 11:46:41 -07:00
b7ecff195e Added font selector 2022-06-15 15:43:10 +00:00
486f3c930b Remove PROXY_URL from content-fetch 2022-06-14 20:30:02 -07:00
6f4c408b5c Merge pull request #802 from omnivore-app/add-readat-to-article
Add readAt to article
2022-06-15 09:52:53 +08:00
de09a36c1c Add readAt to api response 2022-06-15 09:42:38 +08:00
c5c8763767 Add readAt to searchItem 2022-06-15 09:32:53 +08:00
6189e85b2c Add readAt to article 2022-06-15 09:32:10 +08:00
ec5bbb8350 Return URL as a string 2022-06-14 16:23:07 -07:00
be2801477b Add some extra debugging 2022-06-14 16:13:43 -07:00
159a7f8950 Fallback to scrapingbee if a page cant fetch content 2022-06-14 16:06:01 -07:00
814f6098a3 Log proxy url 2022-06-14 14:27:19 -07:00
a4ad78652a Allow specifying a proxy url when launching puppeteer 2022-06-14 13:30:32 -07:00
e2ba117195 Merge pull request #797 from omnivore-app/fix/modal-dialog-buttons
Make the AddLink and HighlightNote modals more consistent
2022-06-14 11:39:47 -07:00
8b097fa0d3 Merge pull request #796 from omnivore-app/api-key-selection
Use a <select for picking API expiration, fix some text color issues in dark mode
2022-06-14 11:29:36 -07:00
a65152de82 Fix call to saveNoteChanges 2022-06-14 11:25:36 -07:00
14b2f33691 Make the AddLink and HighlightNote modals more consistent 2022-06-14 10:43:19 -07:00
97418f5492 Right align buttons, no need for a Cancel button 2022-06-14 10:14:37 -07:00
00bbb993bc Consistent naming 2022-06-14 10:01:20 -07:00
c69eb3b575 Make checkboxs left aligned 2022-06-14 09:59:58 -07:00
f00dd6d24a Merge pull request #793 from omnivore-app/dependabot/npm_and_yarn/cypress-10.1.0
Bump cypress from 9.5.3 to 10.1.0
2022-06-14 09:39:07 -07:00
88aa4fb27b Linting fixes 2022-06-13 23:00:00 -07:00
927ec54775 Use a <select for picking API expiration, fix some text color issues in dark mode 2022-06-13 22:46:49 -07:00
b59dc45a39 Add new fonts for the reader on iOS 2022-06-13 16:06:49 -07:00
ab6a225ccf Embed the reader fonts into iOS and the appreader CSS 2022-06-13 15:01:35 -07:00
1b9c9caa5b Bump cypress from 9.5.3 to 10.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 10.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.3...v10.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 21:32:34 +00:00
e22b575759 Bump @opentelemetry/core from 0.24.0 to 1.3.1
Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) from 0.24.0 to 1.3.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/commits)

---
updated-dependencies:
- dependency-name: "@opentelemetry/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 21:26:08 +00:00
c1698464bf Update pspdfkit library files 2022-06-13 13:43:59 -07:00
90153ffa36 Bump pspdfkit from 2021.6.1 to 2022.2.3
Bumps [pspdfkit](https://pspdfkit.com/web) from 2021.6.1 to 2022.2.3.

---
updated-dependencies:
- dependency-name: pspdfkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 19:58:59 +00:00
bd34f4ff3c use maxWidthPercentage to update margin in web reader: 2022-06-13 11:27:21 -07:00