1
0

35 Commits

Author SHA1 Message Date
kolaente
ab29ac7a5c
fix(task): do not show close button when the task was not opened via modal
(cherry picked from commit 308e634c71eb11f6263cd13fdf7ec31971c22f58)
2024-09-29 15:38:44 +02:00
kolaente
a46009dfc9
fix(task): align task title on mobile popup
(cherry picked from commit cc64ca640635ad888670cb48bba390d2a8a07d8d)
2024-09-20 14:27:00 +02:00
kolaente
7bc77ae8c0
fix(task): set current project after moving a task
(cherry picked from commit 9576f72d7c374b9ac6c243adcd0356050d0ec8ef)
2024-08-12 20:17:02 +02:00
kolaente
715269a5d0
fix(task): do not allow moving a task to the project the task already belongs to
(cherry picked from commit 7efc4d1bc890b4a12ee30274eaeb6062f4e49510)
2024-08-12 20:17:01 +02:00
Dominik Pschenitschni
dddba4d64a
feat: improve priority visibility
(cherry picked from commit d35454c099f1f4aceb513634b7c531272fa8d550)
2024-08-12 20:16:13 +02:00
kolaente
12474e5be6
fix(kanban): make sure tasks which changed their done status are moved around in buckets
This fixes a bug where tasks which had their done status changed were not moved in the correct bucket. This affected both frontend and api. The move of the task between buckets is now correctly done in the api and frontend - with a bit of duplicated logic between the two. This could be optimized further in the future.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2610
2024-07-18 12:39:29 +02:00
kolaente
ed5feee33a
fix(kanban): move task to done bucket when it was marked done from the task detail view 2024-07-17 13:56:43 +02:00
kolaente
3566b889be
fix(task): use backdropView prop 2024-07-17 13:45:31 +02:00
Dominik Pschenitschni
a10f9ca225 feat: remove props destructuring from TaskDetailView 2024-07-16 21:42:21 +00:00
Dominik Pschenitschni
42c458a736
feat: simplify playPopSound setting check 2024-07-05 14:24:53 +02:00
Dominik Pschenitschni
f36115871c feat: camelcase global components 2024-06-19 14:02:14 +00:00
Dominik Pschenitschni
18e23bf371
fix: use button icon prop 2024-06-18 17:32:24 +02:00
Dominik Pschenitschni
23707fc493 feat: eslint enforce vue/component-name-in-template-casing 2024-06-17 21:01:36 +00:00
Dominik Pschenitschni
1918ffdcff
feat(components): align component name casing RepeatAfter 2024-06-17 13:50:15 +02:00
Dominik Pschenitschni
304779a7de
feat(components): align component name casing Reminders 2024-06-17 13:50:14 +02:00
Dominik Pschenitschni
ede60950b4
feat(components): align component name casing RelatedTasks 2024-06-17 13:41:40 +02:00
Dominik Pschenitschni
8c9e2b571c
feat(components): align component name casing ProjectSearch 2024-06-17 13:41:40 +02:00
Dominik Pschenitschni
05ebffd5bd
feat(components): align component name casing PrioritySelect 2024-06-17 13:41:40 +02:00
Dominik Pschenitschni
43590835c7
feat(components): align component name casing PercentDoneSelect 2024-06-17 13:41:39 +02:00
Dominik Pschenitschni
3c80783bf2
feat(components): align component name casing Heading 2024-06-17 13:41:39 +02:00
Dominik Pschenitschni
394b2d444f
feat(components): align component name casing EditLabels 2024-06-17 13:41:39 +02:00
Dominik Pschenitschni
510f1dd109
feat(components): align component name casing EditAssignees 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
51b41afb3e
feat(components): align component name casing Description 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
08bdb82dd3
feat(components): align component name casing CreatedUpdated 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
99361925ec
feat(components): align component name casing Comments 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
e76fdf379e
feat(components): align component name casing ChecklistSummary 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
8138824e26
feat(components): align component name casing Attachments 2024-06-17 13:41:38 +02:00
Dominik Pschenitschni
398ed2032e
feat(components): align component name casing AssigneeList 2024-06-17 13:41:37 +02:00
Dominik Pschenitschni
09701eeb7b
feat(components): align component name casing Subscription 2024-06-17 13:41:36 +02:00
Dominik Pschenitschni
e59beb3732 feat(components): align component name casing datemath (#2405)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2405
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-06-17 09:27:02 +00:00
kolaente
574c7f218e
fix(labels): allow link shares to add existing labels to a task
Resolves https://github.com/go-vikunja/vikunja/issues/252
2024-04-21 15:12:27 +02:00
kolaente
95276ceebe
fix(reactions): do not enable reaction picker when the current user does not have write access 2024-04-02 14:48:13 +02:00
kolaente
8ff59d4649
fix(task): navigate back to project when the project was the last page in the history the user visited 2024-03-13 19:11:49 +01:00
kolaente
a5c51d4b1e feat: emoji reactions for tasks and comments (#2196)
This PR adds reactions for tasks and comments, similar to what you can do on Gitea, GitHub, Slack and plenty of other tools.

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2196
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
2024-03-12 19:25:58 +00:00
kolaente
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00