Commit Graph

3723 Commits

Author SHA1 Message Date
e520cd7053
feat(task wizard): add label add button 2022-09-22 19:24:50 +02:00
bfb8ab407b
feat(task wizard): add label removal 2022-09-22 19:20:43 +02:00
8c61d99393
feat(task wizard): styling 2022-09-22 19:20:43 +02:00
070b629fb6
feat(task wizard): visually show parsed labels from quick add 2022-09-22 19:20:43 +02:00
a712c2b514
fix(task wizard): don't re-trigger parsed task evaluation when saving a task 2022-09-22 19:20:43 +02:00
a2b9971e67
feat(task wizard): more spacing 2022-09-22 19:20:43 +02:00
e492ce40d2
feat(task wizard): allow setting a due date via popup or quick add magic 2022-09-22 19:20:42 +02:00
169f95af33
fix(task wizard): creating new task 2022-09-22 19:20:42 +02:00
d950aae3a5
feat(task wizard): show error message when no title is provided 2022-09-22 19:20:42 +02:00
bf027397b5
feat(task wizard): add quick add magic support 2022-09-22 19:20:42 +02:00
ec01f516a8
fix: use pina list store 2022-09-22 19:20:42 +02:00
4f38f25d11
feat: add minimal task wizard 2022-09-22 19:20:42 +02:00
6e5501a5f1
fix(labels): unset loading state after loading all labels
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-22 19:02:12 +02:00
937fd36f72 feat: convert namespaces store to pina (#2393)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2393
Reviewed-by: konrad <k@knt.li>
2022-09-22 15:34:32 +00:00
Dominik Pschenitschni
4dfcd8e70f feat: feat-attachments-script-setup (#2358)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2358
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-22 15:31:13 +00:00
13bc25ff5d chore(deps): update dependency sass to v1.55.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-09-22 12:03:29 +00:00
0e072b582b chore(deps): update pnpm to v7.12.1
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-22 11:47:36 +00:00
b9335a7362 fix(deps): update dependency codemirror to v5.65.9
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-22 11:23:20 +00:00
479fc7e433 chore(deps): update dependency rollup to v2.79.1
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-22 11:22:27 +00:00
02e73fa377 chore(deps): update dependency vite-plugin-pwa to v0.13.1
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-09-22 11:03:35 +00:00
ad694ff8bc chore(deps): update dependency @vue/eslint-config-typescript to v11.0.2
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-09-22 07:03:29 +00: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
9474240cb9
feat: move namespaces store to stores 2022-09-21 23:32:21 +02:00
1c58fccd92
feat: add hot reloading support 2022-09-21 23:32:21 +02:00
f7ca064127 feat: use pnpm (#1789)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1789
2022-09-21 20:49:13 +00:00
ef6454483a
chore(ci): sign drone config
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-21 20:56:14 +02:00
dfb3561310
chore: use node alpine image
All checks were successful
continuous-integration/drone/pr Build is passing
This reverts commit 6624db1d49.
2022-09-21 20:52:30 +02:00
62e227c767
fix: explicitly install cypress
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-21 20:42:49 +02:00
6624db1d49
chore: don't use node alpine image
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-21 20:34:19 +02:00
b542221dac
chore: don't cache node_modules
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-21 20:29:29 +02:00
d57e27b4a6 feat: task relatedTasks script setup (#1939)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1939
Reviewed-by: konrad <k@knt.li>
2022-09-21 18:22:30 +00:00
Dominik Pschenitschni
0814890cac feat: deleteNamespace script setup (#2387)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2387
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 18:21:47 +00:00
43e2d036d7
fix: remove console.log
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-21 18:36:38 +02:00
ce0f58c783
feat: allow marking a related task done directly from the list 2022-09-21 18:36:38 +02:00
943d5f7975
feat: task relatedTasks script setup 2022-09-21 18:35:46 +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
e5d04c98da
fix: test pnpm cache
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-21 17:29:37 +02:00
d76b526916
feat: use pnpm 2022-09-21 17:29:36 +02:00
f85a08afb4 fix(deps): update dependency pinia to v2.0.22 (#2400)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2400
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-21 15:16:23 +00:00
Dominik Pschenitschni
d67e5e386d feat: port label store to pinia | pinia 1/9 (#2391)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2391
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 14:23:57 +00:00
Dominik Pschenitschni
e91b5fde02 feat: NewTeam script setup (#2388)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2388
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-21 14:13:37 +00:00
Dominik Pschenitschni
ff5d1fc8c1 feat: ListNamespaces script setup (#2389)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2389
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 14:12:36 +00:00
ddabd7f63a chore(deps): update dependency autoprefixer to v10.4.12
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build was killed
2022-09-21 00:03:32 +00:00
4c9a018c13 fix(deps): update dependency easymde to v2.18.0 (#2386)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2386
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-20 15:38:56 +00:00
fadaac4ef1 chore(deps): update dependency vite-plugin-pwa to v0.13.0 (#2385)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2385
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-20 15:12:32 +00:00
b06e3cac3f chore(deps): update typescript-eslint monorepo to v5.38.0 (#2383)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2383
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-19 21:18:25 +00:00
1ecb186b7c chore(deps): update dependency vite to v3.1.3 (#2382)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2382
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-19 15:01:12 +00:00
070ef7e5aa chore(deps): update dependency @vitejs/plugin-legacy to v2.2.0 (#2381)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2381
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-19 15:00:19 +00:00
e8613b48fc chore(deps): update dependency netlify-cli to v11.8.0 (#2380)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2380
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-19 08:08:09 +00:00
de7617fbaf chore(deps): update caniuse-and-related to v4.21.4 (#2379)
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2379
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-19 08:04:45 +00:00