Commit Graph

4928 Commits

Author SHA1 Message Date
75798212e0 Dont show the new feature primer in this release 2022-12-28 16:30:35 +08:00
b7e04d5255 Remove Georgia font 2022-12-28 16:30:35 +08:00
10abb6582f Sync more items in the background if user has a large changeset 2022-12-28 16:30:35 +08:00
e23cb722fc WIP: deferred sync 2022-12-28 16:30:35 +08:00
4298183a24 First load labels from cache then make call
Also sorts them alphabetically.
2022-12-28 16:30:35 +08:00
9e35fee17c Always sort labels when presenting them 2022-12-28 16:30:35 +08:00
eb026f2bfb A little cleanup on the community modal 2022-12-28 16:30:35 +08:00
21d0519a0a Add the discord link 2022-12-28 16:30:35 +08:00
cf0d827815 WIP: community modal for iOS 2022-12-28 16:30:35 +08:00
6cd6994aff Fix docker image 2022-12-28 15:28:27 +08:00
c75867464b Merge pull request #1576 from omnivore-app/fix/highlight-spacing
Fix issue with spaces dissapearing when highlights are created
2022-12-28 15:27:13 +08:00
a5f5e6fbdb Fix docker build 2022-12-28 11:51:11 +08:00
7c39db207b Replace createArticle with savePage in puppeteer-parse service 2022-12-28 10:15:05 +08:00
e22d209721 Fix test 2022-12-28 09:16:44 +08:00
e0f78627c7 Merge pull request #1555 from omnivore-app/fix/android-airplane-mode-crash
Fix: Android offline crashes
2022-12-27 08:36:02 -08:00
567997271c bump android to build 16 2022-12-27 08:18:01 -08:00
e994462b61 use typeahead search to handle searches on Android 2022-12-27 08:18:01 -08:00
20a88e78aa warp gql calls in try/catch blocks 2022-12-27 08:18:01 -08:00
e9b31e375f Update savePage API to accept parsed content in the param 2022-12-27 21:59:31 +08:00
6a49689d1e Add readability in puppeteer-parse 2022-12-27 21:22:49 +08:00
e16fc81a2f Fix issue with spaces dissapearing when highlights are created
Use the raw text when creating a highlight node instead of the
escaped text. This means \n spaces will be preserved in the
node and prevent spaces from being removed.
2022-12-27 20:31:34 +08:00
2190acc0e0 Merge pull request #1573 from omnivore-app/obsidian-plugin
Add obsidian to corsConfig
2022-12-23 12:39:15 +08:00
302ea2023f Add obsidian to corsConfig 2022-12-23 10:29:43 +08:00
0e75e7bf86 Merge pull request #1570 from omnivore-app/fix/sort-labels-alphabetically
Sort labels alphabetically on the web
2022-12-22 10:40:38 +08:00
152a84efa0 Sort the labels on the settings/labels page 2022-12-22 10:18:24 +08:00
cbfecca505 Sort labels alphabetically on the labels popup 2022-12-22 10:14:40 +08:00
296813e773 Merge pull request #1569 from omnivore-app/fix/install-page-tweaks
Update browser icons from install page
2022-12-21 17:17:59 +08:00
3c6795b583 Add missing icons 2022-12-21 17:02:23 +08:00
76ea354084 Update browser icons from install page 2022-12-21 16:52:55 +08:00
403ee2537b Merge pull request #1565 from omnivore-app/fix/set-labels-conflicts
Only save labels from the modal when the user finishes selection
2022-12-21 16:07:41 +08:00
5f23bb6761 Merge pull request #1566 from omnivore-app/fix/opengraph-description
Add description to open graph landing page
2022-12-21 15:26:24 +08:00
678486db63 Add description to open graph landing page 2022-12-21 14:41:41 +08:00
79ae04215e Remove unused imports 2022-12-21 13:14:49 +08:00
f8b828a070 Disable empty arrow, this func isnt needed as we call save 2022-12-21 12:59:12 +08:00
a15af3f514 Different sizing for highlight bar if displaying the extra image 2022-12-21 12:55:08 +08:00
1fddbc3b58 Remove debug code 2022-12-21 12:54:50 +08:00
f13fc9c35a Only save labels from the modal when the user finishes selection
This prevents creating issues by calling the setlabels mutation
too frequently if a user is rapidly changing labels, if that
happens a failure in the API could cause the user's changes
to be overwritten.
2022-12-21 12:29:34 +08:00
0cf9ba3e92 Merge pull request #1563 from omnivore-app/fix/opengraph-landing
Fix the opengraph image to always return on the landing page
2022-12-21 10:27:50 +08:00
8ae3d374d1 Remove unused vars 2022-12-21 09:54:04 +08:00
a09c130cd2 Fix the opengraph image to always return on the landing page 2022-12-21 09:53:28 +08:00
fa659bdf66 Merge pull request #1522 from omnivore-app/feat/ios-recommendations
More on iOS recommendations
2022-12-20 17:24:47 +08:00
a0d4b1493a Simplify code to set custom highlight color 2022-12-20 17:20:57 +08:00
63b01ca2e6 Revert android touch position changes 2022-12-20 11:33:01 +08:00
ebcf36a425 Bump express from 4.17.1 to 4.18.2
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 21:10:55 +00:00
6a94fb4aa7 Fix props 2022-12-19 21:27:10 +08:00
d32b5dad6b Remove extension changes 2022-12-19 17:18:24 +08:00
8c646ffccc Remove unneeded linting changes 2022-12-19 17:17:22 +08:00
1ac5beef6c Clean up recommendation quotes view 2022-12-19 17:14:21 +08:00
65e222d2fb Remove debug 2022-12-19 17:08:34 +08:00
21bb3f1397 Load groups from disk when recommending, handle network errors better 2022-12-19 17:07:27 +08:00