Commit Graph

1209 Commits

Author SHA1 Message Date
7f0f9c7617 Update README 2022-04-19 08:58:28 -07:00
d7a2659fc4 fix searching for multiple labels (#444) 2022-04-19 12:13:47 +08:00
1117a0c575 Feature/subscription list resolver (#432)
* add subscriptions table

* add listSubscriptions schema

* add listSubscriptions resolver
2022-04-19 11:08:43 +08:00
32dcf405a0 Merge pull request #433 from omnivore-app/fix/update-label
Fix return undefined as updateLabelResult
2022-04-18 14:25:38 -07:00
3336bd0669 Merge pull request #436 from omnivore-app/fix/labels-docs
Fix typo in labels docs
2022-04-18 14:20:41 -07:00
6f9abc198f Fix typo in labels docs 2022-04-18 13:17:52 -07:00
625cc2b749 Merge pull request #435 from omnivore-app/fix/article-actions-width
Adjust article actions width to center under logo
2022-04-18 09:55:41 -07:00
3ba67a9e38 Adjust article actions width to center under logo 2022-04-18 09:34:14 -07:00
0b2b93384f fix return undefined as updateLabelResult 2022-04-18 20:45:06 +08:00
40cdd0f9e7 Merge pull request #431 from omnivore-app/fix/grid-labels
Re-enable labels on the grid cards
2022-04-14 21:50:04 -07:00
c004f20ee7 More label padding tweaks 2022-04-14 21:38:48 -07:00
0db6bff308 label padding 2022-04-14 21:20:17 -07:00
0e50ef1b56 Tighten padding on label chips 2022-04-14 21:15:53 -07:00
d56e3147df Remove whitespace 2022-04-14 21:05:02 -07:00
944784f25a Use Button+router for label chips instead of next/link
This allows us to use preventDefault on click, which means labels
can be inside of grid cards, and clicking a label wont navigate
to the card's page.
2022-04-14 20:40:28 -07:00
958e67a1cb Use block display for label chips so they wrap to new lines on overflow 2022-04-14 20:21:58 -07:00
6cb78cca34 Re-enable labels on the grid cards 2022-04-14 20:10:27 -07:00
7133182f46 Merge pull request #430 from omnivore-app/fix/pdf-article-actions 2022-04-14 19:44:17 -07:00
7e9e678e0d Dont show reader display settings on PDFs 2022-04-14 16:46:13 -07:00
c8e2af40ab Merge pull request #429 from omnivore-app/chore/swift-async
Convert ViewerPublisher to async fetchViewer
2022-04-14 16:45:19 -07:00
bb95a26718 Remove unused prop 2022-04-14 16:06:29 -07:00
0842aba57c Always display the article actions toolbar on top for PDFs
Because we dont have margin space on PDFs we want to always
display this on top.
2022-04-14 15:56:10 -07:00
0715dafd4b Display the all highlights modal from PDFs via the article actions button 2022-04-14 15:56:10 -07:00
98080719f3 wrap viewModel async call in Task 2022-04-14 15:06:50 -07:00
70c4b1c690 convery additional uses of viewerPublisher to fetchViewer 2022-04-14 14:57:48 -07:00
d33d383891 Merge pull request #422 from omnivore-app/fix/reminder-data-model-error
Fix reminders resolver getting pages from postgres
2022-04-14 14:10:48 -07:00
5dff87a8e9 replace uses of viewerPublisher with fetchViewer 2022-04-14 13:56:30 -07:00
ea2ba678c0 add fetchViewer async func 2022-04-14 13:56:30 -07:00
5d0a5112d6 Merge pull request #428 from omnivore-app/chore/ios-min-support
Drop iOS14 support
2022-04-14 13:54:40 -07:00
6af0452d14 remove ios14 specific code 2022-04-14 12:45:45 -07:00
a24e3617e0 update min supported platform numbers 2022-04-14 12:26:08 -07:00
65e233262d Merge pull request #426 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/async-3.2.3
Bump async from 3.2.0 to 3.2.3 in /pkg/admin
2022-04-14 11:45:40 -07:00
d772a72c95 Bump async from 3.2.0 to 3.2.3 in /pkg/admin
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 18:28:23 +00:00
e8a8be9672 Merge pull request #427 from omnivore-app/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-04-14 11:27:39 -07:00
66393418ef Merge pull request #424 from omnivore-app/fix/event-naming
Consistent naming convention for events
2022-04-14 11:06:26 -07:00
119a9b553e Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 18:06:20 +00:00
1877f09817 Merge pull request #403 from omnivore-app/dependabot/npm_and_yarn/sentry/nextjs-6.19.6
Bump @sentry/nextjs from 6.17.7 to 6.19.6
2022-04-14 11:05:18 -07:00
c80ce4da10 Consistent naming convention for events 2022-04-14 10:31:10 -07:00
5e075fc312 Bump @sentry/nextjs from 6.17.7 to 6.19.6
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 6.17.7 to 6.19.6.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.17.7...6.19.6)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 15:48:41 +00:00
3befff61af fix tests 2022-04-14 13:22:21 +08:00
72a231c97e Do not proxy image data uri (#421)
* do not proxy image data uri

* rename data uri

* rename data uri in test
2022-04-14 12:59:12 +08:00
2c9c2a2adf Merge pull request #394 from omnivore-app/header-and-reader-improvements
Add margins on wider screens, keyboard commands to adjust
2022-04-13 21:26:24 -07:00
c0966d908f upload highlight and label to gcs if successfully updated in elastic (#420) 2022-04-14 12:14:15 +08:00
88d8ca7b7d fix reminders resolver getting page from postgres 2022-04-14 12:09:17 +08:00
a5885fe16c Push props down for lineheight, margin width to keep in sync 2022-04-13 20:46:49 -07:00
487713109d Merge pull request #399 from omnivore-app/feature/label-filtering-ios
Label filtering ios
2022-04-13 20:14:54 -07:00
adaadd27d6 remove labels from swipe actions 2022-04-13 20:03:41 -07:00
a7e01275ae fix labels view for mac compilation 2022-04-13 17:31:01 -07:00
c553b8317a Disable label chips on main grid to see if it is causing sizing issues 2022-04-13 16:19:39 -07:00
810401946e Use local storage for margins and line spacing since these are per-device preferences 2022-04-13 16:03:07 -07:00