1
0

Commit Graph

  • a7440ed296
    chore: use stores directly kolaente 2023-04-10 20:58:30 +02:00
  • 12ebefd86a
    chore: move v-if kolaente 2023-04-10 20:57:39 +02:00
  • 6c9cbaadc8
    chore: set project id from the outside kolaente 2023-04-10 20:49:39 +02:00
  • 9b10693172
    chore: replace section with a div kolaente 2023-04-10 20:48:19 +02:00
  • db1c6d6a41
    chore: move all options to component props kolaente 2023-04-10 20:44:49 +02:00
  • c56787443f
    chore: add types for emit kolaente 2023-04-10 20:43:35 +02:00
  • cb218ec0c3
    feat: add setting for infinite nesting kolaente 2023-04-03 13:53:28 +02:00
  • 0dd6f82a0e
    fix: use menu tag everywhere kolaente 2023-04-03 12:09:58 +02:00
  • 225091864f
    fix: collapsing child projects kolaente 2023-04-03 11:29:11 +02:00
  • ebd9c4702e
    feat: don't use child_projects property from api kolaente 2023-04-03 11:27:31 +02:00
  • 4ad9773022
    chore: format kolaente 2023-04-03 11:19:46 +02:00
  • 0a17df87e9
    fix: don't show child projects when the project is only a favorite kolaente 2023-04-03 11:18:10 +02:00
  • b567146d69
    chore: move more logic to ProjectsNavigationItem.vue kolaente 2023-04-02 19:51:44 +02:00
  • 65522a57f1
    chore: move ProjectsNavigationWrapper back to navigation.vue kolaente 2023-04-02 17:21:08 +02:00
  • 1d936618fa
    feat: load all projects earlier than in the navigation and use the loading state of the store kolaente 2023-04-02 14:52:28 +02:00
  • 76814a2d3f
    chore: move loading styles to variant into the component kolaente 2023-04-02 14:44:13 +02:00
  • 4134fcbd75
    chore: remove old comment kolaente 2023-04-01 22:03:53 +02:00
  • 49fac7db1c
    chore: use <menu> instead of <ul> kolaente 2023-04-01 22:02:08 +02:00
  • e25273df48
    fix: indention kolaente 2023-04-01 21:57:32 +02:00
  • 638f6bea24
    chore: improve prop type definition kolaente 2023-04-01 21:56:43 +02:00
  • ddcd6a17dc
    chore: only apply padding where needed kolaente 2023-04-01 21:52:52 +02:00
  • 4e21b463df
    chore: remove old todo kolaente 2023-04-01 21:48:46 +02:00
  • 3db4e011d4
    feat: move navigation item to component kolaente 2023-04-01 21:47:31 +02:00
  • a0d39e6081
    chore: use long variable name kolaente 2023-04-01 21:31:03 +02:00
  • a803bc637e
    chore: rename alias kolaente 2023-04-01 21:30:25 +02:00
  • d4e452545a
    chore: remove unused class kolaente 2023-04-01 16:54:24 +02:00
  • 9d73ac661f
    fix: remove leftover suspense kolaente 2023-04-01 16:48:15 +02:00
  • 55e912221b
    chore: use klona to clone project objet kolaente 2023-04-01 15:20:00 +02:00
  • d85be26761
    fix: passing readonly projects data to navigation kolaente 2023-04-01 11:23:08 +02:00
  • ac78e85e17
    chore: move loader class kolaente 2023-04-01 11:20:28 +02:00
  • 131022da42
    chore: export favorite projects from store kolaente 2023-04-01 11:18:11 +02:00
  • 336db56316
    chore: remove unnecessary map kolaente 2023-04-01 11:15:28 +02:00
  • b5d9afd0f7
    chore: export not archived root projects kolaente 2023-04-01 11:15:12 +02:00
  • 0be83db40f
    fix: show favorite on hover kolaente 2023-04-01 11:07:38 +02:00
  • 03f4d0b8bc
    fix: don't show > for top-level projects kolaente 2023-03-29 17:12:59 +02:00
  • ee8f80cc70
    feat: allow selecting a parent project when editing a project kolaente 2023-03-29 17:10:21 +02:00
  • ce887c38f3
    feat: allow selecting a parent project when creating a project kolaente 2023-03-29 17:05:09 +02:00
  • 799c0be830
    feat: allow selecting a parent project when duplicating a project kolaente 2023-03-29 16:19:58 +02:00
  • 760efa854d
    feat: don't handle child projects and instead only save the ids kolaente 2023-03-29 16:09:18 +02:00
  • 26bec05174
    fix: make computed side-effect free kolaente 2023-03-28 21:31:38 +02:00
  • c32a198a34
    chore: refactor get parents project and move to projects store kolaente 2023-03-28 21:28:29 +02:00
  • 6a8c656dbb
    feat: show all parent projects in project search kolaente 2023-03-28 18:21:12 +02:00
  • 63ba2982c9
    feat: show all parent projects in task detail view kolaente 2023-03-28 17:48:26 +02:00
  • 9d9fb959d8
    fix: add await kolaente 2023-03-28 17:25:34 +02:00
  • 8ed201c83f
    fix(filters): load projects after updating a filter kolaente 2023-03-28 16:45:08 +02:00
  • bfb40c9166
    fix(filters): load projects after deleting a filter kolaente 2023-03-28 16:44:48 +02:00
  • 5ea450844c
    fix(filters): load projects after creating a filter kolaente 2023-03-28 16:44:20 +02:00
  • 36bec9e64f
    chore(task): move toggleFavorite to store kolaente 2023-03-28 16:31:33 +02:00
  • a95014dc5d
    feat(projects): move hasProjects check to store kolaente 2023-03-28 16:27:07 +02:00
  • 2579c33ee1
    feat: wrap projects navigation in a <Suspense> so that we can use top level await kolaente 2023-03-28 16:18:53 +02:00
  • 6f1baa3219
    chore: use long variable name kolaente 2023-03-28 15:42:02 +02:00
  • 4dee3a90e9
    chore: rename archived message key kolaente 2023-03-28 15:40:08 +02:00
  • 326b6eda6f
    fix: use correct shortcut to open projects overview kolaente 2023-03-28 15:38:56 +02:00
  • 85e882cc59
    fix: simplify sort kolaente 2023-03-28 15:37:35 +02:00
  • e4379f0a22
    chore: export projects as array directly from projects store kolaente 2023-03-28 15:36:31 +02:00
  • 2bb7ff1803
    chore: rename prop kolaente 2023-03-28 15:33:34 +02:00
  • 5dd6e9a077
    feat(tests): add project tests derived from old namespace tests kolaente 2023-03-28 15:30:20 +02:00
  • f7629c28f4
    fix(projects): make sure the project hierarchy is properly updated when moving projects between parents kolaente 2023-03-28 14:44:07 +02:00
  • be2a38b48e
    feat(navigation): show favorite projects on top kolaente 2023-03-28 14:29:15 +02:00
  • 3ba5f531bb
    fix(navigation): make sure updating a project's state works for sub projects as well. kolaente 2023-03-28 14:21:26 +02:00
  • 10f1e69bc3
    fix(navigation): make marking a project as favorite work kolaente 2023-03-28 14:07:13 +02:00
  • fd7d90b017
    fix(navigation): make sure the Favorites project shows up when marking or unmarking a task as favorite kolaente 2023-03-28 14:03:41 +02:00
  • d898316918
    fix(navigation): favorites project kolaente 2023-03-28 13:58:11 +02:00
  • a6f524e7af
    fix(task detail view): make project display show the task's project kolaente 2023-03-27 14:26:39 +02:00
  • 5e65814b8c
    fix: make check if projects are available work again kolaente 2023-03-27 14:26:11 +02:00
  • aaa9d553d0
    fix: cleanup unused translation strings kolaente 2023-03-27 14:25:48 +02:00
  • 5685890493
    fix: make tests work again kolaente 2023-03-27 14:25:31 +02:00
  • 2e336150e0
    chore: cleanup namespace leftovers kolaente 2023-03-27 13:34:32 +02:00
  • 749dcdcd70
    fix(navigation): hide left ul border kolaente 2023-03-27 13:28:44 +02:00
  • ab94343d07
    feat(navigation): make dragging a project under another project work kolaente 2023-03-27 13:25:23 +02:00
  • fa71cec5c8
    feat(navigation): allow dragging a project out from its parent project kolaente 2023-03-27 13:22:03 +02:00
  • c6f3829387
    feat(navigation): make dragging a project to a parent work kolaente 2023-03-27 13:21:47 +02:00
  • 7171b63947
    fix(navigation): hover state of other menu items kolaente 2023-03-27 11:58:27 +02:00
  • 06c4c0d921
    feat(navigation): add hiding child projects kolaente 2023-03-27 11:33:24 +02:00
  • f2ca2d850d
    feat: translate inbox project title kolaente 2023-03-27 11:08:25 +02:00
  • 638d187a24
    chore: format kolaente 2023-03-27 11:05:55 +02:00
  • b188d40d3c
    feat(navigation): correctly show child projects kolaente 2023-03-27 11:05:22 +02:00
  • 3ad948305f
    fix(navigation): make the styles work again kolaente 2023-03-27 10:26:34 +02:00
  • be1f1d94c9
    fix(navigation): watcher kolaente 2023-03-27 10:26:02 +02:00
  • 06e8cdb9d2
    feat: rebuild main navigation so that it works recursively with projects kolaente 2023-03-25 18:10:41 +01:00
  • 10311b79df
    fix: remove namespace routes kolaente 2023-03-25 14:55:11 +01:00
  • ad2690b21c
    fix: remove namespace store reference kolaente 2023-03-25 14:55:03 +01:00
  • 1bd17d6e50
    feat: remove all namespace leftovers kolaente 2023-03-25 14:54:20 +01:00
  • a5e710bfe5
    fix: route to create new project kolaente 2023-03-25 14:29:00 +01:00
  • e1bdabc8d6
    feat: move namespaces list to projects list kolaente 2023-03-25 14:27:19 +01:00
  • e5dde315fb
    chore: go mod tidy kolaente 2023-05-24 15:53:29 +02:00
  • a51bbd1159
    fix: don't get favorite task projects filter multiple times kolaente 2023-04-03 20:53:27 +02:00
  • 4b00f224d9
    fix: reminder fixture kolaente 2023-04-03 15:46:08 +02:00
  • db3c7aa8b0
    fix: make sure projects are correctly sorted kolaente 2023-04-03 15:36:47 +02:00
  • 353279cbff
    fix: fetch all tasks for all projects kolaente 2023-04-03 15:36:20 +02:00
  • 3b0935d033
    docs: remove all traces of namespaces kolaente 2023-04-03 11:58:12 +02:00
  • 9011894a29
    feat: check for cycles when creating or updating a project's parent kolaente 2023-04-03 11:46:08 +02:00
  • edcb806421
    feat: remove ChildProjects project property kolaente 2023-04-03 11:27:55 +02:00
  • f2d943f5c4
    fix: add missing error code kolaente 2023-04-01 21:43:13 +02:00
  • 35964ce4a6
    fix(projects): recalculate project's position after dragging when position would be 0 kolaente 2023-03-30 13:49:01 +02:00
  • a8b76772ff
    fix(migration): revert wrongly changed url kolaente 2023-03-28 14:52:19 +02:00
  • 53b2ade5bb
    feat(projects): return a favorites pseudo project when the user has favorite tasks kolaente 2023-03-27 16:22:44 +02:00
  • b482664d82
    fix(projects): don't allow making a project child of itself kolaente 2023-03-27 12:56:01 +02:00
  • aafcb0bac4
    fix(projects): don't return child projects twice kolaente 2023-03-27 12:02:35 +02:00
  • 0110f93313
    feat: make the new inbox project the default kolaente 2023-03-25 15:00:35 +01:00