fix color contrast via custom unocss shortcuts: updated opacity to meet WCAG AA Color Contrast
fix transform stack list color contrast: updated styles to use fw-600 for normal entries and others using normal font with italic: the selected index will use fw-600 and the current bg-active
fix div inside button (this is not valid html markup)
add Vite plugin to test slow and error entries: added to the playground a new /error page to test plugin error
added some x-space in playground layout pages links (px-1rem)
NOTE: for testing badge-order change the class in the html, using any post or pre plugin; you can check badge-load, badge-gray and badge-orange in vue css style for HelloWorld.vue expanding the transform stack; you can check badge-green and badge-post visiting /other page and opening metrics > plugin-transform; you can check badge-error visiting /error page and opening virtual:slow:error entry in module list
Description
This PR includes:
fw-600
for normal entries and others using normal font with italic: the selected index will usefw-600
and the currentbg-active
div
insidebutton
(this is not valid html markup)/error
page to test plugin errorpx-1rem
)badge-order
change the class in the html, using anypost
orpre
plugin; you can checkbadge-load
,badge-gray
andbadge-orange
in vue css style forHelloWorld.vue
expanding the transform stack; you can checkbadge-green
andbadge-post
visiting/other
page and openingmetrics > plugin-transform
; you can checkbadge-error
visiting/error
page and openingvirtual:slow:error
entry in module listLinked Issues
Additional context