Grigorii K. Shartsev
Grigorii K. Shartsev
Can reproduce at least with federations. @maximelehericy does it happen for you with federated or local chat?
I'd say it is still actual because of limitations
I think, we should remove focusing inputs on mouse move as discussed before. Will have a look at it this or next week
Our current workaround - convert the browserslist config to a simple config with an explitis list of browsers with the minimal versions via `browserslist`. ```js const browsers = browserslist(browserslistConfig) const...
> Just curious, what is blocking you from adding support for this? Anything we can help with on the Baseline side? Adding support is not trivial. It requires not only...
Seems possible by wrapping toast methods to provide a custom `node` option.
Hi @hschletz, > Possibly relevant because a "compiler" is involved: My app is built with vite and @nextcloud/vite-config. Actually, `appName` is supposed to be defined by "compiler" (bundler). `@nextcloud/vite-config` sets...
Unlike application code, dependencies have prebundling in dev mode in Vite
> * styleguide does not build, since the CSS import fails vs. npm run build fails Fixable by adding `path.resolve(__dirname, 'node_modules')` to `sassOptions.includePaths[]` in the webpack config.
> * Is there a better solution than manually duplicating the variables (which seems terrible, because minor changes in the lib might break the CSS). I'd consider changing CSS variables...