Dominik Pschenitschni
d7fe8c2fab
feat(components): align component name casing LinkSharing
2024-06-17 13:41:37 +02:00
Dominik Pschenitschni
7a220964f7
feat(components): align component name casing ViewEditForm
2024-06-17 13:41:37 +02:00
Dominik Pschenitschni
fdd780f645
feat(components): align component name casing User
2024-06-17 13:41:36 +02:00
Dominik Pschenitschni
b98280c954
feat(components): align component name casing Button
2024-06-17 13:41:35 +02:00
Dominik Pschenitschni
d1b39ee953
feat(components): align component name casing Message
2024-06-17 13:41:33 +02:00
Dominik Pschenitschni
ff7e381645
feat(components): align component name casing Loading
2024-06-17 13:09:34 +02:00
Dominik Pschenitschni
541f608d3c
feat(components): align component name casing fancycheckbox
2024-06-17 13:09:34 +02:00
Dominik Pschenitschni
330f7b8fa2
feat(components): align component name casing CreateEdit
2024-06-17 09:32:06 +00:00
Dominik Pschenitschni
bc897a4503
feat: improve types ( #2368 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2368
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-12 10:04:26 +00:00
kolaente
68d233684f
fix(views): edit views with filters
...
This change fixes a bug where filter values of views would be transformed in the wrong order, not transformed at all or at the wrong time. Transforming the filters now happens transparently in the background without anything funky happening visible to the user.
2024-06-03 22:21:09 +02:00
Elscrux
aac01c7a35
feat: default view setting ( #2306 )
...
This PR adds configuration of default project view in settings, which is used when the user has not visited the project and thus last view hasn't yet been saved in projects. Updates old settings and adds "First View" option with fallback.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2153
Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2306
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-06-02 08:15:53 +00:00
kolaente
272f643955
fix(project): show "remove background" button only when the project has a background set
2024-05-07 17:17:06 +02:00
kolaente
1074a8d916
fix(views): only allow project admins to manage views
...
Resolves https://community.vikunja.io/t/manage-views-only-for-project-admins/2279
2024-04-21 14:36:09 +02:00
kolaente
637c8f6ba5
fix(views): make sure the view is saved properly in localStorage
2024-04-13 22:15:41 +02:00
kolaente
2c0d3f2885
fix(views): add bottom spacing
2024-03-29 18:05:30 +01:00
waza-ari
c4d3d99cd4
fix: pick first available view if currently configured view got deleted ( #2235 )
...
Resolves #2232
Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2235
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-28 20:55:52 +00:00
kolaente
974c9cdd21
fix(views): always redirect to the first view when none was specified
2024-03-19 14:39:10 +01:00
kolaente
511c9aa824
fix(views): make tests for project history kind of work again
2024-03-19 00:47:52 +01:00
kolaente
4b903c4f48
fix(views): lint
2024-03-19 00:47:52 +01:00
kolaente
3f8c5a5feb
fix(views): set correct default view
2024-03-19 00:47:51 +01:00
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