Joaquín Sánchez
Joaquín Sánchez
### Is your feature request related to a problem? Please describe. Add a new option to `DefaultTheme.NavItem` to allow use a component. I'll try to send a PR tmr. /cc...
I need to review some styles, for example search `color`: some styles and available horizontal space are a little bit larger with scroll styles changes. This PR includes: - vue...
This PR allows disable the rainbow animation: - initialize `animate-rainbow` from local storage, using media query (`prefers-reduced-motion: reduce`) for initial value, once loaded it is ignored: check logic in `RainbowAnimtationSwitcher.vue`...
This PR also includes some `import type` when importing types: using `pathe` instead `upath`. Here the reproductions (can be opened in StackBlitz, links in the corresponding readme files): - Nuxt...
https://github.com/nuxt/module-builder/issues/278
**Is your feature request related to a problem? Please describe.** Running Vitest Browser 2.0 beta 5 on tresjs test I can see a lot of warnings from chrome in the...
First time I try monochrome icons, no idea if it works (the color can be any, the user agent will change the pixels, check the reference): https://w3c.github.io/manifest/#monochrome-icons-and-solid-fills We should test...
This is just a test using Vitest beta v2.0 packages to run the new added test in the browser: `src/components/TresCanvas.test.ts` cloned from my previous branch (https://github.com/Tresjs/tres/blob/userquin/feat-vitest-browser/src/components/TresCanvas.test.ts). To run the browser...
