docs(oxfmt, oxlint): update logo#18242
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
This PR updates the logo implementation in the README files for the oxfmt and oxlint npm packages to support dark and light color schemes. The new implementation uses the HTML <picture> element with media queries to automatically display the appropriate logo variant based on the user's theme preference.
Changes:
- Replaced simple
<img>tag with<picture>element containing theme-aware<source>tags - Added clickable link wrapper around the logo pointing to https://oxc.rs
- Updated logo URLs to use new SVG assets hosted on oxc.rs domain
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| npm/oxlint/README.md | Updated logo to support dark/light theme with responsive picture element |
| npm/oxfmt/README.md | Updated logo to support dark/light theme with responsive picture element |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge activity
|
e79f650 to
8a294d5
Compare
# Oxlint ### ⚡ Performance - 1a247f1 linter/no-redeclare: Avoid repeated PHF hashmap lookups (#18248) (overlookmotel) ### 📚 Documentation - 8a294d5 oxfmt, oxlint: Update logo (#18242) (Dunqing) # Oxfmt ### 🐛 Bug Fixes - 864b4ab oxfmt: Use `format_config` for `external_options` override (#18252) (leaysgur) - 90ce4b7 oxfmt: Restore `customGroups` handling lost (#18243) (leaysgur) ### 📚 Documentation - 8a294d5 oxfmt, oxlint: Update logo (#18242) (Dunqing) Co-authored-by: overlookmotel <557937+overlookmotel@users.noreply.github.com>

Same as #17960