|
|
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 |
|
|
|
f8ba24bc79
|
add web label color selections and choose a random color as the initial selection
|
2022-04-13 15:28:09 -07:00 |
|
|
|
9c42d473c1
|
Do not display left side article actions for PDFs
|
2022-04-13 13:50:55 -07:00 |
|
|
|
3ec84d3f33
|
Fix apos escaping
|
2022-04-13 13:44:06 -07:00 |
|
|
|
a75c8e91a4
|
adjust tappable area of text chip buttons
|
2022-04-13 13:42:51 -07:00 |
|
|
|
e282fc8316
|
Merge pull request #417 from omnivore-app/feature/upload-highlight-gcs
Upload highlights and labels data to GCS
|
2022-04-13 13:41:29 -07:00 |
|
|
|
eab3428c4c
|
Merge pull request #411 from omnivore-app/feature/validate-label-color-input
validate color as rgb hex value in create label input
|
2022-04-13 13:41:00 -07:00 |
|
|
|
da561ca58b
|
Query for labels with library items. Display properly on the home feed
|
2022-04-13 13:38:36 -07:00 |
|
|
|
31861f81e2
|
Add very basic help page for labels
|
2022-04-13 13:29:49 -07:00 |
|
|
|
4e4dae89d7
|
Consistent naming on label controls
- Edit Labels: Edit all of a user's labels
- Set Labels: Set the labels assigned to a link
|
2022-04-13 10:52:00 -07:00 |
|
|
|
1e2901c4e7
|
add label editing to reader view
|
2022-04-13 10:48:25 -07:00 |
|
|
|
fe56c4a689
|
Add dropdown link to labels
|
2022-04-13 10:34:46 -07:00 |
|
|
|
18cbe4a856
|
Remove font stepper from dropdown
|
2022-04-13 10:28:33 -07:00 |
|
|
|
86d6d03fe0
|
Remove default button padding, on Safari this caused extra padding on dropdown triggers
|
2022-04-13 10:25:01 -07:00 |
|
|
|
b57046b1d9
|
add edit labels buttons to list view cells
|
2022-04-13 10:19:55 -07:00 |
|
|
|
34ce209738
|
adjust text chip vertical padding
|
2022-04-13 10:09:41 -07:00 |
|
|
|
c5233d1559
|
adjust add label button styling
|
2022-04-13 10:04:29 -07:00 |
|