Jackson Harper
b4cee4d5f2
Update terms, dont make icons into links. User taps the download button to toggle
2022-03-28 11:56:27 -07:00
Jackson Harper
659d931cd3
Background colour of device icons on larger displays
2022-03-28 11:51:22 -07:00
Jackson Harper
877fdb1a93
Reload the web reader if its process is terminated
2022-03-28 10:52:31 -07:00
Jackson Harper
d9af397b9c
Merge pull request #331 from omnivore-app/fix/update-page-after-deletion
...
fix document_missing_exception being thrown to sentry when updating page in elastic
2022-03-28 10:30:31 -07:00
Jackson Harper
deb19feef0
Merge pull request #330 from omnivore-app/fix/reports
...
fix saving report item by validating page in elastic
2022-03-28 10:25:04 -07:00
gitstart-omnivore
9932b33fde
fix svg attr naming issues
2022-03-28 17:16:26 +00: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
Hongbo Wu
fd18affaec
fix document_missing_exception being thrown to sentry when updating page in elastic
2022-03-28 21:16:33 +08:00
gitstart-omnivore
7786a3f321
effected review changes
2022-03-28 12:57:28 +00:00
gitstart-omnivore
8dedb42d07
Merge commit '217b9e8835970e0f2c5b9fe2904af77f5caa8695' into OMN-192
2022-03-28 12:56:48 +00:00
Hongbo Wu
b6c04f3508
fix saving report item by linking to elastic page
2022-03-28 20:38:54 +08: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
228745f3ea
Fix variable name to match attribute
2022-03-25 20:56:17 -07:00
Jackson Harper
ca0897edab
Pass createdAt, savedAt, and publishedAt into the appreader
2022-03-25 20:54:07 -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