kolaente
|
fe764a46e9
|
fix(task): allow clicking on the whole task to open the task detail view
Resolves #3172
|
2023-02-27 16:00:08 +01:00 |
|
konrad
|
8ff1b3006b
|
fix(task): don't show the list color on the task when only viewing the list (#2975)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2975
|
2023-01-18 21:12:59 +00:00 |
|
kolaente
|
5999def569
|
fix(task): update task description when switching between related tasks
Resolves https://kolaente.dev/vikunja/frontend/issues/2936
|
2023-01-12 12:22:56 +01:00 |
|
Dominik Pschenitschni
|
4be53b098c
|
feat: add-task usability improvements (#2767)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2767
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2023-01-04 15:54:09 +00:00 |
|
kolaente
|
f6171935ca
|
fix(tasks): translation for multiple related tasks now works
Resolves https://github.com/go-vikunja/frontend/issues/98
|
2022-12-16 14:42:58 +01:00 |
|
Dominik Pschenitschni
|
b6a89a0cde
|
feat: use variable fonts with subsetting (#2817)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2817
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-12-15 21:37:02 +00:00 |
|
kolaente
|
2141171529
|
fix(task): move task color bubble next to task index and done badge on mobile
|
2022-12-10 22:28:19 +01:00 |
|
kolaente
|
463d22b07c
|
fix(quick add magic): don't create a new label multiple times if it is used in multiple tasks
Resolves https://github.com/go-vikunja/frontend/issues/94
|
2022-12-04 20:19:43 +01:00 |
|
kolaente
|
b2da4fd126
|
fix(task): pass a list specified via quick add magic down to all subtasks created via indention
Resolves https://kolaente.dev/vikunja/frontend/issues/2771
|
2022-12-02 18:39:52 +01:00 |
|
kolaente
|
83fb8c3ded
|
fix(tasks): missing space when showing parent tasks and list title
See https://kolaente.dev/vikunja/frontend/issues/2771
|
2022-12-02 18:05:48 +01:00 |
|
Dominik Pschenitschni
|
3b95824f58
|
feat: use Intl.DateTimeFormat for gantt weekdays (#2766)
Fixes https://kolaente.dev/vikunja/frontend/issues/2728
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2766
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-30 15:58:04 +00:00 |
|
Dominik Pschenitschni
|
da8df8b667
|
feat: move avatar class to where it is used (#2725)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2725
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-18 13:30:41 +00:00 |
|
Dominik Pschenitschni
|
33d4efecc4
|
feat: move useAutoHeightTextarea to composable (#2723)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2723
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-17 15:39:34 +00:00 |
|
Dominik Pschenitschni
|
45ec1623d5
|
feat: remove edit-task from list view (#2721)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2721
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-17 15:35:18 +00:00 |
|
Dominik Pschenitschni
|
8c44ed83e6
|
feat: use transition component everywhere
|
2022-11-14 22:08:54 +01:00 |
|
Dominik Pschenitschni
|
4c4adfdf4e
|
fix: reactive const assignment (#2692)
Resolves #2691
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2692
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-12 16:14:32 +00:00 |
|
Dominik Pschenitschni
|
293402b6fd
|
fix: move heading styles to component (#2686)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2686
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-12 10:52:16 +00:00 |
|
Dominik Pschenitschni
|
4c458a1ad0
|
fix: move createdUpdated styles to component (#2685)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2685
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-12 10:50:48 +00:00 |
|
Dominik Pschenitschni
|
0f1f131f7a
|
feat: reduce attachments selector specificity (#2682)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2682
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-12 10:47:46 +00:00 |
|
Dominik Pschenitschni
|
38cef79f68
|
fix: remove duplicate store assignment (#2644)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2644
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-07 11:43:19 +00:00 |
|
Dominik Pschenitschni
|
6a93701649
|
feat: remove comments from prioritySelect (#2645)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2645
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-07 11:42:32 +00:00 |
|
Dominik Pschenitschni
|
d9a8382049
|
feat: simpliy editAssignees (#2646)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2646
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-07 11:41:49 +00:00 |
|
konrad
|
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 |
|
Dominik Pschenitschni
|
44e6981759
|
feat: singleTaskInList script setup (#2463)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2463
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-11-01 10:43:01 +00:00 |
|
Dominik Pschenitschni
|
599e28e5e5
|
feat: type improvements
|
2022-10-31 22:42:28 +01:00 |
|
Dominik Pschenitschni
|
443e1a063d
|
chore: refactor parseTimeLabel to own function
|
2022-10-27 17:51:09 +02:00 |
|
Dominik Pschenitschni
|
9a84fb6d7f
|
feat(gantt): disable useDayjsLanguageSync
|
2022-10-27 17:51:04 +02:00 |
|
Dominik Pschenitschni
|
6bf6357cbd
|
feat: use plural for filters consequently
|
2022-10-27 17:49:35 +02:00 |
|
Dominik Pschenitschni
|
acb3ddc73f
|
feat: use PascalCase for component name
|
2022-10-27 17:49:34 +02:00 |
|
Dominik Pschenitschni
|
407f5f2ef8
|
fix: initial transformation of ganttBars
|
2022-10-27 17:49:34 +02:00 |
|
Dominik Pschenitschni
|
aefda38bdd
|
feat: remove gantt-chart wrapper
|
2022-10-27 17:49:34 +02:00 |
|
Dominik Pschenitschni
|
a70a2e3ba6
|
feat(gantt): use time constants
|
2022-10-27 17:49:29 +02:00 |
|
Dominik Pschenitschni
|
db611ab2d3
|
fix(gantt): only unmount chart if there aren't any loaded tasks yet
|
2022-10-27 17:48:30 +02:00 |
|
kolaente
|
b8e7b87f96
|
fix: don't try to dynamically load dayjs locales
|
2022-10-27 17:47:53 +02:00 |
|
Dominik Pschenitschni
|
c1da04eda1
|
feat(gantt): add task collection to useGanttFilter
|
2022-10-27 17:47:47 +02:00 |
|
Dominik Pschenitschni
|
2acb70c562
|
chore: clean up
|
2022-10-27 17:47:15 +02:00 |
|
Dominik Pschenitschni
|
eaf777864a
|
feat: working gantt-chart
|
2022-10-27 17:47:15 +02:00 |
|
Dominik Pschenitschni
|
e968c88cfd
|
feat(gantt): trying to load gantt-chart
|
2022-10-27 17:47:09 +02:00 |
|
Dominik Pschenitschni
|
acdbf2f8f5
|
feat: working route sync
|
2022-10-27 17:46:36 +02:00 |
|
Dominik Pschenitschni
|
9f146c8c7f
|
chore(gantt): wip daterange
|
2022-10-27 17:46:28 +02:00 |
|
Dominik Pschenitschni
|
3b244dfdbe
|
feat: improve types
|
2022-10-27 17:45:29 +02:00 |
|
Dominik Pschenitschni
|
2f820e517f
|
feat: update ganttastic version
|
2022-10-27 17:45:29 +02:00 |
|
kolaente
|
31f2065d20
|
fix: correctly import all components
|
2022-10-27 17:45:09 +02:00 |
|
kolaente
|
f5fd14124f
|
fix: use base store
|
2022-10-27 17:45:09 +02:00 |
|
Dominik Pschenitschni
|
d91bc5090a
|
fix imports
|
2022-10-27 17:45:09 +02:00 |
|
Dominik Pschenitschni
|
f21a4e1e9f
|
feat: review changes
move TaskForm in separate component, improve types
|
2022-10-27 17:45:09 +02:00 |
|
kolaente
|
970a04d973
|
fix: remove precision setting
|
2022-10-27 17:45:09 +02:00 |
|
kolaente
|
4be0977014
|
chore: add types for template ref
|
2022-10-27 17:45:09 +02:00 |
|
kolaente
|
6975a2b286
|
chore: don't use for..in
|
2022-10-27 17:45:09 +02:00 |
|
kolaente
|
64fdae81ec
|
feat: only use one watcher
|
2022-10-27 17:45:09 +02:00 |
|