Fixing opening cards and slow performance of closing cards

Fixes: #5533
Fixes: #5548

Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"

This reverts commit 718c1a393d.
This commit is contained in:
Martin Filser 2024-10-09 22:57:05 +02:00
parent d31403a918
commit c925a27870
63 changed files with 4797 additions and 52 deletions

View file

@ -1,5 +1,4 @@
import { ReactiveCache } from '/imports/reactiveCache';
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
// XXX There is no reason to define these shortcuts globally, they should be
// attached to a template (most of them will go in the `board` template).