Commit Graph

40 Commits

Author SHA1 Message Date
b8829dfaeb
feat: rename list to project everywhere 2022-11-13 22:04:57 +01:00
599e28e5e5
feat: type improvements 2022-10-31 22:42:28 +01:00
4655e1ce34
feat: update eslint config
All checks were successful
continuous-integration/drone/pr Build is passing
support async component, see: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
2022-10-04 13:45:16 +02:00
2f2fb357c1
fix(task): new tasks with quick add magic not showing up in task list
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-30 21:31:20 +02:00
5f5ed410df
fix: don't emit a possible null task 2022-09-30 13:35:11 +02:00
3970d0fd31
chore: spread title 2022-09-30 13:35:02 +02:00
cc378b83fe
feat: automatically create subtask relations based on indention 2022-09-30 13:34:51 +02:00
34ffd1d572
feat: port tasks store to pinia
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-29 21:40:15 +02:00
7b53e684aa
feat: port auth store to pinia 2022-09-28 23:43:14 +02:00
2bf9771e28
fix: lint
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-23 11:50:30 +02:00
3c9c5eff12
fix: make add task button 100% height
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-23 11:13:35 +02:00
aa64e9835c
fix: loading state when creating a new task from list view
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-23 11:11:11 +02:00
244478400a
feat: improve store typing 2022-09-05 17:43:23 +02:00
c9e85cb52b
feat: improve types 2022-09-05 17:38:37 +02:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
e0864fab3e
fix: properly define focus expose for new task input field
All checks were successful
continuous-integration/drone/push Build is passing
resolves #1993
2022-06-17 14:25:59 +02:00
9bbc1bf939
fix: show a proper error message when no list or default list was specified
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-11 13:59:19 +02:00
Dominik Pschenitschni
5ef939a230 feature/fix-vue-i18n-9.2.31 (#1994)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1994
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-05-23 05:23:59 +00:00
3639498b3f fix: add task input layout on mobile (#1615)
Some checks failed
continuous-integration/drone/push Build is failing
On non-english locales the placeholder text would wrap, making the placeholder longer than it needed to be. To fix that, I've made sure the placeholder will never wrap and reduced the button to a single icon.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1615
2022-03-27 20:37:25 +00:00
45c05296a6
fix: hide "title required" error after entering text
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-26 13:05:39 +01:00
Dominik Pschenitschni
e28f0f5be4 chore(addTask) improve order (#1297)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1297
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-01-05 13:14:50 +00:00
Dominik Pschenitschni
84284a6211 feat: harden textarea auto height algorithm (#985)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #985
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2021-11-30 20:20:40 +00:00
dpschen
ee430b8687 fix(style) restrict new task input size (#938)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #938
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-02 18:11:24 +00:00
6394485524
fix: create multiple tasks at once with multiline input now correctly uses the titles per line
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-26 21:29:58 +02:00
bb94c1ba3a
feat: use async / await where it makes sense 2021-10-16 18:59:53 +02:00
3b940cb56c
feat: don't rethrow same error and handle errors globally 2021-10-16 18:59:53 +02:00
8e1ab8e09b
Merge branch 'main' into vue3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-10-15 20:43:11 +02:00
3f96ce6d60
fix: task input height after removing a line now works correctly
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-13 21:08:29 +02:00
c30c2e00cb
fix: task input height on devices with smaller font size
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-13 20:37:03 +02:00
672d63fbed
feat: remove createTask mixin 2021-10-01 20:06:06 +02:00
51a740f53c
fix: use vue3 v-model bindings
see: https://v3.vuejs.org/guide/migration/v-model.html
2021-10-01 18:45:42 +02:00
4bd2c94256
fix: don't try to create a task with an empty title when creating multiple tasks at once
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-29 21:01:54 +02:00
442e6b12e0 feat: allow quickly creating multiple tasks at once with multiline input (#796)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #796
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-09-26 18:22:28 +00:00
697ea12c8e
fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
2021-09-24 21:46:42 +02:00
f51371bbe0
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
2021-09-24 21:46:42 +02:00
ebeca48be4
fix: namespace collision of global error method with draggable error method 2021-09-24 21:46:42 +02:00
7bd081efe0
Fix loading & disabled state on inputs when creating a new task
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-13 21:47:15 +02:00
3c7f8d7aa2 Reorder tasks, lists and kanban buckets (#620)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #620
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-28 19:56:29 +00:00
a08306d612 Add vite (#416)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #416
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-25 13:27:15 +00:00
306a926c66 Add default list setting & creating tasks from home (#520)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: sytone <github@sytone.com>
Co-authored-by: Sytone <github@sytone.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #520
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
2021-07-17 21:21:46 +00:00