-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Rebuild website on Primer Brand design prototype #2703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aaronpowell
wants to merge
55
commits into
main
Choose a base branch
from
aaronpowell-cautious-lamp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
f29b88f
feat(website): rebuild site on Primer Brand design prototype
aaronpowell 49cdb7e
fix(website): resolve accessibility violations in ported detail pages
aaronpowell 21db471
fix(website): collapse long filter facets and unpin detail-page footer
aaronpowell 23f8fde
fix(website): source contributor count from .all-contributorsrc
aaronpowell 5fcbea7
Merge remote-tracking branch 'origin/main' into aaronpowell-cautious-…
aaronpowell 6393e3f
Removing playwright-mcp files
aaronpowell 8fc4806
fix(website): resolve article text colour inside themed scope
aaronpowell 8807070
fix(website): drop 'In this article' TOC from resource detail pages
aaronpowell 4238dd7
style(website): thin the sidebar scrollbar on detail pages
aaronpowell e78d479
fix(website): use themed link colour for markdown links in dark mode
aaronpowell cc3c5aa
fix(website): apply ThemeProvider to Playbook article layout so dark …
aaronpowell 8d31163
fix(website): align raw markdown code blocks with prototype styling
aaronpowell 31f5864
fix(website): show real contributor count on every page shell
aaronpowell 28201bf
style(website): soften catalog filter list scrollbars
aaronpowell 8c99585
refactor(website): remove Access from tools panel from plugins catalog
aaronpowell 8261522
feat(website): make Copilot app deep link the default plugin install
aaronpowell 6f43c94
fix(website): migrate markdown remark plugins to unified processor
aaronpowell 14fc807
fix(website): fail the build when the contributor manifest is unreadable
aaronpowell 5c50251
Fix codespell and CodeQL findings in website components
aaronpowell 960df5c
fix(website): harden detail heading sanitization
aaronpowell cc02051
github-app settings
aaronpowell 1bf6ab0
Merge branch 'main' into aaronpowell-cautious-lamp
aaronpowell 0ea3b04
Fix light-theme flash before dark mode applies on page load
aaronpowell 96eb690
Fix light-mode scrollbar rendering in dark mode on Playbook articles
aaronpowell 5b0594c
Widen and center extension card preview image
aaronpowell 7342465
Link Submit CTAs to each resource's contribution section
aaronpowell 5a0f72b
Center-align "View on GitHub" source link with its icon
aaronpowell 2393792
Fix mobile resource and Playbook article layout issues
aaronpowell 2bd5cc9
Only show language selector on pages with real translations
aaronpowell 010bc14
Add Workshop recommended card to Playbook index
aaronpowell 3b21a3a
Add a Workshop content-type filter to the Playbook
aaronpowell 4e66d63
Fix P0/P1 items from Brand Engineering audit (brand-experience#458)
aaronpowell 0ae73c1
Rename Playbook to Learning Hub across UI and code
aaronpowell 1b79347
Port github-copilot-app as bespoke Learning Hub article
aaronpowell cc62183
Port bespoke Learning Hub articles
aaronpowell 25ec11c
Merge origin/main into aaronpowell-cautious-lamp
aaronpowell ac00e77
Resolve merge validation blockers in astro config
aaronpowell b7bb12f
Merge remote-tracking branch 'origin/main' into aaronpowell-cautious-…
aaronpowell 05c3fcb
Regenerate README docs after merging origin/main
aaronpowell dfeb3fa
Fix Learning Hub Get started pages disappearing after opening (#2960)
aaronpowell e05be9a
Strip stray trailing divider from Learning Hub articles (#2961)
aaronpowell bdd2b85
Remove emojis from Learning Hub article nav (#2962)
aaronpowell 25beaa5
Fix hero code blocks blending into background (#2963)
aaronpowell 95f8e1a
Tie color-scheme to dark mode for native scrollbars (#2964)
aaronpowell ec9a82e
Unify article/detail page typography, tables, and dividers (#2965)
aaronpowell 1a02fea
fix: align previous/next navigation links horizontally on Detail pages
aaronpowell 4ecde56
fix: align callout blocks with article content width
aaronpowell 6b9763f
fix: standardize mobile card padding across resource pages
aaronpowell 26adcb1
fix(website): address PR review feedback
aaronpowell 2837d99
fix(website): preserve legacy resource links
aaronpowell 2f0ed40
Merge remote-tracking branch 'origin/main' into aaronpowell-cautious-…
aaronpowell ccfac7d
Merge remote-tracking branch 'origin/main' into aaronpowell-cautious-…
aaronpowell d694c96
fix(website): bump transitive js-yaml to patched versions
aaronpowell f84c046
fix(website): address redesign follow-up issues
aaronpowell 3de3b68
fix(website): address PR review feedback
aaronpowell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| scripts: | ||
| - name: Generate readme | ||
| command: npm run build | ||
| - name: Run website | ||
| command: "npm run website:dev" | ||
| - name: Install dependencies | ||
| command: npm install && cd website && npm install | ||
| automation: | ||
| auto_issue_session: true | ||
| remote_control: false |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -25,3 +25,4 @@ website/public/llms.txt | |
| obj/ | ||
| bin/ | ||
| .impeccable | ||
| .playwright-mcp | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.