Jackson Harper
a81181ee60
Dont make queries for readingProgressPercent unless we have to
2022-03-14 15:22:53 -07:00
Jackson Harper
c4c4a80a6c
Merge pull request #230 from omnivore-app/fix/description-entities
...
Better handling of HTML entities in descriptions
2022-03-14 14:33:16 -07:00
dependabot[bot]
39d24c6525
Bump @radix-ui/react-dialog from 0.1.5 to 0.1.7
...
Bumps [@radix-ui/react-dialog](https://github.com/radix-ui/primitives ) from 0.1.5 to 0.1.7.
- [Release notes](https://github.com/radix-ui/primitives/releases )
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md )
- [Commits](https://github.com/radix-ui/primitives/commits )
---
updated-dependencies:
- dependency-name: "@radix-ui/react-dialog"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 21:22:04 +00:00
dependabot[bot]
d31d3fecf0
Bump phosphor-react from 1.4.0 to 1.4.1
...
Bumps [phosphor-react](https://github.com/phosphor-icons/phosphor-react ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/phosphor-icons/phosphor-react/releases )
- [Commits](https://github.com/phosphor-icons/phosphor-react/compare/v1.4.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: phosphor-react
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 21:21:28 +00:00
dependabot[bot]
cfd143b504
Bump typeorm from 0.2.37 to 0.2.45
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.2.37 to 0.2.45.
- [Release notes](https://github.com/typeorm/typeorm/releases )
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typeorm/typeorm/compare/0.2.37...0.2.45 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 21:19:19 +00:00
Jackson Harper
c79e740ceb
Add package
2022-03-14 11:13:59 -07:00
Jackson Harper
0361ef86fa
Better handling of HTML entities in descriptions
...
The HTML code method didnt implent all possible
entities, causing some (usually rquote) to display.
2022-03-14 11:02:08 -07:00
Jackson Harper
594350a4bf
Merge pull request #229 from omnivore-app/fix/published-dates
...
Attempt to set publishedDate if readability fails to parse it
2022-03-14 10:37:19 -07:00
Jackson Harper
fc7d972855
Fix typo in readability date handling causing this parse issue
...
Can remove our special handler for the published date now that we
are pulling it out correctly.
2022-03-14 10:20:19 -07:00
Jackson Harper
5983cfe2a6
Attempt to set publishedDate if readability fails to parse it
...
This can happen if JSONLD fails to load. The test page here has
an encoding issue that causes the oembed jsonld to fail to load
and then readability fails to parse the date.
2022-03-13 21:23:51 -07:00
Satindar Dhillon
94720548f3
bump apple app versions
2022-03-13 12:44:15 -07:00
Jackson Harper
cf55f3152f
Merge pull request #228 from omnivore-app/fix/rm-isArchived-lookup
...
Dont perform an extra query for isArchived
2022-03-13 09:12:55 -07:00
Jackson Harper
78660c886d
rm debug
2022-03-13 09:06:15 -07:00
Jackson Harper
a874482d11
Dont perform an extra query for isArchived
2022-03-13 09:00:25 -07:00
Jackson Harper
4132800d34
Merge pull request #227 from omnivore-app/fix/dont-fetch-library-labels
...
Dont fetch labels until we switch to elastic
2022-03-12 21:30:34 -08:00
Jackson Harper
9e82b1c8a7
Dont fetch labels until we switch to elastic
2022-03-12 21:03:10 -08:00
Jackson Harper
160199e9d3
Merge pull request #226 from omnivore-app/fix/pdf-site-name
...
Display the correct site name for PDF saved URLs
2022-03-12 18:18:42 -08:00
Jackson Harper
53c718d7ab
Display the correct site name for PDF saved URLs
2022-03-12 17:34:37 -08:00
Satindar Dhillon
845e85033e
Merge pull request #222 from omnivore-app/feature/persist-home-feed-layout-pref
...
Store grid/list layout preference in ios user deafults
2022-03-11 15:08:12 -08:00
Jackson Harper
fcabd795b2
Merge pull request #224 from omnivore-app/fix/rm-share-info
...
Remove unused shareInfo from GQL queries
2022-03-11 14:24:17 -08:00
Satindar Dhillon
4891cb12d4
set card menu image with sf symbols
2022-03-11 14:19:48 -08:00
Jackson Harper
f9af4ec2d8
Remove unused shareInfo from GQL queries
2022-03-11 13:12:34 -08:00
Jackson Harper
bf8d99e0f1
Merge pull request #223 from omnivore-app/fix/rm-unused-gql
...
Remove unused attributes from article queries
2022-03-11 13:07:51 -08:00
Jackson Harper
38a6ee9394
Remove unused attributes from article queries
2022-03-11 12:59:50 -08:00
Satindar Dhillon
dbfa8fddc5
remove image mod
2022-03-11 12:10:49 -08:00
Satindar Dhillon
0d3bdeef8c
store grid/list layout preference in ios user deafults
2022-03-11 12:08:47 -08:00
Satindar Dhillon
2ff061b5eb
Merge pull request #221 from omnivore-app/feature/grid-toggle
...
iPad grid/list toggle
2022-03-11 10:21:07 -08:00
Satindar Dhillon
dddd0aec24
use adaptive grid layout for ipad grid (min 325 pts wide)
2022-03-10 21:37:45 -08:00
Satindar Dhillon
71f4620511
dispatch preference change closure to main
2022-03-10 21:05:13 -08:00
Satindar Dhillon
54f4883e75
remove refresh button from toolbar
2022-03-10 20:51:42 -08:00
Satindar Dhillon
779eb9ac1f
add toggle button to switch between list and grid layouts
2022-03-10 20:48:50 -08:00
Satindar Dhillon
05a7eca567
replace isCompact with prefersListLayout
2022-03-10 20:33:57 -08:00
Satindar Dhillon
da8678a207
Merge pull request #220 from omnivore-app/feature/ipad-panels
...
iPad panels
2022-03-10 15:17:24 -08:00
Satindar Dhillon
4e2c8e5d40
lower aspect ratio for grid card
2022-03-10 14:21:25 -08:00
Satindar Dhillon
5d3e12e1ce
make grid card sizing adaptive
2022-03-10 14:04:59 -08:00
Jackson Harper
7a73be0f2d
Merge pull request #219 from omnivore-app/fix/blogger-theme
...
Handle blogger sites that display the full feed on the article page
2022-03-10 13:58:17 -08:00
Jackson Harper
8a2bb0f49d
Handle blogger sites that display the full feed on the article page
2022-03-10 13:48:39 -08:00
Satindar Dhillon
89694ca3d2
constrain grid card image size to 1/3 of card width
2022-03-10 11:57:03 -08:00
Satindar Dhillon
7ea237316d
disable split view panel visibility gesture
2022-03-10 11:27:38 -08:00
Jackson Harper
0e9d896d91
Use the smaller dots three image in grid cards
2022-03-10 10:05:04 -08:00
Satindar Dhillon
589e217b28
remove geometry reader from grid view
2022-03-10 09:40:16 -08:00
Satindar Dhillon
8003e0af23
update split view controller behavior for ipad
2022-03-09 21:47:40 -08:00
Jackson Harper
d41ea276d6
Merge pull request #212 from omnivore-app/fix/article-positioning
...
Fix issues with read position based on following two events
2022-03-09 20:55:11 -08:00
Satindar Dhillon
2f0158de8d
split ios and mac implementations of primary layout
2022-03-09 20:53:57 -08:00
Jackson Harper
c1e9bbe690
Merge pull request #213 from omnivore-app/fix/save-email
...
Fix saving newsletter emails
2022-03-09 19:58:38 -08:00
Jackson Harper
bea7d084c4
SetClaims when creating an email article
2022-03-09 19:45:52 -08:00
Jackson Harper
f7814a0c4a
Remove unused function
2022-03-09 19:45:31 -08:00
Jackson Harper
f29d0fdb71
Prettier fix
2022-03-09 19:17:33 -08:00
Jackson Harper
be75bfdd0b
Only updating reading progress if scroll position changes
2022-03-09 19:12:55 -08:00
Satindar Dhillon
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