mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 03:10:16 +01:00
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:
parent
d31403a918
commit
c925a27870
63 changed files with 4797 additions and 52 deletions
17
packages/kadira-flow-router/test/client/loader.spec.js
Normal file
17
packages/kadira-flow-router/test/client/loader.spec.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Router = FlowRouter.Router;
|
||||
|
||||
|
||||
Tinytest.add('Client - import page.js', function (test) {
|
||||
test.isTrue(!!Router.prototype._page);
|
||||
test.isFalse(!!window.page);
|
||||
});
|
||||
|
||||
|
||||
Tinytest.add('Client - import query.js', function (test) {
|
||||
test.isTrue(!!Router.prototype._qs);
|
||||
});
|
||||
|
||||
|
||||
Tinytest.add('Client - create FlowRouter', function (test) {
|
||||
test.isTrue(!!FlowRouter);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue