1
0
Commit Graph

2162 Commits

Author SHA1 Message Date
64fdae81ec feat: only use one watcher 2022-10-27 17:45:09 +02:00
56a25734d7 chore: define types 2022-10-27 17:45:09 +02:00
ed5d3be7cb chore: don't set required if there's a default value 2022-10-27 17:45:08 +02:00
98d0398ca8 chore: uppercase const 2022-10-27 17:45:08 +02:00
d3925b8d80 chore: use @/models 2022-10-27 17:45:08 +02:00
b7b4530a11 fix: use inherit for font family 2022-10-27 17:45:08 +02:00
766b4c669f chore: use Loading component 2022-10-27 17:45:08 +02:00
5f7159ebc4 feat: increase the default date range 2022-10-27 17:44:53 +02:00
0a9588e097 feat: create task when pressing the button 2022-10-27 17:44:53 +02:00
6cb331ee0f chore: remove old component and dependencies 2022-10-27 17:44:50 +02:00
8c62a9e198 feat: loading animation 2022-10-27 17:44:30 +02:00
29dcc02217 feat: handle changing props 2022-10-27 17:44:30 +02:00
3eacc0754f feat: show done tasks strikethrough 2022-10-27 17:44:30 +02:00
ebd824bddf feat: update task in gantt bar after dragging to make sure it changes its color 2022-10-27 17:44:30 +02:00
2c012e1a08 fix: make sure the date format is actually valid 2022-10-27 17:44:30 +02:00
10c6db3849 fix: handle bar styling so they can actually be used 2022-10-27 17:44:30 +02:00
80c151ca6c feat: styling 2022-10-27 17:44:30 +02:00
7a7a1c985e chore: use width property 2022-10-27 17:44:30 +02:00
c8eac914d1 feat: scroll 2022-10-27 17:44:29 +02:00
d2c40926de feat: add open task detail when double clicking 2022-10-27 17:44:29 +02:00
c3cae78213 fix: new task input styling 2022-10-27 17:44:29 +02:00
c289a6ae18 chore: use flatpickr range instead of two datepickers 2022-10-27 17:44:29 +02:00
ef4689335b feat: create new tasks 2022-10-27 17:44:29 +02:00
3b48adad67 feat: dynamically set default date 2022-10-27 17:44:29 +02:00
736e5a8bf5 feat: dynamically set default date 2022-10-27 17:44:29 +02:00
ed241d21be feat: only load tasks which start in the currently selected range 2022-10-27 17:44:29 +02:00
49a24977f9 feat: allow passing props down to the gantt component 2022-10-27 17:44:29 +02:00
2b0df8c237 feat: add basic implementation of ganttastic 2022-10-27 17:44:26 +02:00
7ce880239e feat: rename useTaskList 2022-10-27 15:47:48 +02:00
aa2278a564 chore: move helper function outside of composable 2022-10-27 15:47:03 +02:00
c40c1fb10a [skip ci] Updated translations via Crowdin 2022-10-27 00:21:10 +00:00
1d9d093b31 [skip ci] Updated translations via Crowdin 2022-10-26 00:21:30 +00:00
e13e477682 fix: lint 2022-10-25 21:16:55 +02:00
8a5b1ab3e3 fix(sharing): correctly check if the user has admin rights when sharing 2022-10-25 18:48:51 +02:00
67145fe00b [skip ci] Updated translations via Crowdin 2022-10-25 00:14:16 +00:00
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
22a18f8437 fix(subscription): make sure list subscription state is propagated everywhere for the current list 2022-10-24 19:01:01 +02:00
f17bbeddec fix(subscription): don't remove every namespace but the one subscribing to 2022-10-24 18:56:50 +02:00
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
12faafbe7c fix(i18n): spelling typo 2022-10-24 18:41:12 +02:00
5ddce387fe fix: show frontend version in about dialog 2022-10-24 15:41:12 +02:00
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
d7ac2ad697 fix(task): scroll the task field into view after activating it 2022-10-23 15:39:27 +02:00
820823b5c3 fix(task): focusing on assignee search field when activating it 2022-10-23 15:27:29 +02:00
d7fb1a1e14 fix(task): marking checklist items as done 2022-10-23 14:39:28 +02:00
7e218e03b2 fix(task): only show create list or import cta when there are no tasks 2022-10-23 14:01:20 +02:00
d7048d589e fix(task): stop loading when no list was specified while creating a task 2022-10-23 13:58:40 +02:00
80230069c6 fix: make sure the filter button is always shown on the kanban board 2022-10-23 13:48:45 +02:00
a695719128 fix: task detail view top spacing on mobile 2022-10-23 13:14:07 +02:00
f61723dac2 fix: redirect with query parameters 2022-10-23 13:12:04 +02:00