Oscar
Oscar
Regarding the workaround: Wouldn’t it be possible to set a fixed `height` for IE 11 and unset it later with `@supports`? IE
@wommy I [already use this](https://github.com/inframanufaktur/no-11/blob/main/_plugins/vue.js) to change how the app gets compiled. Nonetheless, the [Vue app config](https://v3.vuejs.org/api/application-config.html) is a step before this. It gives Vue additional context. E.g. sets global...
I poked a bit more at this and the problem only occurs if the result of `renderTemplate` is saved to the component data. ```js export default { data() { return...
@kkemple I’ll have a look tomorrow and provide some feedback!
Hey, @kkemple, I finally got around to look at your implementation. It’s really impressive what you’ve built here. Thanks so much for this. I have some remarks, which mostly aim...
I’ve pushed the style updates. Re toc: It might make sense to move the table of content between the number of results and the actual result list to give it...
> are you saying we should hide search for users that have JS disabled? Yip. It’s not the best experience if they are able to submit the form but can’t...
@kkemple FYI: I resolved some conflicts stemming from merging #210 into prod, and updated all colours in use to custom properties.
It might make sense to have this as a page on the actual website not only here on GitHub, or?
> All this to say that if everyone here thinks the current speeds are acceptable, we can leave fonts alone until such a time as we can utilize display=swap. The...