kolaente
175e31ca62
fix: recreate project instead of editing before
2023-05-24 15:54:35 +02:00
kolaente
d414b65e7d
fix: remove unnecessary fallback
2023-05-24 15:54:35 +02:00
kolaente
78158bcba5
fix: remove getProjectById and replace all usages of it
2023-05-24 15:54:35 +02:00
kolaente
26e3d42ed5
fix: move parent project child id mutation to store
2023-05-24 15:54:35 +02:00
kolaente
ebd9c4702e
feat: don't use child_projects property from api
2023-05-24 15:54:33 +02:00
kolaente
e25273df48
fix: indention
2023-05-24 15:54:33 +02:00
kolaente
55e912221b
chore: use klona to clone project objet
2023-05-24 15:54:32 +02:00
kolaente
131022da42
chore: export favorite projects from store
2023-05-24 15:54:32 +02:00
kolaente
b5d9afd0f7
chore: export not archived root projects
2023-05-24 15:54:31 +02:00
kolaente
ee8f80cc70
feat: allow selecting a parent project when editing a project
2023-05-24 15:54:31 +02:00
kolaente
760efa854d
feat: don't handle child projects and instead only save the ids
2023-05-24 15:54:31 +02:00
kolaente
c32a198a34
chore: refactor get parents project and move to projects store
2023-05-24 15:54:31 +02:00
kolaente
36bec9e64f
chore(task): move toggleFavorite to store
2023-05-24 15:54:30 +02:00
kolaente
a95014dc5d
feat(projects): move hasProjects check to store
2023-05-24 15:54:30 +02:00
kolaente
e4379f0a22
chore: export projects as array directly from projects store
2023-05-24 15:54:29 +02:00
kolaente
f7629c28f4
fix(projects): make sure the project hierarchy is properly updated when moving projects between parents
2023-05-24 15:54:29 +02:00
kolaente
3ba5f531bb
fix(navigation): make sure updating a project's state works for sub projects as well.
2023-05-24 15:54:29 +02:00
kolaente
fd7d90b017
fix(navigation): make sure the Favorites project shows up when marking or unmarking a task as favorite
2023-05-24 15:54:29 +02:00
kolaente
2e336150e0
chore: cleanup namespace leftovers
2023-05-24 15:54:28 +02:00
kolaente
c6f3829387
feat(navigation): make dragging a project to a parent work
2023-05-24 15:54:28 +02:00
kolaente
06e8cdb9d2
feat: rebuild main navigation so that it works recursively with projects
2023-05-24 15:54:27 +02:00
kolaente
1bd17d6e50
feat: remove all namespace leftovers
2023-05-24 15:54:27 +02:00
kolaente
e1bdabc8d6
feat: move namespaces list to projects list
2023-05-24 15:54:27 +02:00
kolaente
befa6f27bb
feat: rename list to project everywhere
...
fix: project table view
fix: e2e tests
fix: typo in readme
fix: list view route
fix: don't wait until background is loaded for list to show
fix: rename component imports
fix: lint
fix: parse task text
fix: use list card grid
fix: use correct class names
fix: i18n keys
fix: load project
fix: task overview
fix: list view spacing
fix: find project
fix: setLoading when updating a project
fix: loading saved filter
fix: project store loading
fix: color picker import
fix: cypress tests
feat: migrate old list settings
chore: add const for project settings
fix: wrong projecten rename from lists
chore: rename unused variable
fix: editor list
fix: shortcut list class name
fix: pagination list class name
fix: notifications list class name
fix: list view variable name
chore: clarify comment
fix: i18n keys
fix: router imports
fix: comment
chore: remove debugging leftover
fix: remove duplicate variables
fix: change comment
fix: list view variable name
fix: list view css class name
fix: list item property name
fix: name update tasks function correctly
fix: update comment
fix: project create route
fix: list view class names
fix: list view component name
fix: result list class name
fix: animation class list name
fix: change debug log
fix: revert a few navigation changes
fix: use @ for imports of all views
fix: rename link share list class
fix: remove unused css class
fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
Dominik Pschenitschni
b9d3b5c756
feat: rename files with list to project
2023-03-14 14:04:23 +00:00
WofWca
6a3518dace
chore(refactor): improve stores/config
types ( #3190 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3190
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-03 14:36:59 +00:00
Dominik Pschenitschni
c502f9b840
feat: refactor to composable
...
- using useMediaQuery and useLocalStorage
- remove watcher in contentAuth
2023-02-08 12:56:32 +01:00
David Angel
99dc5cf34f
Refactor to only used local storage value when on desktop viewport widths
2023-02-07 14:58:45 +01:00
David Angel
3604cb3ec7
Solve for resize()
2023-02-07 14:58:45 +01:00
David Angel
aa01a92278
Persist menuActive state in Local Storage
2023-02-07 14:58:44 +01:00
Dominik Pschenitschni
7b96397e3b
feat: use klona instead of lodash.clonedeep ( #3073 )
...
Resolves: https://kolaente.dev/vikunja/frontend/issues/3032
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3073
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-02-07 13:04:03 +00:00
kolaente
1749d6ba0a
fix(list): make sure favorite lists are not duplicated in the menu when renaming them
...
Resolves https://kolaente.dev/vikunja/frontend/issues/3031
2023-01-31 17:12:11 +01:00
kolaente
2af42f8fbe
fix(quick add magic): make sure assignees which don't exist are not removed from task title
...
Resolves https://kolaente.dev/vikunja/frontend/issues/2927
2023-01-12 13:32:00 +01:00
viehlieb
b719766062
redirect to oidc provider if configured correctly ( #2805 )
...
Co-authored-by: konrad <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2805
Reviewed-by: konrad <k@knt.li>
Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-committed-by: viehlieb <pf@pragma-shift.net>
2023-01-11 21:17:53 +00:00
Dominik Pschenitschni
1f25386f54
feat: remove date-fns formatISO ( #2899 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2899
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-01-03 14:20:06 +00: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
Dominik Pschenitschni
b44d11cfc0
feat: add @intlify/unplugin-vue-i18n ( #2772 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2772
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-12-02 15:16:15 +00:00
Dominik Pschenitschni
3aaacf4533
fix: remove vuex leftover from setModuleLoading ( #2716 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2716
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:02:26 +00:00
kolaente
3891d5b876
feat: only automatically redirect to provider if the url contains ?redirectToProvider=true and it's the only one
...
Resolves https://github.com/go-vikunja/frontend/issues/90
2022-11-16 16:37:00 +01:00
kolaente
995cc12880
fix(tasks): remove a task from its bucket when it is in the first kanban bucket
...
Resolves https://github.com/go-vikunja/frontend/issues/89
2022-11-12 12:13:00 +01:00
Dominik Pschenitschni
f0492d49ef
feat: kanban store with composition api
2022-11-07 18:25:52 +01:00
Dominik Pschenitschni
d85abbd77a
feat: ListKanban script setup ( #2643 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2643
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-07 17:23:11 +00:00
kolaente
f967bcb205
fix(auth): always redirect to external openid provider if only one is enabled
2022-11-04 13:08:12 +01: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
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
Dominik Pschenitschni
964aba4824
fix: better kanban updateBucket types
2022-10-31 22:42:30 +01:00
Dominik Pschenitschni
35f4bb1385
fix: setModuleLoading LoadingState type
2022-10-31 22:42:29 +01:00
Dominik Pschenitschni
599e28e5e5
feat: type improvements
2022-10-31 22:42:28 +01:00
Dominik Pschenitschni
1002579173
feat: label store with composition api ( #2605 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2605
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-31 20:45:36 +00:00