refactor: introduce PageHeader component (#6629)

* refactor: introduce PageHeader component

* feat: split up according to component structure guide

* fix: lint

* fix: label inconsistencies

* feat: refactor PageHeader (again)

* refactor: old impls

* fix: changes

* fix: rescan

* fix: prepr

* fix: dedupe

* fix: rev

* fix: lint

* fix: lint

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Calum H.
2026-07-20 18:25:12 +00:00
committed by GitHub
co-authored by Prospector
parent 8b6f0ec695
commit 932858b5f5
65 changed files with 3131 additions and 2091 deletions
+6
View File
@@ -3506,6 +3506,12 @@
"project.settings.view.title": {
"defaultMessage": "View"
},
"project.stats.downloads-label": {
"defaultMessage": "{count, plural, one {download} other {downloads}}"
},
"project.stats.followers-label": {
"defaultMessage": "{count, plural, one {follower} other {followers}}"
},
"project.versions.channel.alpha.symbol": {
"defaultMessage": "A"
},