Commit graph

7995 commits

Author SHA1 Message Date
Satindar Dhillon
85a192bc58 use grid for displaying narrow cards 2022-03-30 22:40:59 -07:00
Jackson Harper
a0ef2fd40a Dont use isDarkMode, use themed color for setting icon colors 2022-03-30 20:31:50 -07:00
Jackson Harper
3bab5e9eff Error responses when deleting emails 2022-03-30 20:16:29 -07:00
Jackson Harper
604194299a Parse response type for newsletter creation 2022-03-30 20:13:06 -07:00
Jackson Harper
b467b6ea63 Show error toast when email is not created 2022-03-30 20:04:16 -07:00
dependabot[bot]
5ee137d007
Bump @sentry/serverless from 6.16.1 to 6.19.3
Bumps [@sentry/serverless](https://github.com/getsentry/sentry-javascript) from 6.16.1 to 6.19.3.
- [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.16.1...6.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 02:48:02 +00:00
Jackson Harper
7bdeceded4
Merge pull request #334 from omnivore-app/dependabot/npm_and_yarn/segment/analytics-next-1.34.0
Bump @segment/analytics-next from 1.33.5 to 1.34.0
2022-03-30 19:45:35 -07:00
Jackson Harper
183776c791 Reduce the reader overly length now that items are precached 2022-03-30 17:09:37 -07:00
Jackson Harper
a1feffaf03 Prefetch page content on iOS 2022-03-30 16:39:51 -07:00
dependabot[bot]
61737c03e5
Bump @segment/analytics-next from 1.33.5 to 1.34.0
Bumps [@segment/analytics-next](https://github.com/segmentio/analytics-next) from 1.33.5 to 1.34.0.
- [Release notes](https://github.com/segmentio/analytics-next/releases)
- [Commits](https://github.com/segmentio/analytics-next/compare/v1.33.5...v1.34.0)

---
updated-dependencies:
- dependency-name: "@segment/analytics-next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 21:52:11 +00:00
Jackson Harper
b7634f93cf
Merge pull request #344 from omnivore-app/fix/ios-allow-video-playback
Allow video playback on iOS
2022-03-30 14:31:11 -07:00
Jackson Harper
600dd46e5a
Merge pull request #348 from omnivore-app/fix/rls-on-label-updates
Add RLS permissions on the label table
2022-03-30 14:30:03 -07:00
Jackson Harper
88c96c824f Remove the DotsSix since we dont support re-ordering these items 2022-03-30 14:23:09 -07:00
Jackson Harper
a8faaf835c Remove debug sort on labels 2022-03-30 14:13:26 -07:00
Jackson Harper
edc5d6ad97 Fix label import for old location, apply the theme on the page 2022-03-30 13:55:04 -07:00
Jackson Harper
2c15516d96 Order labels by createdAt so they maintain a consistent order 2022-03-30 13:28:37 -07:00
Jackson Harper
d260ad4def Remove the update permission on the link_labels table
This was added mistakenly and isn't needed.
2022-03-30 12:23:22 -07:00
Jackson Harper
857df99654 Add UPDATE permission to omnivore_user 2022-03-30 12:11:25 -07:00
Jackson Harper
bb91396595 Use user level security on labels update 2022-03-30 11:56:06 -07:00
Jackson Harper
57a45adb5d Add RLS permissions on the label table 2022-03-30 11:34:26 -07:00
Jackson Harper
1c4ca835d3
Merge pull request #347 from omnivore-app/fix/allow-update-on-labels
Allow UPDATE on the labels table
2022-03-30 11:11:21 -07:00
Jackson Harper
15cf0d07e9 Allow UPDATE on the labels table
labels are updated when users change their colour or description.
2022-03-30 10:56:01 -07:00
Jackson Harper
f4a037677f Consistent font sizes for headlines 2022-03-30 10:26:47 -07:00
Jackson Harper
e478b01a17 Update label import, use LabelChip instead of styled text to display labels 2022-03-30 09:45:59 -07:00
Jackson Harper
72e68b2b5a Update the font and background colour on label chips 2022-03-30 09:45:07 -07:00
gitstart-omnivore
11db7be473 [Omn-190] - [Settings View] - Labels 2022-03-30 12:24:29 +00:00
Hongbo Wu
6d405432af
add site_name and site_icon to page model and return in resolver (#341)
* add site_name and site_icon to page model and return in resolver

* fix tests
2022-03-30 10:43:10 +08:00
Jackson Harper
102c747a99
Merge pull request #340 from omnivore-app/fix/mobile-email-help
Display the informational button on the mobile UI for emails
2022-03-29 19:28:48 -07:00
Jackson Harper
d2e14fc935 Allow video playback on iOS
Example page:

https://www.technologyreview.com/2022/03/28/1048355/quantum-computing-has-a-hype-problem
2022-03-29 10:55:48 -07:00
Satindar Dhillon
ea7ad52ca6
Merge pull request #332 from omnivore-app/fix/webview-reload
Reload the web reader if its process is terminated
2022-03-29 09:48:33 -07:00
Satindar Dhillon
07a4ca37cd
Merge pull request #342 from omnivore-app/fix/ios-title-encoding
Ensure title doesnt get html encoded with new appreader
2022-03-29 09:47:58 -07:00
Jackson Harper
709b96eaa7 Ensure title doesnt get html encoded with new appreader 2022-03-29 09:28:40 -07:00
Satindar Dhillon
6df107fc40 use a vstack for library list card on narrow widths 2022-03-28 22:28:08 -07:00
Jackson Harper
562393940f Display the informational button on the mobile UI for emails
We want mobile users to have access to the help doc on emails
2022-03-28 21:59:18 -07:00
Satindar Dhillon
159791c017 break linkedItemCard file into multiple files 2022-03-28 21:59:10 -07:00
Satindar Dhillon
870af33acf check for root element on webview and relaod content of it's missing 2022-03-28 18:45:03 -07:00
Jackson Harper
b3f46f4ce5
Merge pull request #300 from omnivore-app/OMN-192
[Omn-192] - Settings View(Installation)
2022-03-28 17:40:11 -07:00
Satindar Dhillon
278578c82e load webreader in updateUIView func when needsRelaod is true 2022-03-28 17:00:34 -07:00
Jackson Harper
718db7345f Tone down the shadow in dark mode 2022-03-28 15:30:16 -07:00
Jackson Harper
6e535c7f75
Merge pull request #333 from omnivore-app/fix/arrow-description
Fix docs for arrow navigation in keyboard controls
2022-03-28 15:18:42 -07:00
Jackson Harper
b64764089b Add noreferrer 2022-03-28 15:00:05 -07:00
Jackson Harper
b266e2669a use for URL because Next prefers that, set the link target on install 2022-03-28 14:52:53 -07:00
Jackson Harper
b4d7d056b0 Use apple badge for install icon 2022-03-28 14:49:19 -07:00
dependabot[bot]
d0af8b2186
Bump @opentelemetry/semantic-conventions from 0.24.0 to 1.0.1
Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) from 0.24.0 to 1.0.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/compare/v0.24.0...stable/v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 21:28:57 +00:00
dependabot[bot]
f356ebd781
Bump chrome-aws-lambda from 7.0.0 to 10.1.0
Bumps [chrome-aws-lambda](https://github.com/alixaxel/chrome-aws-lambda) from 7.0.0 to 10.1.0.
- [Release notes](https://github.com/alixaxel/chrome-aws-lambda/releases)
- [Commits](https://github.com/alixaxel/chrome-aws-lambda/compare/v7.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: chrome-aws-lambda
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 21:27:06 +00:00
Jackson Harper
78999beb46 Fix docs for arrow navigation in keyboard controls 2022-03-28 13:23:47 -07:00
Jackson Harper
2bada0b9df
Merge pull request #293 from omnivore-app/feature/priority-by-rate-limit
Use lower priority queue for large imports
2022-03-28 13:19:35 -07:00
Jackson Harper
9c14049236
Merge pull request #325 from omnivore-app/fix/appreader-dates
Pass createdAt, savedAt, and publishedAt into the appreader
2022-03-28 13:16:01 -07:00
Jackson Harper
febde10a3c Higher res @2x png images for install view 2022-03-28 12:35:35 -07:00
Jackson Harper
c74a139aed Break the overal layout earlier 2022-03-28 12:10:35 -07:00