This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/tasks
konrad ef01e8807e
All checks were successful
continuous-integration/drone/push Build is passing
Task FIlters (#149)
Set done filter based on passed params

Make due date filter actually work

Move filters into seperate config

Merge branch 'master' into feature/task-filters

Change done task filter text

Make sure done tasks are always shown in table view

Table view filter improvements

Add done filter to table view

Fix indent

Add filter icon

Move search and filter container

Add filter for done tasks

Hide done tasks by default

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #149
2020-06-11 15:34:13 +00:00
..
helpers Task FIlters (#149) 2020-06-11 15:34:13 +00:00
reusable Don't show a success message if it is obvious the action has been successful 2020-06-01 00:09:21 +02:00
edit-task.vue Don't show a success message if it is obvious the action has been successful 2020-06-01 00:09:21 +02:00
gantt-component.vue Don't show a success message if it is obvious the action has been successful 2020-06-01 00:12:13 +02:00
ShowTasks.vue Fix typo when no upcoming tasks are available 2020-05-29 23:12:38 +02:00
ShowTasksInRange.vue Fix trying to load the current tasks even when not logged in (Fixes #133) 2020-05-12 15:08:17 +02:00
TaskDetailView.vue Don't show a success message if it is obvious the action has been successful 2020-06-01 00:09:21 +02:00
TaskDetailViewModal.vue Fix navigating back to list view after deleting a task 2020-04-30 12:49:42 +02:00