docs: Make vitepress components css files more readable and simply#2272
docs: Make vitepress components css files more readable and simply#2272PatrykKuniczak wants to merge 30 commits intowxt-dev:mainfrom
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/is-background
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2272 +/- ##
==========================================
- Coverage 79.73% 79.65% -0.08%
==========================================
Files 131 131
Lines 3804 3804
Branches 861 861
==========================================
- Hits 3033 3030 -3
- Misses 686 690 +4
+ Partials 85 84 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@aklinker1 In addiction, let's tell me if it's possible to add some props to docs config, to enforce run browser automatically on |
|
@aklinker1 Css props of main page in |
aklinker1
left a comment
There was a problem hiding this comment.
Thanks, these were good changes. Much easier to review when it's just these changes in the PR.
One change
1299230 to
53c082f
Compare
|
@aklinker1 Done 😄 |
Overview
This pull request focuses on improving the visual consistency and maintainability of the documentation site's components by refactoring and standardizing styles, updating class names, and enhancing accessibility. The changes include a major CSS overhaul to use more semantic class names and CSS variables, improved component structure, and minor accessibility improvements.
Component and Style Refactoring:
components, to use new native nesting and remove unnecessary props.Accessibility Improvements:
alttext to author avatar images inBlogLayout.vuefor better accessibility.Documentation Content:
noinspection
CssUnresolvedCustomPropertyto ignore missing reference error on IDE, for build time css vars.Manual Testing
Let's run
docs:devRelated Issue
Part of #2014