-
@@ -42,6 +45,7 @@ import {
} from '@enso-ui/filters/bulma';
import { faFlag, faExclamation } from '@fortawesome/free-solid-svg-icons';
import { library } from '@fortawesome/fontawesome-svg-core';
+import { EnsoSelect } from '@enso-ui/select/bulma';
library.add(faFlag, faExclamation);
@@ -49,7 +53,7 @@ export default {
name: 'Filters',
components: {
- BooleanFilter, EnsoDateFilter, EnsoFilter, EnsoSelectFilter,
+ BooleanFilter, EnsoDateFilter, EnsoFilter, EnsoSelectFilter, EnsoSelect
},
inject: ['i18n'],
@@ -91,7 +95,4 @@ export default {
diff --git a/src/bulma/pages/tasks/components/checklists/ChecklistItem.vue b/src/bulma/pages/tasks/components/checklists/ChecklistItem.vue
new file mode 100644
index 0000000..b2ed851
--- /dev/null
+++ b/src/bulma/pages/tasks/components/checklists/ChecklistItem.vue
@@ -0,0 +1,174 @@
+
+
+
+
+ {{ checklist.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/bulma/pages/tasks/components/checklists/ChecklistItems.vue b/src/bulma/pages/tasks/components/checklists/ChecklistItems.vue
new file mode 100644
index 0000000..0c67e6a
--- /dev/null
+++ b/src/bulma/pages/tasks/components/checklists/ChecklistItems.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Add an Item
+
+
+
+
+
+
diff --git a/src/bulma/pages/tasks/components/comments/Comment.vue b/src/bulma/pages/tasks/components/comments/Comment.vue
new file mode 100644
index 0000000..4bbcc9e
--- /dev/null
+++ b/src/bulma/pages/tasks/components/comments/Comment.vue
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/bulma/pages/tasks/components/comments/Comments.vue b/src/bulma/pages/tasks/components/comments/Comments.vue
new file mode 100644
index 0000000..9363d5c
--- /dev/null
+++ b/src/bulma/pages/tasks/components/comments/Comments.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
diff --git a/src/bulma/pages/tasks/components/comments/Inputor.vue b/src/bulma/pages/tasks/components/comments/Inputor.vue
new file mode 100644
index 0000000..a42146b
--- /dev/null
+++ b/src/bulma/pages/tasks/components/comments/Inputor.vue
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/bulma/routes/tasks/show.js b/src/bulma/routes/tasks/show.js
new file mode 100644
index 0000000..b9301d5
--- /dev/null
+++ b/src/bulma/routes/tasks/show.js
@@ -0,0 +1,11 @@
+const TaskShow = () => import('../../../../src/bulma/pages/tasks/Show.vue');
+
+export default {
+ name: 'tasks.show',
+ path: ':task',
+ component: TaskShow,
+ meta: {
+ breadcrumb: 'show',
+ title: 'Show Task',
+ },
+};
+ + + {{ i18n('Add') }} + + +
+
+
+
++ + +
+
+
+
+
+
++ + + {{ i18n('Reload') }} + + +
+
+
+
+