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 724275e653
All checks were successful
continuous-integration/drone/push Build is passing
Table View for tasks (#76)
Save sort order to local storage

Save selected columns to localStorage

Loading spinner

More sorting

Add sorting

Styling and hiding of column filter

Add checkbox to show/hide columns

Use fancycheckbox everywhere

Fix is done badge

Change sort order in table view

Add is done column to table

Better text handling

Refactor is done into seperate component

Add pagination to table view

Add assignees to table view

Fix redirecting to table view

Add date tooltip to date field

Add date tooltip to date field

labels for table view

Styling

Add basic table view

Extend priority label

Split list view in mixins

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #76
2020-04-01 20:13:57 +00:00
..
helpers Table View for tasks (#76) 2020-04-01 20:13:57 +00:00
reusable Table View for tasks (#76) 2020-04-01 20:13:57 +00:00
edit-task.vue Add creating new related tasks 2020-03-04 21:29:40 +01:00
gantt-component.vue Use message mixin for handling success and error messages (#51) 2020-01-30 21:47:08 +00:00
Gantt.vue Table View for tasks (#76) 2020-04-01 20:13:57 +00:00
ShowListTasks.vue Table View for tasks (#76) 2020-04-01 20:13:57 +00:00
ShowTasks.vue Enable marking tasks as done from the task overview 2020-03-23 23:24:14 +01:00
ShowTasksInRange.vue Gantt Charts (#29) 2019-04-29 21:41:39 +00:00
TableView.vue Table View for tasks (#76) 2020-04-01 20:13:57 +00:00
TaskDetailView.vue Add creating new related tasks 2020-03-04 21:29:40 +01:00