Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
feat: display external feeds on the author profile page (#6096)
Browse files Browse the repository at this point in the history
* feat: display RSS feeds on the individual author page

* lint: fix prettier errors

* refactor: rename external job file

* feat: add a new feed-card template

* refactor: remove comment and unused code

* chore: update version of the webdev-infra package

* fix: correct the testdata for the RSS feeds

* refactor: update the loop logic

* feat: implement the layout for mobile device

* feat: add the filter component

* feat: add filters on the author page

* fix: catch tweets.json not existing

* chore: update webdev-infra to 1.0.56

* chore: allow any key for virtual collection item type

* chore: remove unused posttype type

* chore: remove duplicate filtered element file

* style: use author instead of paged as paging alias

* feat: finalize new author pages

* chore: add web.dev author rss feeds

* fix: fix up checks

* chore: remove checkbox-group from rollup test bundle

* chore: remove obsolete tag-pill-list tests

* fix: correct styling for clear filters button

* chore: last fixes, handbook updates

---------

Co-authored-by: Matthias Rohmer <[email protected]>
  • Loading branch information
mamieorine and matthiasrohmer authored May 26, 2023
1 parent 391e6ed commit a07ca7b
Show file tree
Hide file tree
Showing 34 changed files with 3,503 additions and 2,920 deletions.
4,031 changes: 1,840 additions & 2,191 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"unistore": "^3.5.2",
"uslug": "^1.0.4",
"web-vitals": "^3.1.1",
"webdev-infra": "1.0.55",
"webdev-infra": "1.0.56",
"xss": "^1.0.14"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit a07ca7b

Please sign in to comment.