-
Allow all data to be saved to a backend, preferably in a "realtime" database so remote collaboration becomes possible.
Dependent on implementation of a proper state manager (Vuex for example). There…
-
-
Minimal example:
```js
export const useStore = defineStore('main', {
state: () => ({
counter: 0,
}),
persist: true,
actions: {
// If this function is not async with await on …
-
**Is your feature request related to a problem? Please describe.**
when a dataset needs to be linked to an existing project that we dont already have in the GigaDB list we need to add it, the admin p…
-
### Steps to reproduce
1. Open your nextcloud in your browser
2. Go in calendar
3. See that the personal calendar is not showing anymore, but is available via caldav
### Expected behavior
I sho…
-
## Description
I've an external script that should be loaded inside a template, not in the head. It works the first time, but when I change page and return to the widget page, it no longer displays…
-
Today, we have 2 states for modules:
- available, displayed in the UI
- disabled, which are hidden, specially because it's not maintained
I want to add a new state:
- beta
- wip
- or another n…
-
Below is a list of tech debt-related things I've noticed. When applicable, I've included the PR number where the item was introduced for traceability, in case any of these are intentional for a reason…
-
Cant believe I have to come back to this in 2022. But its worth mentioning that some rules I have found in wild are way important to miss
- When creating server side variables its best to use a var…
-
Is it foreseen that Vue-Grid-Layout supports incoming Vue 3 ?
With latest `vue-grid-layout 2.3.7` and `vue 3.0.0-beta.18`, we get
![image](https://user-images.githubusercontent.com/66995824/865…