Commit graph

1383 commits

Author SHA1 Message Date
Jackson Harper
542c685479
Merge pull request #1938 from omnivore-app/fix/library-header-height
Improve the height of the header in the library
2023-03-21 20:38:13 +08:00
Hongbo Wu
d733576e41 Do not check for deleted article in saving request in web 2023-03-21 13:04:22 +08:00
Jackson Harper
89d59be1f2 Improve the height of the header in the library
We need to handle library headers and PDF headers differently.
2023-03-21 12:57:40 +08:00
Hongbo Wu
7b480ce39a Add url to the useGetArticleSavingStatus input variable 2023-03-20 21:29:12 +08:00
Jackson Harper
d2de0a2906 Dont use result url, always use passed in url 2023-03-20 17:32:49 +08:00
Hongbo Wu
163dd62b58 Use url in save request 2023-03-20 17:02:30 +08:00
Jackson Harper
0ec054a486
Merge pull request #1928 from omnivore-app/fix/login-button-size
Dont force size of login button so padding is displayed correctly
2023-03-20 10:44:34 +08:00
Jackson Harper
d2e7dd1b07
Merge pull request #1903 from omnivore-app/dependabot/npm_and_yarn/sentry/nextjs-7.42.0
Bump @sentry/nextjs from 6.19.6 to 7.42.0
2023-03-20 10:37:05 +08:00
Jackson Harper
45fe15b735 Dont force size of login button so padding is displayed correctly 2023-03-17 17:01:39 +08:00
Hongbo Wu
cad4afbe8c Revert "Update frontend"
This reverts commit cfb62a3995.
2023-03-17 16:58:08 +08:00
Hongbo Wu
8ca2036b36 Revert "Encode url"
This reverts commit d3f3506c76.
2023-03-17 16:57:59 +08:00
Jackson Harper
5b947aac73 Filter library items with no highlights from the highlights mode 2023-03-17 16:22:49 +08:00
Jackson Harper
b8b4fa888c
Merge pull request #1923 from omnivore-app/fix/delete-highlight-fixes
Better handling of deleting highlights from the library highlights view
2023-03-17 16:06:22 +08:00
Jackson Harper
8f6a8cc036 Empty highlights component 2023-03-17 15:53:55 +08:00
Jackson Harper
baad0030ca Handle highlight delete in the mobile library view 2023-03-17 15:24:22 +08:00
Jackson Harper
e2bf22f3ae Update current item when deleting items if current item is deleted 2023-03-17 15:08:13 +08:00
Jackson Harper
6043d08046 Remove unneeded prop 2023-03-17 15:01:34 +08:00
Jackson Harper
e3a6cc2e5f Positioning fixes for the highlights mode in the library 2023-03-17 14:59:37 +08:00
Jackson Harper
f61efd2d3e Better handlding of deleting highlights from the library highlights view 2023-03-17 14:11:03 +08:00
Hongbo Wu
d3f3506c76 Encode url 2023-03-17 11:50:28 +08:00
Hongbo Wu
cfb62a3995 Update frontend 2023-03-17 11:37:59 +08:00
Jackson Harper
a9128a0733 Use vh to force the PDF container height 2023-03-16 17:01:53 +08:00
Jackson Harper
32f3b05129 Remove unused line 2023-03-13 14:51:21 +08:00
Jackson Harper
a40c63cb41 Set a min height for library and reader so when small content is display the full screen is always used 2023-03-13 14:45:00 +08:00
Jackson Harper
c990c6b248 Add missing anchorElements file 2023-03-13 13:33:58 +08:00
dependabot[bot]
cbbaa0cfac
Bump @sentry/nextjs from 6.19.6 to 7.42.0
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 6.19.6 to 7.42.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.19.6...7.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 05:33:07 +00:00
Jackson Harper
467ace2f14 Rename reading progress file now that its no longer a react hook 2023-03-13 13:29:29 +08:00
Jackson Harper
2e6090c7a4 Remove debug 2023-03-13 13:16:28 +08:00
Jackson Harper
608ef8cadc Remove debug line 2023-03-13 13:14:54 +08:00
Jackson Harper
9f3a03ec61 Fix the AddLink button to the bottom of the left menu 2023-03-13 12:54:48 +08:00
Jackson Harper
c19460eb75 Cancel scroll watcher timeout 2023-03-11 08:27:34 +08:00
Jackson Harper
f811339398 Reset top percent when marking as read/unread 2023-03-11 08:22:15 +08:00
Jackson Harper
faa2912f24 Update the anchor index in the cache when marking as read 2023-03-11 08:14:40 +08:00
Jackson Harper
5cd5f57b4e Fetch top percent with search items 2023-03-11 08:09:43 +08:00
Jackson Harper
112df31fe4 remove debug lines 2023-03-11 08:02:46 +08:00
Jackson Harper
5c69b5d8c0 Use bounding rects for filtering top rect 2023-03-10 17:25:09 +08:00
Jackson Harper
8cf0a6ecb2 Simplify top positioning 2023-03-10 16:47:02 +08:00
Jackson Harper
cc4b07a5ed Set reading progress top percent 2023-03-10 15:10:47 +08:00
Jackson Harper
036040a3a0 Start sending top percent 2023-03-10 15:05:18 +08:00
Jackson Harper
a0a144cdbd set reading progress percent to bottom position 2023-03-10 15:05:18 +08:00
Jackson Harper
2192c563a7 Do debouncing in scrollWatcher instead of using lodash 2023-03-10 15:05:18 +08:00
Jackson Harper
4d2698145a Better handling of overflow to improve scroll watching 2023-03-10 15:05:18 +08:00
Jackson Harper
e4b717c3e2 Padding on the top of articles shouldnt change with breakpoints 2023-03-10 15:05:18 +08:00
Jackson Harper
c9f85881d3 Update active background colours to match design 2023-03-10 15:05:18 +08:00
Jackson Harper
376d75a756 Theme selector colours 2023-03-10 15:05:18 +08:00
Jackson Harper
4fc29aab9a Fix checkbox colors on theme selector 2023-03-10 15:05:18 +08:00
Jackson Harper
23efda667d Theme cleanup, expose extra reader themes
This also removes synced reader preferences so everything is
per device now.
2023-03-10 15:05:18 +08:00
Jackson Harper
bf0a7d2865 Remove unused colors from theme 2023-03-10 15:05:18 +08:00
Jackson Harper
df04986a92
Merge pull request #1888 from omnivore-app/fix/notebooks-modal
Make notebook modal closer to highlights view, add exports
2023-03-10 11:47:28 +08:00
Jackson Harper
56d79580e2 Improve settings layout 2023-03-10 11:03:30 +08:00