-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate news to hashnode (#1291)
* chore: install graphql packages * feat: basic news API service * feat: fetch posts from hashnode * feat: paginated news feed * feat: post view * feat: author view and author feed view * feat: tags feed view * chore: remove log statements * chore: temp disable search post feed view * chore: update radio articles IDs * fix: update breaking tests * fix: add error widget when 404 on CDN side * fix: put blockquoutes through separate parser * fix: add error widget when 404 on CDN side (author page) * chore: update pod lockfile * chore: future work comments * fix: ci/cd hashnode env key --------- Co-authored-by: sembauke <[email protected]>
- Loading branch information
1 parent
cfe8ace
commit 7489e1e
Showing
30 changed files
with
795 additions
and
468 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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
List<String> radioArticles = [ | ||
'622c7bf563ded806bb9e8a20', | ||
'5f9ca12d740569d1a4ca4d23', | ||
'5f9ca15f740569d1a4ca4e36', | ||
'5f9ca198740569d1a4ca4f89', | ||
'5f9ca587740569d1a4ca6a0b', | ||
'5f9ca99d740569d1a4ca85c3', | ||
'5f9cafb9740569d1a4caaf5b' | ||
'66bb9216add24ba427325101', | ||
'66b90438941d2f900bad52b1', | ||
'66b8d2d40c9c1d363b7c4213', | ||
'66b8d5cfd482a18d3e02825a', | ||
'66b8d2d957c651c38343a959', | ||
'66b8d2d7064c610cf26d29ae', | ||
'66b8d46af8e5d39507c4c100', | ||
]; |
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
Oops, something went wrong.