1
0

2204 Commits

Author SHA1 Message Date
kolaente
0a9588e097
feat: create task when pressing the button 2022-10-27 17:44:53 +02:00
kolaente
6cb331ee0f
chore: remove old component and dependencies 2022-10-27 17:44:50 +02:00
kolaente
8c62a9e198
feat: loading animation 2022-10-27 17:44:30 +02:00
kolaente
29dcc02217
feat: handle changing props 2022-10-27 17:44:30 +02:00
kolaente
3eacc0754f
feat: show done tasks strikethrough 2022-10-27 17:44:30 +02:00
kolaente
ebd824bddf
feat: update task in gantt bar after dragging to make sure it changes its color 2022-10-27 17:44:30 +02:00
kolaente
2c012e1a08
fix: make sure the date format is actually valid 2022-10-27 17:44:30 +02:00
kolaente
10c6db3849
fix: handle bar styling so they can actually be used 2022-10-27 17:44:30 +02:00
kolaente
80c151ca6c
feat: styling 2022-10-27 17:44:30 +02:00
kolaente
7a7a1c985e
chore: use width property 2022-10-27 17:44:30 +02:00
kolaente
c8eac914d1
feat: scroll 2022-10-27 17:44:29 +02:00
kolaente
d2c40926de
feat: add open task detail when double clicking 2022-10-27 17:44:29 +02:00
kolaente
c3cae78213
fix: new task input styling 2022-10-27 17:44:29 +02:00
kolaente
c289a6ae18
chore: use flatpickr range instead of two datepickers 2022-10-27 17:44:29 +02:00
kolaente
ef4689335b
feat: create new tasks 2022-10-27 17:44:29 +02:00
kolaente
3b48adad67
feat: dynamically set default date 2022-10-27 17:44:29 +02:00
kolaente
736e5a8bf5
feat: dynamically set default date 2022-10-27 17:44:29 +02:00
kolaente
ed241d21be
feat: only load tasks which start in the currently selected range 2022-10-27 17:44:29 +02:00
kolaente
49a24977f9
feat: allow passing props down to the gantt component 2022-10-27 17:44:29 +02:00
kolaente
2b0df8c237
feat: add basic implementation of ganttastic 2022-10-27 17:44:26 +02:00
Dominik Pschenitschni
7ce880239e
feat: rename useTaskList 2022-10-27 15:47:48 +02:00
Dominik Pschenitschni
aa2278a564
chore: move helper function outside of composable 2022-10-27 15:47:03 +02:00
drone
c40c1fb10a [skip ci] Updated translations via Crowdin 2022-10-27 00:21:10 +00:00
drone
1d9d093b31 [skip ci] Updated translations via Crowdin 2022-10-26 00:21:30 +00:00
kolaente
e13e477682
fix: lint 2022-10-25 21:16:55 +02:00
kolaente
8a5b1ab3e3
fix(sharing): correctly check if the user has admin rights when sharing 2022-10-25 18:48:51 +02:00
drone
67145fe00b [skip ci] Updated translations via Crowdin 2022-10-25 00:14:16 +00:00
kolaente
51471b9551
fix(i18n): rename "right" to permission so that it's clearer what it is used for 2022-10-24 19:07:08 +02:00
kolaente
22a18f8437
fix(subscription): make sure list subscription state is propagated everywhere for the current list 2022-10-24 19:01:01 +02:00
kolaente
f17bbeddec
fix(subscription): don't remove every namespace but the one subscribing to 2022-10-24 18:56:50 +02:00
kolaente
eae555475d
fix(teams): show an error message when no user is selected to add to a team 2022-10-24 18:52:31 +02:00
kolaente
12faafbe7c
fix(i18n): spelling typo 2022-10-24 18:41:12 +02:00
kolaente
5ddce387fe
fix: show frontend version in about dialog 2022-10-24 15:41:12 +02:00
kolaente
6083301d1f
fix: wait until everything is loaded before replacing the current view with the last or login view 2022-10-23 16:12:48 +02:00
kolaente
d7ac2ad697
fix(task): scroll the task field into view after activating it 2022-10-23 15:39:27 +02:00
kolaente
820823b5c3
fix(task): focusing on assignee search field when activating it 2022-10-23 15:27:29 +02:00
kolaente
d7fb1a1e14
fix(task): marking checklist items as done 2022-10-23 14:39:28 +02:00
kolaente
7e218e03b2
fix(task): only show create list or import cta when there are no tasks 2022-10-23 14:01:20 +02:00
kolaente
d7048d589e
fix(task): stop loading when no list was specified while creating a task 2022-10-23 13:58:40 +02:00
kolaente
80230069c6
fix: make sure the filter button is always shown on the kanban board 2022-10-23 13:48:45 +02:00
kolaente
a695719128
fix: task detail view top spacing on mobile 2022-10-23 13:14:07 +02:00
kolaente
f61723dac2
fix: redirect with query parameters 2022-10-23 13:12:04 +02:00
kolaente
ae27502022
fix: make sure share modals don't have a create button
Resolves F-869
2022-10-23 13:03:09 +02:00
kolaente
8fdd3e785d
fix: make sure services without a modelFactory override still return data
Resolves F-850 and F-879
2022-10-23 12:56:44 +02:00
drone
5d038dc79f [skip ci] Updated translations via Crowdin 2022-10-23 00:13:07 +00:00
drone
9cf0a9a89e [skip ci] Updated translations via Crowdin 2022-10-22 00:13:04 +00:00
kolaente
643a5b6d7d
fix: lint 2022-10-20 16:23:01 +02:00
kolaente
e6f7ddc9ce
fix: email confirmation 2022-10-20 16:19:19 +02:00
kolaente
73575302de
fix: password reset 2022-10-20 16:15:58 +02:00
kolaente
4ed665fbd9
feat: refactor password reset to use a single password field 2022-10-20 16:07:36 +02:00