Commit Graph

117 Commits

Author SHA1 Message Date
634af32400
wip: use map instead of object to store projects 2023-04-10 17:39:29 +02:00
d694f168b2
feat: add setting for infinite nesting
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-03 13:53:28 +02:00
154d85bd3f
fix: use menu tag everywhere
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-03 12:09:58 +02:00
ba48426103
fix: don't show child projects when the project is only a favorite 2023-04-03 11:18:10 +02:00
637523a77f
chore: move ProjectsNavigationWrapper back to navigation.vue
Some checks failed
continuous-integration/drone/pr Build is failing
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
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-02 14:52:28 +02:00
1fd14224b8
chore: move loading styles to variant into the component
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-02 14:44:13 +02:00
1416a6852c
chore: only apply padding where needed
Some checks failed
continuous-integration/drone/pr Build is failing
2023-04-01 21:52:52 +02:00
c915652e65
chore: move loader class 2023-04-01 11:24:22 +02:00
6c46f5504a
feat: wrap projects navigation in a <Suspense> so that we can use top level await 2023-04-01 11:24:20 +02:00
34238e29df
fix: use correct shortcut to open projects overview 2023-04-01 11:24:20 +02:00
9ce963ff75
fix: simplify sort 2023-04-01 11:24:20 +02:00
592e58adbd
chore: export projects as array directly from projects store 2023-04-01 11:24:20 +02:00
fea0aab9fa
chore: rename prop 2023-04-01 11:24:20 +02:00
055d82f22a
feat(navigation): show favorite projects on top 2023-04-01 11:24:20 +02:00
212041bef2
fix: make tests work again 2023-04-01 11:24:17 +02:00
3c38d912f7
chore: cleanup namespace leftovers 2023-04-01 11:24:12 +02:00
9d041cf600
feat(navigation): make dragging a project to a parent work 2023-04-01 11:24:12 +02:00
6f5e5ac88f
fix(navigation): hover state of other menu items 2023-04-01 11:24:11 +02:00
e0b8116fe4
fix(navigation): make the styles work again 2023-04-01 11:24:11 +02:00
5fe350327d
feat: rebuild main navigation so that it works recursively with projects 2023-04-01 11:24:11 +02:00
95033662ae
fix: remove namespace store reference 2023-04-01 11:24:11 +02:00
f357ffc1f7
feat: remove all namespace leftovers 2023-04-01 11:24:10 +02:00
c27226e40e
feat: move namespaces list to projects list 2023-04-01 11:24:10 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
danstewart
7b6f76d1b4 fix: stop revealing elements on hover if hover is not supported (#3191)
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3162

Co-authored-by: Dan Stewart <git@mail.danstewart.dev>
Reviewed-on: #3191
Reviewed-by: konrad <k@knt.li>
Co-authored-by: danstewart <danstewart@noreply.kolaente.de>
Co-committed-by: danstewart <danstewart@noreply.kolaente.de>
2023-03-04 16:13:31 +00:00
2fd2214a2e
fix(menu): don't show drag handle for not draggable menu items
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-22 12:17:33 +01:00
64735e0c3d
fix(filter): don't allow marking a filter as favorite
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/error-favouriting-filters-lists/1161/1
2023-02-22 12:13:48 +01:00
99dc5cf34f
Refactor to only used local storage value when on desktop viewport widths 2023-02-07 14:58:45 +01:00
3604cb3ec7
Solve for resize() 2023-02-07 14:58:45 +01:00
Dominik Pschenitschni
b6a89a0cde feat: use variable fonts with subsetting (#2817)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2817
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-12-15 21:37:02 +00:00
74ad98de68 fix: icon offset and color
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-18 15:49:38 +00:00
3282f55c34 chore: add TODO comment 2022-11-18 15:49:38 +00:00
d9984b28f7 feat: move link color location together 2022-11-18 15:49:38 +00:00
4fc7b9c67e feat: group navigation styles further 2022-11-18 15:49:38 +00:00
ff9efe7889 feat: outdent navigation logo styles 2022-11-18 15:49:38 +00:00
66be0e6ac4 feat: undent and order navigation css 2022-11-18 15:49:38 +00:00
7f281fc5e9
feat: port base store to pinia
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-01 15:36:44 +02:00
093ab766d4
feat: port namespace store to pinia
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-21 23:32:21 +02:00
Dominik Pschenitschni
a38075f376 feat: move list store to pina (#2392)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2392
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-21 16:21:25 +00:00
2683fec0a6
feat: show the task color bubble everywhere
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-15 13:56:14 +02:00
1a11b43ca8 feat: improve models
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-13 14:59:02 +00:00
6bf5f6efd4
fix: dragging a list on mobile Safari
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-07 23:11:44 +02:00
244478400a
feat: improve store typing 2022-09-05 17:43:23 +02:00
3766b5e51b
feat: improve store and model typing 2022-09-05 17:43:22 +02:00
332acf012c
feat: function attribute typing 2022-09-05 16:37:37 +02:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
a84fb8b5df
fix(lists): moving a list into another namespace on the first position
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #2240
2022-08-16 23:21:34 +02:00
cdb63b578d
chore: use the <dropdown> and <dropdown-item> components everywhere
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2176
2022-07-20 17:08:58 +02:00
Dominik Pschenitschni
0456f4a041 fix: use of sortable js with transition-group (#2160)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2160
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-07-19 14:32:12 +00:00