Commit graph

778 commits

Author SHA1 Message Date
Satindar Dhillon
159791c017 break linkedItemCard file into multiple files 2022-03-28 21:59:10 -07:00
Satindar Dhillon
20038d1d0c remove placeholder data 2022-03-28 09:21:03 -07:00
gitstart-omnivore
fe22fb2093 fix card width issues 2022-03-28 13:54:27 +00:00
gitstart-omnivore
ceebcdea88 Merge commit '217b9e8835970e0f2c5b9fe2904af77f5caa8695' into OMN-134 2022-03-28 13:53:45 +00:00
Jackson Harper
217b9e8835
Merge pull request #327 from omnivore-app/fix/toast-duration 2022-03-26 10:11:11 -07:00
Jackson Harper
8cdcd86f9d Shorter default duration on toast messages 2022-03-26 09:30:41 -07:00
Jackson Harper
ca144e6926
Merge pull request #323 from omnivore-app/fix/rm-uneeded-article-deps
Move next and other unneeded dependencies into next page instead of the article component
2022-03-25 15:23:09 -07:00
Jackson Harper
a856297002 Add LabelChip file 2022-03-25 14:37:37 -07:00
Jackson Harper
1784edefaf Remove unused imports, use a single Label fragment 2022-03-25 14:17:02 -07:00
Jackson Harper
ea98d97915 Move the edit labels modal into the page so the embedded react component does not bundle it
This will have a native modal on iOS
2022-03-25 14:03:01 -07:00
Jackson Harper
69abc55615 Add MathJax scripts to /app 2022-03-25 14:02:02 -07:00
Jackson Harper
0859002c0c Remove next dependencies from the article components
This pulls next related deps up into the page instead of the
component and allows us to pull next out of the app reader
dependency.
2022-03-25 13:26:01 -07:00
Jackson Harper
59da82ddc7
Merge pull request #316 from omnivore-app/fix/bound-highlight-responses
Bridging for GQL highlight responses
2022-03-25 12:56:35 -07:00
Jackson Harper
3bd3d6875f
Merge pull request #313 from omnivore-app/fix/upgrade-extension-webext
Upgrade webext in the extension
2022-03-25 11:21:21 -07:00
Jackson Harper
e10c1a3671
Merge pull request #322 from omnivore-app/opt/import-lodash-debounce
Import just the debounce package to reduce bundle size
2022-03-25 11:14:13 -07:00
Jackson Harper
8e1526ce22
Merge pull request #311 from omnivore-app/OMN-158
[Omn-158] - Update the snackbar on web based on latest designs
2022-03-25 10:59:01 -07:00
Jackson Harper
d6fb21e6c4 Import just the debounce package to reduce bundle size 2022-03-25 10:57:35 -07:00
Jackson Harper
0a459a20c4 Show success/error toasts for archiving and removing 2022-03-25 10:35:19 -07:00
Jackson Harper
c668835c3a Update yarn.lock 2022-03-25 10:13:16 -07:00
Jackson Harper
166ff3f906 Remove exclamation marks from messages 2022-03-25 10:12:46 -07:00
Jackson Harper
e13296c02a Small visual tweaks to the toastbar message
Dropped the font down a little because the degular font is
slighty smaller than inter. Made the X icon bold.
2022-03-25 10:10:46 -07:00
Jackson Harper
d5eca02c92 Upgrade webext in the extension 2022-03-25 09:12:48 -07:00
Jackson Harper
1cdbfaca26
Merge pull request #294 from omnivore-app/feature/add-created-or-updated_at-to-newsletter_email
add created_at and updated_at to newsletter emails and sort by create…
2022-03-25 09:10:54 -07:00
Jackson Harper
01305f64cf
Merge pull request #282 from omnivore-app/dependabot/npm_and_yarn/sendgrid/client-7.6.2
Bump @sendgrid/client from 7.6.0 to 7.6.2
2022-03-25 09:09:44 -07:00
Jackson Harper
5036924b21
Merge pull request #280 from omnivore-app/dependabot/npm_and_yarn/jsdom-19.0.0
Bump jsdom from 16.7.0 to 19.0.0
2022-03-25 09:08:55 -07:00
Hongbo Wu
27735f7310
add page id in updated page json file in gcs (#319) 2022-03-25 13:50:43 +08:00
Hongbo Wu
d595d4a8c4
add success and failure count in assertions (#318) 2022-03-25 12:16:43 +08:00
Hongbo Wu
e7203bebb5
add a function_resolver to return originalArticleUrl from article.url (#317)
* add a function_resolver to return originalArticleUrl from article.url

* add a test
2022-03-25 11:25:30 +08:00
Satindar Dhillon
acca59a11b bump ios version to 1.4.2 2022-03-24 16:35:44 -07:00
gitstart-omnivore
0e4a1fcefd effected review corrections 2022-03-24 23:10:31 +00:00
gitstart-omnivore
1acaf40a4d Merge commit '134264940f208a47dde8489932e6dd6831110f81' into OMN-134 2022-03-24 23:09:44 +00:00
Jackson Harper
b6e9fd9073 Update bundle.js 2022-03-24 13:55:11 -07:00
Jackson Harper
45d4a99d17 Fix Highlight type attributes 2022-03-24 13:52:38 -07:00
Satindar Dhillon
7f8c794dfc pass annotation to create highlight call 2022-03-24 13:00:21 -07:00
Jackson Harper
f3809d88a7 Remove sharedBy from unused page 2022-03-24 12:52:02 -07:00
Jackson Harper
5392265a5e Bridge response values from highlight mutations back to JS in the format it expects 2022-03-24 10:52:26 -07:00
Jackson Harper
f3edb9ca7a Reduce the data fetched when creating highlights
This reduces the fields on the highlight type, and reduces what
we fetch. We are doing this so its easier to bind from Swift and
pass back simpler types for create/update/merge highlight
operations
2022-03-24 10:50:46 -07:00
Satindar Dhillon
134264940f
Merge pull request #315 from omnivore-app/feature/webreader-mathjax-script
Webreader Highlight.js and Mathjax script
2022-03-24 10:24:24 -07:00
Satindar Dhillon
f1c20c731f don't bundle maxjax script tags for apple embeds 2022-03-24 09:18:07 -07:00
Jackson Harper
1676f3caa1
Merge pull request #314 from omnivore-app/fix/apple-redirect
Add a /install/apple redirect for the store
2022-03-24 09:17:35 -07:00
Satindar Dhillon
5db0cb12f0 remove auth token and env vars from webreader 2022-03-24 08:34:43 -07:00
Satindar Dhillon
16b3095527 add mathjax script 2022-03-24 08:32:42 -07:00
Satindar Dhillon
f8fa7f0344 stub in mathjax scripts 2022-03-24 08:32:39 -07:00
Satindar Dhillon
bc5409e2f7
Merge pull request #312 from omnivore-app/fix/webreader-encoding
Pass html content and title to appreader as HTML
2022-03-24 08:14:46 -07:00
Jackson Harper
194bb973fb Add a /install/apple redirect for the store
This is the same as ios, safari, mac just a more generic name
for our installs page
2022-03-23 22:35:24 -07:00
dependabot[bot]
748df5ae3d
Bump @sendgrid/client from 7.6.0 to 7.6.2
Bumps [@sendgrid/client](https://github.com/sendgrid/sendgrid-nodejs) from 7.6.0 to 7.6.2.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.6.0...7.6.2)

---
updated-dependencies:
- dependency-name: "@sendgrid/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 03:11:06 +00:00
Jackson Harper
3854c6b12b
Merge pull request #232 from omnivore-app/dependabot/npm_and_yarn/google-cloud/functions-framework-3.0.0
Bump @google-cloud/functions-framework from 1.9.0 to 3.0.0
2022-03-23 20:07:45 -07:00
Jackson Harper
a6ad13733e
Merge pull request #281 from omnivore-app/dependabot/npm_and_yarn/nanoid-3.3.1
Bump nanoid from 3.1.31 to 3.3.1
2022-03-23 20:06:21 -07:00
Jackson Harper
0264bc6733
Merge pull request #283 from omnivore-app/dependabot/npm_and_yarn/sentry/integrations-6.19.1
Bump @sentry/integrations from 5.30.0 to 6.19.1
2022-03-23 20:05:09 -07:00
Jackson Harper
c4ac70a322
Merge pull request #302 from omnivore-app/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-23 19:53:53 -07:00