1
0
Commit Graph

681 Commits

Author SHA1 Message Date
e49f960aea chore: inline simple helper (#2631)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2631
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-04 08:22:58 +00:00
8b7b4d61a3 feat: MigrateService script setup (#2432)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2432
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-03 14:19:42 +00:00
0ff0d8c5b8 feat: improved types (#2547)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2547
Reviewed-by: konrad <k@knt.li>
2022-11-02 16:06:55 +00:00
09b76b7bd4 fix: don't show user deletion menu entry in user settings if the server disabled it 2022-11-02 10:44:14 +01:00
096daad80a feat: rename http-common to fetcher (#2620)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2620
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-01 13:06:27 +00:00
3c5bfcc6f3 fix: potential issue with refs in Avatar 2022-11-01 13:12:13 +01:00
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