1
0
Commit Graph

675 Commits

Author SHA1 Message Date
599e28e5e5 feat: type improvements 2022-10-31 22:42:28 +01:00
da2a7a224e fix: label multiselect styling on focus 2022-10-28 11:23:55 +02:00
9807858436 feat: unify savedFilter logic in service (#2491)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2491
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-27 19:56:14 +00:00
d5258b7315 feat: improve useTaskList (#2582)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2582
2022-10-27 19:48:26 +00:00
066553838a fix: improve return type 2022-10-27 17:51:09 +02:00
b8cc828bc0 chore(gantt): upgrade packages 2022-10-27 17:50:31 +02:00
52d4d0bdb9 feat(gantt): reset gantt filter 2022-10-27 17:49:45 +02:00
6bf6357cbd feat: use plural for filters consequently 2022-10-27 17:49:35 +02:00
51dc123d89 feat: use ref for filters 2022-10-27 17:49:35 +02:00
acb3ddc73f feat: use PascalCase for component name 2022-10-27 17:49:34 +02:00
73eab6c5b5 fix: scope ListGantt styles 2022-10-27 17:49:34 +02:00
7f4114b703 feat: move useGanttTaskList in separate file 2022-10-27 17:47:53 +02:00
c7dd20ef57 feat: simplify ListGantt styles 2022-10-27 17:47:53 +02:00
c1da04eda1 feat(gantt): add task collection to useGanttFilter 2022-10-27 17:47:47 +02:00
2c732eb0d5 feat: abstract to useGanttFilter / and useRouteFilter 2022-10-27 17:47:15 +02:00
2acb70c562 chore: clean up 2022-10-27 17:47:15 +02:00
eaf777864a feat: working gantt-chart 2022-10-27 17:47:15 +02:00
e968c88cfd feat(gantt): trying to load gantt-chart 2022-10-27 17:47:09 +02:00
acdbf2f8f5 feat: working route sync 2022-10-27 17:46:36 +02:00
9f146c8c7f chore(gantt): wip daterange 2022-10-27 17:46:28 +02:00
970a04d973 fix: remove precision setting 2022-10-27 17:45:09 +02:00
fd9d0ad155 chore: don't use ref when not nessecary 2022-10-27 17:45:09 +02:00
5f7159ebc4 feat: increase the default date range 2022-10-27 17:44:53 +02:00
29dcc02217 feat: handle changing props 2022-10-27 17:44:30 +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
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
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
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
5ddce387fe fix: show frontend version in about dialog 2022-10-24 15:41:12 +02:00
d7ac2ad697 fix(task): scroll the task field into view after activating it 2022-10-23 15:39:27 +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
ae27502022 fix: make sure share modals don't have a create button
Resolves F-869
2022-10-23 13:03:09 +02:00
643a5b6d7d fix: lint 2022-10-20 16:23:01 +02:00
73575302de fix: password reset 2022-10-20 16:15:58 +02:00
4ed665fbd9 feat: refactor password reset to use a single password field 2022-10-20 16:07:36 +02:00
5afafb7c82 fix: move hourToDaytime to separate file in order to pass tests 2022-10-17 12:35:47 +02:00
c4d7f6fdfa feat: get username from store getter 2022-10-16 19:36:04 +02:00
c20de51a3c feat: make salutation i18n static 2022-10-16 15:28:58 +02:00
c6d6da3171 fix: lint 2022-10-09 22:46:18 +02:00
1af4f7811a feat: add TickTick migrator support 2022-10-09 22:42:40 +02:00
feeaca2c02 feat: allow users to leave a team they're in 2022-10-09 16:49:26 +02:00
820db3e96d feat(openid): show error message from query after being redirected from third party
Resolves https://kolaente.dev/vikunja/frontend/issues/2111
2022-10-05 18:02:03 +02:00
1be516a905 fix(task): setting progress was not properly saved 2022-10-05 16:06:41 +02:00
fd71de4b5d fix(task): setting a priority was not properly saved 2022-10-05 16:02:44 +02:00