1
0
Fork 0
Commit Graph

5013 Commits

Author SHA1 Message Date
kolaente 634af32400
wip: use map instead of object to store projects 2023-04-10 17:39:29 +02:00
kolaente d694f168b2
feat: add setting for infinite nesting 2023-04-03 13:53:28 +02:00
kolaente 154d85bd3f
fix: use menu tag everywhere 2023-04-03 12:09:58 +02:00
kolaente 4d5d1b3e31
fix: collapsing child projects 2023-04-03 11:29:11 +02:00
kolaente 4868661dc4
feat: don't use child_projects property from api 2023-04-03 11:27:31 +02:00
kolaente 74f7aa0f53
chore: format 2023-04-03 11:19:46 +02:00
kolaente ba48426103
fix: don't show child projects when the project is only a favorite 2023-04-03 11:18:10 +02:00
kolaente 1889abfa9b
chore: move more logic to ProjectsNavigationItem.vue 2023-04-02 19:51:44 +02:00
kolaente 637523a77f
chore: move ProjectsNavigationWrapper back to navigation.vue 2023-04-02 17:21:08 +02:00
kolaente 3904626529
feat: load all projects earlier than in the navigation and use the loading state of the store 2023-04-02 14:52:28 +02:00
kolaente 1fd14224b8
chore: move loading styles to variant into the component 2023-04-02 14:44:13 +02:00
kolaente 24420cb14e
chore: remove old comment 2023-04-01 22:03:53 +02:00
kolaente ad4eb25eac
chore: use <menu> instead of <ul> 2023-04-01 22:02:08 +02:00
kolaente f451f69dc6
fix: indention 2023-04-01 21:57:32 +02:00
kolaente 0449242f87
chore: improve prop type definition 2023-04-01 21:56:43 +02:00
kolaente 1416a6852c
chore: only apply padding where needed 2023-04-01 21:52:52 +02:00
kolaente 8a3e88528b
chore: remove old todo 2023-04-01 21:48:46 +02:00
kolaente b2d34ccb11
feat: move navigation item to component 2023-04-01 21:47:31 +02:00
kolaente 81dd64563e
chore: use long variable name 2023-04-01 21:31:03 +02:00
kolaente 24604ca3ec
chore: rename alias 2023-04-01 21:30:25 +02:00
kolaente 5367573ddc
chore: remove unused class 2023-04-01 16:54:24 +02:00
kolaente 5027ff460c
fix: remove leftover suspense 2023-04-01 16:48:15 +02:00
kolaente 33b8a96bb8
chore: use klona to clone project objet 2023-04-01 15:20:00 +02:00
kolaente 733f0c1e19
fix: passing readonly projects data to navigation 2023-04-01 11:24:22 +02:00
kolaente c915652e65
chore: move loader class 2023-04-01 11:24:22 +02:00
kolaente e9bc1e9253
chore: export favorite projects from store 2023-04-01 11:24:22 +02:00
kolaente c36103a5ca
chore: remove unnecessary map 2023-04-01 11:24:22 +02:00
kolaente 1f8f13846a
chore: export not archived root projects 2023-04-01 11:24:22 +02:00
kolaente c629e2499d
fix: show favorite on hover 2023-04-01 11:24:22 +02:00
kolaente aa77f91b9c
fix: don't show > for top-level projects 2023-04-01 11:24:22 +02:00
kolaente 6192746602
feat: allow selecting a parent project when editing a project 2023-04-01 11:24:22 +02:00
kolaente c092ae4043
feat: allow selecting a parent project when creating a project 2023-04-01 11:24:22 +02:00
kolaente 99d5bfd898
feat: allow selecting a parent project when duplicating a project 2023-04-01 11:24:22 +02:00
kolaente e2a7f9aff5
feat: don't handle child projects and instead only save the ids 2023-04-01 11:24:21 +02:00
kolaente 16a300d9c4
fix: make computed side-effect free 2023-04-01 11:24:21 +02:00
kolaente e2dd82a7e6
chore: refactor get parents project and move to projects store 2023-04-01 11:24:21 +02:00
kolaente fc72f47751
feat: show all parent projects in project search 2023-04-01 11:24:21 +02:00
kolaente e10d1a63e5
feat: show all parent projects in task detail view 2023-04-01 11:24:21 +02:00
kolaente f6e2648b71
fix: add await 2023-04-01 11:24:21 +02:00
kolaente a627960191
fix(filters): load projects after updating a filter 2023-04-01 11:24:21 +02:00
kolaente 8ef2d8957e
fix(filters): load projects after deleting a filter 2023-04-01 11:24:21 +02:00
kolaente 0732d6befc
fix(filters): load projects after creating a filter 2023-04-01 11:24:21 +02:00
kolaente 4dba97c958
chore(task): move toggleFavorite to store 2023-04-01 11:24:21 +02:00
kolaente c1f244089d
feat(projects): move hasProjects check to store 2023-04-01 11:24:20 +02:00
kolaente 6c46f5504a
feat: wrap projects navigation in a <Suspense> so that we can use top level await 2023-04-01 11:24:20 +02:00
kolaente 5702781b6b
chore: use long variable name 2023-04-01 11:24:20 +02:00
kolaente d90458c17a
chore: rename archived message key 2023-04-01 11:24:20 +02:00
kolaente 34238e29df
fix: use correct shortcut to open projects overview 2023-04-01 11:24:20 +02:00
kolaente 9ce963ff75
fix: simplify sort 2023-04-01 11:24:20 +02:00
kolaente 592e58adbd
chore: export projects as array directly from projects store 2023-04-01 11:24:20 +02:00