Commit Graph

5019 Commits

Author SHA1 Message Date
51e29af010
feat: nest ProjectsNavigation in Expandable 2023-04-11 16:25:31 +02:00
a4ed313ba6
chore: use stores directly 2023-04-10 20:58:30 +02:00
11421b8221
chore: move v-if 2023-04-10 20:57:39 +02:00
79b8725138
chore: set project id from the outside 2023-04-10 20:49:48 +02:00
27b6cf36e1
chore: replace section with a div 2023-04-10 20:48:19 +02:00
f8f4a30fac
chore: move all options to component props 2023-04-10 20:44:49 +02:00
a0d9fa667a
chore: add types for emit 2023-04-10 20:43:35 +02:00
d694f168b2
feat: add setting for infinite nesting 2023-04-03 13:53:28 +02:00
154d85bd3f
fix: use menu tag everywhere 2023-04-03 12:09:58 +02:00
4d5d1b3e31
fix: collapsing child projects 2023-04-03 11:29:11 +02:00
4868661dc4
feat: don't use child_projects property from api 2023-04-03 11:27:31 +02:00
74f7aa0f53
chore: format 2023-04-03 11:19:46 +02:00
ba48426103
fix: don't show child projects when the project is only a favorite 2023-04-03 11:18:10 +02:00
1889abfa9b
chore: move more logic to ProjectsNavigationItem.vue 2023-04-02 19:51:44 +02:00
637523a77f
chore: move ProjectsNavigationWrapper back to navigation.vue 2023-04-02 17:21:08 +02:00
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
1fd14224b8
chore: move loading styles to variant into the component 2023-04-02 14:44:13 +02:00
24420cb14e
chore: remove old comment 2023-04-01 22:03:53 +02:00
ad4eb25eac
chore: use <menu> instead of <ul> 2023-04-01 22:02:08 +02:00
f451f69dc6
fix: indention 2023-04-01 21:57:32 +02:00
0449242f87
chore: improve prop type definition 2023-04-01 21:56:43 +02:00
1416a6852c
chore: only apply padding where needed 2023-04-01 21:52:52 +02:00
8a3e88528b
chore: remove old todo 2023-04-01 21:48:46 +02:00
b2d34ccb11
feat: move navigation item to component 2023-04-01 21:47:31 +02:00
81dd64563e
chore: use long variable name 2023-04-01 21:31:03 +02:00
24604ca3ec
chore: rename alias 2023-04-01 21:30:25 +02:00
5367573ddc
chore: remove unused class 2023-04-01 16:54:24 +02:00
5027ff460c
fix: remove leftover suspense 2023-04-01 16:48:15 +02:00
33b8a96bb8
chore: use klona to clone project objet 2023-04-01 15:20:00 +02:00
733f0c1e19
fix: passing readonly projects data to navigation 2023-04-01 11:24:22 +02:00
c915652e65
chore: move loader class 2023-04-01 11:24:22 +02:00
e9bc1e9253
chore: export favorite projects from store 2023-04-01 11:24:22 +02:00
c36103a5ca
chore: remove unnecessary map 2023-04-01 11:24:22 +02:00
1f8f13846a
chore: export not archived root projects 2023-04-01 11:24:22 +02:00
c629e2499d
fix: show favorite on hover 2023-04-01 11:24:22 +02:00
aa77f91b9c
fix: don't show > for top-level projects 2023-04-01 11:24:22 +02:00
6192746602
feat: allow selecting a parent project when editing a project 2023-04-01 11:24:22 +02:00
c092ae4043
feat: allow selecting a parent project when creating a project 2023-04-01 11:24:22 +02:00
99d5bfd898
feat: allow selecting a parent project when duplicating a project 2023-04-01 11:24:22 +02:00
e2a7f9aff5
feat: don't handle child projects and instead only save the ids 2023-04-01 11:24:21 +02:00
16a300d9c4
fix: make computed side-effect free 2023-04-01 11:24:21 +02:00
e2dd82a7e6
chore: refactor get parents project and move to projects store 2023-04-01 11:24:21 +02:00
fc72f47751
feat: show all parent projects in project search 2023-04-01 11:24:21 +02:00
e10d1a63e5
feat: show all parent projects in task detail view 2023-04-01 11:24:21 +02:00
f6e2648b71
fix: add await 2023-04-01 11:24:21 +02:00
a627960191
fix(filters): load projects after updating a filter 2023-04-01 11:24:21 +02:00
8ef2d8957e
fix(filters): load projects after deleting a filter 2023-04-01 11:24:21 +02:00
0732d6befc
fix(filters): load projects after creating a filter 2023-04-01 11:24:21 +02:00
4dba97c958
chore(task): move toggleFavorite to store 2023-04-01 11:24:21 +02:00
c1f244089d
feat(projects): move hasProjects check to store 2023-04-01 11:24:20 +02:00