Commit Graph

30 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
0d3143d465
fix(quick add magic): headline 2023-09-06 16:45:12 +02:00
a4b369470a
fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
d8ad934643
feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
21ad8301f2 chore: add comment on overriding 2023-06-05 14:20:41 +00:00
7110c9a5ce chore: move positioning css 2023-06-05 14:20:41 +00:00
a4c8fccb11 chore: remove nesting 2023-06-05 14:20:41 +00:00
c294f9d28d fix: lint 2023-06-05 14:20:41 +00:00
422d7fc693 feat: highlight hint icon when hovering the input 2023-06-05 14:20:41 +00:00
abb5128426 feat: add transition to input icons 2023-06-05 14:20:41 +00:00
a6cdf6c4bd fix: improve tooltip icon contrast 2023-06-05 14:20:41 +00:00
2c9693a83e chore: remove wrapper div 2023-06-05 14:20:41 +00:00
6989558963 feat: move quick add magic to a popup behind an icon 2023-06-05 14:20:41 +00:00
7fb85dacec feat: allow hiding the quick add magic help tooltip with a button 2023-06-05 14:20:41 +00: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
Dominik Pschenitschni
4be53b098c feat: add-task usability improvements (#2767)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2767
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-01-04 15:54:09 +00:00
8c44ed83e6
feat: use transition component everywhere
All checks were successful
continuous-integration/drone/pr Build is passing
2022-11-14 22:08:54 +01:00
302728526a
chore(quick add magic): clarify the use of spaces for lists and labels
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-13 16:31:30 +02:00
f3835d7dfe fix(quick-add-magic): use ButtonLink
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-06 21:07:26 +00:00
3b9bc5b2f8 feat: use BaseButton where easily possible
This replaces links with BaseButton components. BaseButton will use `<button type="button">` inside for this case. This improves accessibility a lot. Also we might be able to remove the `.stop` modifiers in some places because AFAIK the button element stops propagation by default.
2022-07-06 21:07:26 +00:00
Dominik Pschenitschni
1bf378608e feat quick-add-magic script setup (#1926)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1926
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-05-14 15:02:41 +00:00
ba9f69344a
feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
a3329f1b42
feat: add lang ts to script block 2022-04-02 17:15:46 +02:00
8b8e413af0 feat: recurring for quick add magic (#1105)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1105
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-12-07 20:08:39 +00:00
dpschen
8e6e52bf02 feat: wrap edit-task with card (#948)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #948
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-13 14:13:56 +00:00
d47b13647e feat(natural language): make natural language prefixes configurable (#795)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #795
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-09-29 18:30:55 +00:00
dpschen
4f2378ff02 feat: add variant hint-modal to modal component (#764)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #764
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-09-24 18:08:48 +00:00
dedf6cbf21
fix: quick add magic assignee prefix in explanation
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-24 19:47:40 +02:00
f68794bd01
Change quick add magic characters to be more familiar with the todoist ones
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-07-06 14:53:32 +02:00
c8209c6c10 Quick add magic for tasks (#570)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #570
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-05 10:29:04 +00:00