Commit Graph

33 Commits

Author SHA1 Message Date
447641c222 chore: apply lint fixes
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-07 12:23:09 +00:00
b50adaf4b5
fix(navigation): highlight saved filters in project view and prevent them from being dragged around
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-07 20:58:49 +02:00
78158bcba5
fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
26e3d42ed5
fix: move parent project child id mutation to store 2023-05-24 15:54:35 +02:00
6c9cbaadc8
chore: set project id from the outside 2023-05-24 15:54:34 +02:00
db1c6d6a41
chore: move all options to component props 2023-05-24 15:54:34 +02:00
c56787443f
chore: add types for emit 2023-05-24 15:54:34 +02:00
cb218ec0c3
feat: add setting for infinite nesting 2023-05-24 15:54:34 +02:00
0a17df87e9
fix: don't show child projects when the project is only a favorite 2023-05-24 15:54:33 +02:00
b567146d69
chore: move more logic to ProjectsNavigationItem.vue 2023-05-24 15:54:33 +02:00
4134fcbd75
chore: remove old comment 2023-05-24 15:54:33 +02:00
49fac7db1c
chore: use <menu> instead of <ul> 2023-05-24 15:54:33 +02:00
4e21b463df
chore: remove old todo 2023-05-24 15:54:32 +02:00
3db4e011d4
feat: move navigation item to component 2023-05-24 15:54:32 +02:00
a0d39e6081
chore: use long variable name 2023-05-24 15:54:32 +02:00
a803bc637e
chore: rename alias 2023-05-24 15:54:32 +02:00
0be83db40f
fix: show favorite on hover 2023-05-24 15:54:31 +02:00
760efa854d
feat: don't handle child projects and instead only save the ids 2023-05-24 15:54:31 +02:00
2bb7ff1803
chore: rename prop 2023-05-24 15:54:29 +02:00
be2a38b48e
feat(navigation): show favorite projects on top 2023-05-24 15:54:29 +02:00
10f1e69bc3
fix(navigation): make marking a project as favorite work 2023-05-24 15:54:29 +02:00
d898316918
fix(navigation): favorites project 2023-05-24 15:54:29 +02:00
2e336150e0
chore: cleanup namespace leftovers 2023-05-24 15:54:28 +02:00
ab94343d07
feat(navigation): make dragging a project under another project work 2023-05-24 15:54:28 +02:00
fa71cec5c8
feat(navigation): allow dragging a project out from its parent project 2023-05-24 15:54:28 +02:00
c6f3829387
feat(navigation): make dragging a project to a parent work 2023-05-24 15:54:28 +02:00
06c4c0d921
feat(navigation): add hiding child projects 2023-05-24 15:54:28 +02:00
f2ca2d850d
feat: translate inbox project title 2023-05-24 15:54:28 +02:00
638d187a24
chore: format 2023-05-24 15:54:28 +02:00
b188d40d3c
feat(navigation): correctly show child projects 2023-05-24 15:54:27 +02:00
3ad948305f
fix(navigation): make the styles work again 2023-05-24 15:54:27 +02:00
be1f1d94c9
fix(navigation): watcher 2023-05-24 15:54:27 +02:00
06e8cdb9d2
feat: rebuild main navigation so that it works recursively with projects 2023-05-24 15:54:27 +02:00