1
0

278 Commits

Author SHA1 Message Date
kolaente
3c9083b90d
feat: add message to add to home screen on mobile 2023-06-12 19:37:58 +02:00
kolaente
b50adaf4b5
fix(navigation): highlight saved filters in project view and prevent them from being dragged around 2023-06-07 20:58:49 +02:00
kolaente
46f5dcb4dc
fix(navigation): show text ellipsis for very long project titles 2023-06-06 17:33:55 +02:00
kolaente
0dc7e83dc4
fix(navigation): menu item overflow 2023-06-06 17:32:18 +02:00
kolaente
82c10b87c8
fix(navigation): hide archived subprojects 2023-06-06 17:29:08 +02:00
kolaente
5888946861
fix(navigation): sidebar top spacing 2023-06-06 17:27:05 +02:00
kolaente
efb3407b87
feat: allow disabling icon changes 2023-06-02 13:51:47 +02:00
kolaente
8e2c76a33e
feat: optimize print view for project views 2023-05-30 19:50:37 +02:00
kolaente
ed8de7e3eb
fix: lint 2023-05-24 15:54:37 +02:00
kolaente
b34118485c
feat: allow creating a new project directly as a child project from another one 2023-05-24 15:54:37 +02:00
kolaente
31b7c1f217
fix: don't set the current project when setting a project 2023-05-24 15:54:37 +02:00
kolaente
086f50d4fe
chore: re-add top menu spacing 2023-05-24 15:54:36 +02:00
kolaente
46e825820c
fix: sort in store 2023-05-24 15:54:36 +02:00
kolaente
a3e2cbeb27
feat: replace color dot with handle icon on hover 2023-05-24 15:54:36 +02:00
kolaente
78158bcba5
fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
kolaente
9402344b7e
fix: add default for level 2023-05-24 15:54:35 +02:00
kolaente
3eca9f6180
fix: only bind child projects data down 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
6e095436e9
chore: rename flag 2023-05-24 15:54:35 +02:00
kolaente
1344026494
fix: move the collapsable placeholder to the button 2023-05-24 15:54:35 +02:00
kolaente
48570808e5
fix: use the color bubble as handle if the project has a color 2023-05-24 15:54:34 +02:00
kolaente
a7440ed296
chore: use stores directly 2023-05-24 15:54:34 +02:00
kolaente
12ebefd86a
chore: move v-if 2023-05-24 15:54:34 +02:00
kolaente
6c9cbaadc8
chore: set project id from the outside 2023-05-24 15:54:34 +02:00
kolaente
9b10693172
chore: replace section with a div 2023-05-24 15:54:34 +02:00
kolaente
db1c6d6a41
chore: move all options to component props 2023-05-24 15:54:34 +02:00
kolaente
c56787443f
chore: add types for emit 2023-05-24 15:54:34 +02:00
kolaente
cb218ec0c3
feat: add setting for infinite nesting 2023-05-24 15:54:34 +02:00
kolaente
0dd6f82a0e
fix: use menu tag everywhere 2023-05-24 15:54:34 +02:00
kolaente
225091864f
fix: collapsing child projects 2023-05-24 15:54:34 +02:00
kolaente
4ad9773022
chore: format 2023-05-24 15:54:33 +02:00
kolaente
0a17df87e9
fix: don't show child projects when the project is only a favorite 2023-05-24 15:54:33 +02:00
kolaente
b567146d69
chore: move more logic to ProjectsNavigationItem.vue 2023-05-24 15:54:33 +02:00
kolaente
65522a57f1
chore: move ProjectsNavigationWrapper back to navigation.vue 2023-05-24 15:54:33 +02:00
kolaente
1d936618fa
feat: load all projects earlier than in the navigation and use the loading state of the store 2023-05-24 15:54:33 +02:00
kolaente
76814a2d3f
chore: move loading styles to variant into the component 2023-05-24 15:54:33 +02:00
kolaente
4134fcbd75
chore: remove old comment 2023-05-24 15:54:33 +02:00
kolaente
49fac7db1c
chore: use <menu> instead of <ul> 2023-05-24 15:54:33 +02:00
kolaente
ddcd6a17dc
chore: only apply padding where needed 2023-05-24 15:54:32 +02:00
kolaente
4e21b463df
chore: remove old todo 2023-05-24 15:54:32 +02:00
kolaente
3db4e011d4
feat: move navigation item to component 2023-05-24 15:54:32 +02:00
kolaente
a0d39e6081
chore: use long variable name 2023-05-24 15:54:32 +02:00
kolaente
a803bc637e
chore: rename alias 2023-05-24 15:54:32 +02:00
kolaente
9d73ac661f
fix: remove leftover suspense 2023-05-24 15:54:32 +02:00
kolaente
d85be26761
fix: passing readonly projects data to navigation 2023-05-24 15:54:32 +02:00
kolaente
ac78e85e17
chore: move loader class 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
336db56316
chore: remove unnecessary map 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
0be83db40f
fix: show favorite on hover 2023-05-24 15:54:31 +02:00