-
Does vuex-easy-access work with Vuex 4 / Vue 3 + Typescript?
Thanks.
-
### Describe the problem
We have no UI since we deprecated it in #6948.
### Describe the solution you'd like
I want to use [HTMX](https://htmx.org/) to create UI in small steps.
I think an i…
-
### Is your feature request related to a problem? Please describe.
I hope that the packaged frontend resources can be used directly in the browser. Currently, accessing it with the browser results in…
-
Please release this constraint.
-
We should mention that the site authors / component consumers would actively need to mark up one of the main navigation items as the active one as we couldn't determine it or even "just" define the fi…
-
It seems that lately vue-bindings to `layer.getProperties()` or via the `layer.get('someProperty')` will not get updated. Particularly puzzling is, that it seems to work for all layers added in the 1s…
-
The project ran as intended. No major errors detected. The issues were only in regards to best practices. Very good implementation of the application. The indentations and code format was on point. Th…
-
For the user experience, it would be good if the system could clearly indicate to visitors that the data is currently loading/being refreshed.
This is getting more and more import now that we're ad…
-
## why compilers exists
The goal of every framework is to support reactivity while feeling as close to native js as possible.
It's really obvious to anyone who's used svelte that the closer reacti…
-
Hi!
I've made a LoadingIndicator component which should display if the current collection is loading. I'm using `collection.isLoading` in an `v-if` to check if the loading indicator should show or …