-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4019 from omnivore-app/fix/thumbnail
fix: fail to display the thumbnail of some webpages
- Loading branch information
Showing
8 changed files
with
3,796 additions
and
618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
154 changes: 153 additions & 1 deletion
154
packages/readabilityjs/test/test-pages/techcrunch/distiller.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
376 changes: 354 additions & 22 deletions
376
packages/readabilityjs/test/test-pages/techcrunch/expected.html
Large diffs are not rendered by default.
Oops, something went wrong.
3,177 changes: 2,927 additions & 250 deletions
3,177
packages/readabilityjs/test/test-pages/techcrunch/source.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5178,6 +5178,22 @@ | |
"@radix-ui/react-primitive" "1.0.3" | ||
"@radix-ui/react-use-callback-ref" "1.0.1" | ||
|
||
"@radix-ui/react-hover-card@^1.0.7": | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/@radix-ui/react-hover-card/-/react-hover-card-1.0.7.tgz#684bca2504432566357e7157e087051aa3577948" | ||
integrity sha512-OcUN2FU0YpmajD/qkph3XzMcK/NmSk9hGWnjV68p6QiZMgILugusgQwnLSDs3oFSJYGKf3Y49zgFedhGh04k9A== | ||
dependencies: | ||
"@babel/runtime" "^7.13.10" | ||
"@radix-ui/primitive" "1.0.1" | ||
"@radix-ui/react-compose-refs" "1.0.1" | ||
"@radix-ui/react-context" "1.0.1" | ||
"@radix-ui/react-dismissable-layer" "1.0.5" | ||
"@radix-ui/react-popper" "1.1.3" | ||
"@radix-ui/react-portal" "1.0.4" | ||
"@radix-ui/react-presence" "1.0.1" | ||
"@radix-ui/react-primitive" "1.0.3" | ||
"@radix-ui/react-use-controllable-state" "1.0.1" | ||
|
||
"@radix-ui/[email protected]", "@radix-ui/react-id@^0.1.1": | ||
version "0.1.5" | ||
resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-0.1.5.tgz#010d311bedd5a2884c1e9bb6aaaa4e6cc1d1d3b8" | ||
|