Yusuf Kandemir
Yusuf Kandemir
**What kind of change does this PR introduce?** - Refactor **Does this PR introduce a breaking change?** - No **The PR fulfills these requirements:** - It's submitted to the `dev`...
We already support Vite 3 for `@quasar/vite-plugin` starting from [v3.1.0](https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fvite-plugin-v1.1.0). We should support it in `@quasar/app-vite` too, preferably without user-facing breaking changes, just like we did in the Vite plugin....
See this comment: https://github.com/quasarframework/quasar/commit/e3b54bc978514349df512f271d4fd0689ae8fd04#r79469945 We need to update `quasarConfOptions` to allow non-object types to be assigned. `Ripple` can take `boolean | ...`, `Dark` can take `boolean | "auto"`, but unlike...
See: https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API https://web.dev/migrate-to-ua-ch/ https://developer.chrome.com/docs/privacy-sandbox/user-agent/ Chrome started reducing UA strings starting from Chrome 101. The way to get them back until Chrome 113 is to register to the User-Agent Reduction deprecation...
Currently, https://quasar.dev/quasar-cli-vite/directory-structure and https://quasar.dev/quasar-cli-webpack/directory-structure look dull.  It can be made interactive, then enrichened with more information and references. Something similar to this might be nice: https://quasar.dev/vue-components/tree#example--with-qsplitter-and-qtabpanels
### Description The page states it's a to-do. We can probably use the [same documentation](https://quasar.dev/quasar-cli-webpack/testing-and-auditing) as Quasar CLI with Webpack. /cc @IlCallo ### Documentation Section URL https://quasar.dev/quasar-cli-vite/testing-and-auditing ### Flavour Quasar...
**What kind of change does this PR introduce?** - Feature **Does this PR introduce a breaking change?** - No **The PR fulfills these requirements:** - It's submitted to the `dev`...
**Is your feature request related to a problem? Please describe.** Current ESLint presets are supporting TS. But, you can experience some problems as you start writing more code. abraxxa#9791 from...
**What kind of change does this PR introduce?** - Feature **Does this PR introduce a breaking change?** - No **The PR fulfills these requirements:** - It's submitted to the `dev`...
I tried disabling ESLint in a project and it seemed to make a visible improvement. Linting is probably slow, especially when using TypeScript type-checking rules. We can utilize workers to...