Commit Graph

562 Commits

Author SHA1 Message Date
45c11aabbb Remove unused types 2022-06-17 16:14:05 -07:00
eb8cb3854c Do all scroll watching on the main window
This moves all scrolling from child divs to the main window. This
improves our keyboard handling, as focus will be given to the
body element, not the child div when navigating by keyboard
commands, so arrow keys and space bar will work after navigating
to the reader with the keyboard commands.
2022-06-17 15:59:51 -07:00
4042408126 Disable margins on small screens again
Need to fix how this is down across all smaller devices, until
then we can disable so the fonts stuff can be deployed.
2022-06-15 16:31:54 -07:00
e0792f984f Update the list of fonts for web to match iOS 2022-06-15 12:40:10 -07:00
7a2b1ca940 Update list of fonts 2022-06-15 12:38:36 -07:00
702329cf3f Layout tweaks for font selector, allow adjusting margins on smaller screens 2022-06-15 11:46:41 -07:00
b7ecff195e Added font selector 2022-06-15 15:43:10 +00:00
e2ba117195 Merge pull request #797 from omnivore-app/fix/modal-dialog-buttons
Make the AddLink and HighlightNote modals more consistent
2022-06-14 11:39:47 -07:00
a65152de82 Fix call to saveNoteChanges 2022-06-14 11:25:36 -07:00
14b2f33691 Make the AddLink and HighlightNote modals more consistent 2022-06-14 10:43:19 -07:00
97418f5492 Right align buttons, no need for a Cancel button 2022-06-14 10:14:37 -07:00
00bbb993bc Consistent naming 2022-06-14 10:01:20 -07:00
c69eb3b575 Make checkboxs left aligned 2022-06-14 09:59:58 -07:00
88aa4fb27b Linting fixes 2022-06-13 23:00:00 -07:00
927ec54775 Use a <select for picking API expiration, fix some text color issues in dark mode 2022-06-13 22:46:49 -07:00
b59dc45a39 Add new fonts for the reader on iOS 2022-06-13 16:06:49 -07:00
ab6a225ccf Embed the reader fonts into iOS and the appreader CSS 2022-06-13 15:01:35 -07:00
c1698464bf Update pspdfkit library files 2022-06-13 13:43:59 -07:00
90153ffa36 Bump pspdfkit from 2021.6.1 to 2022.2.3
Bumps [pspdfkit](https://pspdfkit.com/web) from 2021.6.1 to 2022.2.3.

---
updated-dependencies:
- dependency-name: pspdfkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 19:58:59 +00:00
bd34f4ff3c use maxWidthPercentage to update margin in web reader: 2022-06-13 11:27:21 -07:00
4423bc3e44 adds ability to control maxWidth on iphone 2022-06-13 09:57:28 -07:00
a99303a261 Pass in updatePageInput so we can have null values 2022-06-09 15:50:59 -07:00
7522f22f51 Pull in bundle.js from main 2022-06-09 13:53:15 -07:00
27d364e5f1 Layout / text tweaks 2022-06-09 13:32:45 -07:00
cec6dc5197 Rebase 2022-06-09 13:32:32 -07:00
f628f08d9b Merge pull request #772 from omnivore-app/OMN-749
[Omn-749] - Connect to SendInstallInstructions API on onboarding/02 page
2022-06-09 13:22:59 -07:00
edadb9aafa Merge pull request #710 from omnivore-app/OMN-657
[OMN-657]: Archive button should change to unarchive on web if an article has already been archived
2022-06-09 12:45:53 -07:00
2cc5756dc3 Connected sendInstallInstructions API 2022-06-07 09:48:47 +00:00
2f1ac68a74 Merge branch 'main' into OMN-700 2022-06-07 14:33:49 +05:30
5223d28f6d Merge pull request #753 from omnivore-app/fix/update-search-cache
Update SWR cache function to check search results
2022-06-06 20:18:51 -07:00
3e3f2d1102 Merge pull request #763 from omnivore-app/feature/api-key-ui
API key UI
2022-06-07 10:01:45 +08:00
d0d22363da Rename api-key file to api 2022-06-07 09:48:51 +08:00
6e1c5509e2 Remove the readAt attribute on web 2022-06-06 15:36:40 -07:00
ce5b949971 Remove readAt 2022-06-06 14:16:02 -07:00
a8531b7ced Merge branch 'main' into OMN-700 2022-06-07 01:01:59 +05:30
0586b8b97e Rename to used at 2022-06-06 13:38:31 +08:00
aa15ef0282 Sort by expires at desc nulls last 2022-06-06 13:34:23 +08:00
c389a48209 Add default expires at and validation 2022-06-06 13:10:46 +08:00
07c71da88e Add revoke api key modal 2022-06-06 12:57:00 +08:00
aada005e50 Add revoke api key mutation in Web 2022-06-06 12:53:25 +08:00
fba142eb3b Add copy key modal 2022-06-06 12:51:25 +08:00
cdcb0d9da3 Add generate api key modal 2022-06-06 12:32:35 +08:00
af4a2ed3be Add generateApiKey mutation in Web 2022-06-06 11:46:00 +08:00
d27f79c250 Add get api keys UI 2022-06-06 11:41:58 +08:00
3787fa40ce Merge pull request #759 from omnivore-app/feature/readAt
Track last time readingProgress was updated
2022-06-06 11:12:46 +08:00
0eadd8516e use unset instead of undefined for default font 2022-06-05 11:49:46 -07:00
d547946e84 remove sf mono font in web reader font list. add sysstem default 2022-06-05 11:24:31 -07:00
c5e6bb1534 Update sort by readAt query on Web 2022-06-05 20:00:38 +08:00
bbf4ef42ef Add ability to toggle higher contrast text in the reader 2022-06-03 20:59:53 -07:00
043cb25c32 Merge pull request #754 from omnivore-app/fix/ios-web-prefs-fixes
iOS Font Switching
2022-06-03 17:17:21 -07:00