Just saw your entry, yes; it is reproducable. I think I am running the latest version but i'll check soon.
Update, I was able to fix the issue, by creating a "Filler task" and manually assigning it the ID of the "broken" task. thus replacing that task. It also inherits the relations since those seem to be…
Just tried that, but it sounds easier than when I actually sit infront of the code. ^^ I think I'll rather support with translating, than with coding :)
Alright, so I have to announce that "Learning how to vue" after only small programming experience might have been me taking more than I can chew. It's outa be somewhere…
Couldn't somethign like this fit the job?
<button onclick="done()">Done</button>
<script>
function done() {
window.history.back();
}
</script>
Yeah I think that would make sense. Do you want to send a PR?
I can try this eve, shouldn't be too big of a problem. :)
That's intended. The task relation only tells you something about the…
I know theming hasn't been talked about since March (or 3 Months, going from this post) but I just dug in a little and found this;
https://bulma.io/documentation/customize/variables/
Dunno if…