Kanban application using the cryptpad framework
This commit is contained in:
@@ -886,12 +886,5 @@ define([
|
||||
];
|
||||
};
|
||||
|
||||
Pages['/kanban/'] = Pages['/kanban/index.html'] = function () {
|
||||
return [
|
||||
appToolbar(),
|
||||
h('div#cp-app-kanban-content', [])
|
||||
];
|
||||
};
|
||||
|
||||
return Pages;
|
||||
});
|
||||
|
||||
@@ -41,4 +41,5 @@ body.cp-app-profile { @import "../../../profile/app-profile.less"; }
|
||||
body.cp-app-settings { @import "../../../settings/app-settings.less"; }
|
||||
body.cp-app-debug { @import "../../../debug/app-debug.less"; }
|
||||
body.cp-app-worker { @import "../../../worker/app-worker.less"; }
|
||||
body.cp-app-miniapp { @import "../../../miniapp/app-miniapp.less"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user