Commit Graph

524 Commits

Author SHA1 Message Date
7ea237316d disable split view panel visibility gesture 2022-03-10 11:27:38 -08:00
0e9d896d91 Use the smaller dots three image in grid cards 2022-03-10 10:05:04 -08:00
589e217b28 remove geometry reader from grid view 2022-03-10 09:40:16 -08:00
8003e0af23 update split view controller behavior for ipad 2022-03-09 21:47:40 -08:00
2f0158de8d split ios and mac implementations of primary layout 2022-03-09 20:53:57 -08:00
c1e9bbe690 Merge pull request #213 from omnivore-app/fix/save-email
Fix saving newsletter emails
2022-03-09 19:58:38 -08:00
bea7d084c4 SetClaims when creating an email article 2022-03-09 19:45:52 -08:00
f7814a0c4a Remove unused function 2022-03-09 19:45:31 -08:00
b68fd1d487 Merge pull request #211 from omnivore-app/feature/reader-progress-tracking-ios
Reader progress tracking ios
2022-03-09 18:12:57 -08:00
40b3cf917a Merge pull request #209 from omnivore-app/fix/header-buttons 2022-03-09 17:29:50 -08:00
f61dd5635d Merge pull request #210 from omnivore-app/fix/share-keyboard-cmd 2022-03-09 17:29:08 -08:00
bf035a4ec4 use window to track scrolling for /app web routes 2022-03-09 13:40:18 -08:00
b1b3915b7b send reading progress updates for ipad grid only 2022-03-09 13:40:18 -08:00
f7f21300f3 update reading progress on the item in home view model 2022-03-09 13:40:18 -08:00
525cb9b8b9 update item reading progress when signal is ent from web app view 2022-03-09 13:40:18 -08:00
ddb13770d3 set position to fixed for article container wrapper in /app routes 2022-03-09 13:40:18 -08:00
191fcb2675 send reading progres updates from embedded web views 2022-03-09 13:40:18 -08:00
83241477a8 Merge pull request #208 from omnivore-app/fix/rm-highlight-previews
Dont try to generate highlight URL previews until share is re-enabled
2022-03-09 10:28:04 -08:00
7e3ee0f931 Comment out the share modal keyboard command 2022-03-09 10:04:31 -08:00
7cd1d65ce7 Header button fixes
- Completely disable the GitHub button when collapsed in header
- Point the name logo button to /login on the login page
2022-03-09 10:00:03 -08:00
adb8158b66 Merge pull request #207 from omnivore-app/fix/first-react-state
Use react state for first flag when fetching
2022-03-09 09:49:43 -08:00
b0fe9059a9 Dont try to generate highlight URL previews until share is re-enabled 2022-03-09 09:49:03 -08:00
b166847138 Use react state for first flag when fetching 2022-03-08 21:57:12 -08:00
a5a42a36e7 Merge pull request #206 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/exporter-jaeger-1.0.1
Bump @opentelemetry/exporter-jaeger from 0.24.0 to 1.0.1
2022-03-08 21:00:53 -08:00
686691f69e Merge pull request #198 from omnivore-app/dependabot/npm_and_yarn/concurrently-7.0.0
Bump concurrently from 6.2.1 to 7.0.0
2022-03-08 21:00:12 -08:00
d083df2202 Merge pull request #199 from omnivore-app/dependabot/npm_and_yarn/types/uuid-8.3.4
Bump @types/uuid from 8.3.1 to 8.3.4
2022-03-08 20:46:48 -08:00
36efd2dcd0 Merge pull request #197 from omnivore-app/dependabot/npm_and_yarn/react-hot-toast-2.2.0
Bump react-hot-toast from 2.1.1 to 2.2.0
2022-03-08 20:45:21 -08:00
9bda6ede06 Bump @opentelemetry/exporter-jaeger from 0.24.0 to 1.0.1
Bumps [@opentelemetry/exporter-jaeger](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/exporter-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-09 04:45:18 +00:00
ae3e4d7005 Merge pull request #196 from omnivore-app/dependabot/npm_and_yarn/pg-8.7.3
Bump pg from 8.7.1 to 8.7.3
2022-03-08 20:44:10 -08:00
384a0771a7 Merge pull request #200 from omnivore-app/fix/validate-urls
Use the validateUrl method to validate URLs
2022-03-08 20:28:33 -08:00
f48862924e Merge pull request #204 from omnivore-app/fix/u-keyboard-cmd
Fix implementation of `u` key
2022-03-08 20:23:11 -08:00
7137aaf4fc useRouter 2022-03-08 20:05:18 -08:00
044e02bb2d Merge pull request #203 from omnivore-app/feature/reader-context-menu 2022-03-08 19:53:00 -08:00
2e6fb9c1e2 Merge pull request #205 from omnivore-app/fix/newsletter-debugging
Ensure matched newsletters still create a userArticleRecord
2022-03-08 15:47:12 -08:00
c45c408c14 Fix formatting 2022-03-08 15:27:05 -08:00
e8fca4a7a9 Remove debug line 2022-03-08 15:20:24 -08:00
354fe36dd5 Add a test for save email 2022-03-08 15:17:11 -08:00
26dadab4aa rm debug, we dont need to set claims on create 2022-03-08 15:10:01 -08:00
b982bf34d6 SetClaims on userArticle create/update in saveEmail 2022-03-08 14:43:10 -08:00
9ae81d7394 Add extra debugging on newsletter save errors 2022-03-08 14:00:35 -08:00
a84d79464a Make the router param optional 2022-03-08 13:07:03 -08:00
dad777ce6d Move the u command to the reader view 2022-03-08 13:02:38 -08:00
8109dd3a85 Fix implementation of u key
The `u` key isn't supposed to be a general purpose back key, there
is a `b` command for that. The `u` key should just be used as an
"up" command to go from the reader to the library.
2022-03-08 12:57:59 -08:00
97cc4db30e handle reader context menu actions 2022-03-08 12:44:03 -08:00
e5a3fdc2d3 update styling and position of font size popover 2022-03-08 11:13:28 -08:00
89b7fe2bee drop 'link' from 'Delete link' menu option 2022-03-08 10:41:45 -08:00
4954aee4ad Merge pull request #202 from omnivore-app/feature/ipad-pull-to-refresh
iPad pull to refresh
2022-03-07 21:12:40 -08:00
0c4d68ae30 create feature flag for showing menu options on link item detail view 2022-03-07 17:46:08 -08:00
2c1d010d6a add a render ID to FeedItem to identify it in ForEach renders (solves stale item issue after refresh) 2022-03-07 17:46:08 -08:00
35bd189e2e move onAppear hook to grid item card 2022-03-07 17:46:08 -08:00