kolaente
434b1ea0e8
feat(views): crud in frontend
2024-03-19 00:47:50 +01:00
kolaente
f6485be9e2
chore(views): move actual project views into their own folder
2024-03-19 00:47:50 +01:00
kolaente
27cb6e3372
fix(views): make bucket edit work
2024-03-19 00:47:50 +01:00
kolaente
445f1c06fa
fix(views): make bucket creation work again
2024-03-19 00:47:50 +01:00
kolaente
4c1a53beed
chore(views): use view id instead of passing whole view object
2024-03-19 00:47:50 +01:00
kolaente
e1774cc49a
feat(views): show tasks on kanban board in saved filter
2024-03-19 00:47:49 +01:00
kolaente
39c9928421
fix(views): do not load views async
2024-03-19 00:47:49 +01:00
kolaente
59ced554cd
chore(views): remove old view routes
2024-03-19 00:47:49 +01:00
kolaente
2dfb3a6379
fix(views): make no initial view work in the frontend
2024-03-19 00:47:49 +01:00
kolaente
4170f5468f
feat(views): save task position in list view
2024-03-19 00:47:49 +01:00
kolaente
786e67f692
feat(views): save task position
2024-03-19 00:47:48 +01:00
kolaente
ca0550acea
fix(views): fetch buckets through view
2024-03-19 00:47:48 +01:00
kolaente
df415f97a9
fix(views): make table view load tasks again
2024-03-19 00:47:48 +01:00
kolaente
86039b1dd2
fix(views): make gantt view load tasks again
2024-03-19 00:47:48 +01:00
kolaente
cf15cc6f12
feat(views): fetch tasks via view context when accessing them through views
2024-03-19 00:47:47 +01:00
kolaente
fc4eed6eb4
fix(filters): lint
2024-03-13 17:21:20 +01:00
kolaente
15215b30a0
fix(filters): rework filter popup button
2024-03-13 17:19:15 +01:00
kolaente
659de54db1
feat(kanban): do not remove focus from the input after creating a new bucket
2024-03-11 17:29:28 +01:00
kolaente
e097721817
fix(tasks): use correct filter query when filtering
2024-03-11 16:39:27 +01:00
kolaente
a66e26678e
feat(filters): pass timezone down when filtering with relative date math
...
Resolves https://community.vikunja.io/t/my-vikunja-instance-creates-tasks-with-due-date-time-of-9am-for-tasks-with-the-word-today-word-in-it/2105/8
2024-03-11 16:28:25 +01:00
kolaente
3896c680d3
fix(filters): do not require string for in comparator
2024-03-11 14:36:59 +01:00
kolaente
3b77fff4c9
fix(project): correctly show the number of tasks and projects when deleting a project
2024-03-11 14:21:42 +01:00
kolaente
009e9b5455
fix(filters): correctly use date filters in gantt chart
2024-03-10 12:16:21 +01:00
kolaente
38985a8318
fix(filters): pass correct filter query to kanban and gantt loading
2024-03-09 19:07:31 +01:00
kolaente
a22652b737
feat(filter): remove now unused code
2024-03-09 19:07:30 +01:00
kolaente
2d5c496397
fix(kanban): pass active filters down to task lazy loading
...
Before this change, applying a filter and then scrolling a bucket would not use that filter when lazy loading the tasks in that bucket. That resulted in all tasks being loaded, regardless if the filter applied to them.
2024-02-27 16:10:19 +01:00
kolaente
ee065d9238
feat(tasks): make done at column available for selection in table view
...
This change adds the done at column of tasks to the table view. It also ensures it is possible to sort the tasks by that column.
https://community.vikunja.io/t/is-it-possible-to-list-done-tasks-with-their-completion-date/1922
2024-02-12 17:56:24 +01:00
kolaente
8c6d98bb02
feat(kanban): debounce bucket limit setting
2024-02-12 17:05:48 +01:00
kolaente
fc4676315d
chore: move frontend files
2024-02-07 14:56:56 +01:00