Commit Graph

2640 Commits

Author SHA1 Message Date
renovate b171cfbf67 chore(deps): update dependency typescript to v4.6.2 (#1626)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1626
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-02 10:37:56 +00:00
renovate ba0c0342fd chore(deps): update typescript-eslint monorepo to v5.13.0 (#1624)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1624
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 19:20:59 +00:00
renovate 1081e7ea50 chore(deps): update dependency @vitejs/plugin-vue to v2.2.4 (#1622)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1622
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 18:51:07 +00:00
renovate ae51c44a5e chore(deps): update dependency vite to v2.8.5 (#1623)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1623
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 18:50:54 +00:00
renovate 7be75c998c fix(deps): update dependency vue-router to v4.0.13 (#1620)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1620
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 17:10:27 +00:00
renovate 600fba6b71 fix(deps): update sentry-javascript monorepo to v6.18.1 (#1621)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1621
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 17:10:15 +00:00
renovate 4aad36333d chore(deps): update dependency netlify-cli to v9.8.3 (#1619)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1619
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-28 06:52:05 +00:00
renovate e901aef521 chore(deps): update dependency vitest to v0.5.8 (#1618)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1618
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-27 21:17:08 +00:00
kolaente 7f2189b455
fix: don't rotate kanban cards while dragging
continuous-integration/drone/push Build is passing Details
The way I implemented that had a few annoying side effects like wiggling around when clicking on the bucket
2022-02-27 19:43:05 +01:00
kolaente b144802203
fix: "invalid date" error when trying to set a date and none was set before
continuous-integration/drone/push Build is passing Details
2022-02-27 16:39:21 +01:00
kolaente a23b4a96ee
fix: kanban board layout on mobile
continuous-integration/drone/push Build is passing Details
2022-02-27 16:36:20 +01:00
renovate fc0e3e0d51 fix(deps): update dependency @vueuse/core to v7.7.0 (#1613)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1613
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-26 17:14:08 +00:00
renovate fd857d3db3 fix(deps): update dependency @vueuse/router to v7.7.0 (#1614)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1614
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-26 16:26:11 +00:00
kolaente c06cc6ad7a
fix: pop sound not saved and played when marking tasks done
continuous-integration/drone/push Build is passing Details
2022-02-26 14:48:46 +01:00
kolaente 553fd54f78
fix(kanban): background content scrolling when opening a task
continuous-integration/drone/push Build is passing Details
2022-02-26 14:39:25 +01:00
kolaente 74ab197dc6
fix: don't always show a scrollbar
continuous-integration/drone/push Build is passing Details
2022-02-26 14:36:43 +01:00
kolaente 5b509da215
fix(kanban): make sure the buckets don't appear glued to the bottom 2022-02-26 14:28:55 +01:00
kolaente f54f533700
fix(kanban): transition animation for bucket footer when adding a new task
continuous-integration/drone/push Build is passing Details
2022-02-26 14:20:53 +01:00
kolaente 6d0cbc51f6
fix: missing app padding when opening the task detail modal
continuous-integration/drone/push Build is passing Details
2022-02-26 14:13:37 +01:00
kolaente 17ba56f12d
feat: rotate task cards slightly while moving them between buckets
continuous-integration/drone/push Build is passing Details
2022-02-26 14:03:30 +01:00
kolaente 051dd98ff7
fix: undo task done from list view
continuous-integration/drone/push Build is passing Details
2022-02-26 13:18:44 +01:00
kolaente 7b62a0895d
fix: update page title when changing the task title
continuous-integration/drone/push Build is passing Details
2022-02-26 13:14:08 +01:00
kolaente 45c05296a6
fix: hide "title required" error after entering text
continuous-integration/drone/push Build is passing Details
2022-02-26 13:05:39 +01:00
kolaente 1256c37b69
fix: removing a label from a task
continuous-integration/drone/push Build is passing Details
2022-02-26 12:57:59 +01:00
kolaente 9a55482681
fix: don't fire close event multiple times
continuous-integration/drone/push Build is passing Details
2022-02-26 12:55:38 +01:00
kolaente b83cec2f0e
fix: don't try to validate nonexisting fields
continuous-integration/drone/push Build is passing Details
2022-02-26 12:35:09 +01:00
kolaente 731506fab7
fix: don't try to filter notifications if there are none
continuous-integration/drone/push Build is passing Details
2022-02-26 12:33:49 +01:00
kolaente 8cdcfaf071
fix: don't try to sort tasks when none were returned
continuous-integration/drone/push Build is passing Details
2022-02-26 12:30:56 +01:00
renovate 42303e37df chore(deps): update dependency eslint to v8.10.0 (#1611)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1611
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-26 11:11:10 +00:00
renovate 683a68f3ef chore(deps): update dependency vitest to v0.5.7 (#1612)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1612
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-26 11:10:50 +00:00
renovate f2a0a444b5 fix(deps): update dependency ufo to v0.7.11 (#1610)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1610
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-25 22:16:35 +00:00
renovate 4dd914af13 chore(deps): update dependency rollup-plugin-visualizer to v5.6.0 (#1609)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1609
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-25 11:43:34 +00:00
renovate c7a35fa251 chore(deps): update dependency vue-tsc to v0.32.0 (#1608)
continuous-integration/drone/push Build is running Details
Reviewed-on: #1608
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-25 08:07:02 +00:00
renovate e5e546bc0f chore(deps): update dependency postcss to v8.4.7 (#1607)
continuous-integration/drone/push Build is running Details
Reviewed-on: #1607
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-25 08:06:11 +00:00
renovate bdad9dadc8 chore(deps): update dependency sass to v1.49.9 (#1606)
continuous-integration/drone/push Build is running Details
Reviewed-on: #1606
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-24 21:47:06 +00:00
renovate 46cc8e0cec fix(deps): update sentry-javascript monorepo to v6.18.0 (#1605)
continuous-integration/drone/push Build is failing Details
Reviewed-on: #1605
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-24 15:18:04 +00:00
renovate d8a60779ef chore(deps): update dependency vitest to v0.5.5 (#1604)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1604
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-24 11:02:02 +00:00
renovate 52948864ad chore(deps): update workbox monorepo to v6.5.0 (#1603)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1603
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-24 08:15:11 +00:00
renovate eb505bbc25 chore(deps): update dependency vitest to v0.5.4 (#1602)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1602
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-23 15:19:00 +00:00
Dominik Pschenitschni 9f5e68a125 feat: change preview api url (#1584)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1584
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-02-23 12:05:06 +00:00
drone 9bb73d9f64 [skip ci] Updated translations via Crowdin 2022-02-23 00:10:44 +00:00
renovate 1a50eb100c chore(deps): update dependency happy-dom to v2.41.0 (#1600)
continuous-integration/drone/push Build is failing Details
Reviewed-on: #1600
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-22 20:52:11 +00:00
renovate 7e787fd99d chore(deps): update dependency vitest to v0.5.3 (#1599)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1599
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-22 13:56:22 +00:00
renovate 3aec819e46 chore(deps): update dependency eslint-plugin-vue to v8.5.0 (#1598)
continuous-integration/drone/push Build is failing Details
Reviewed-on: #1598
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-22 09:28:24 +00:00
renovate 64d9de2aa6 chore(deps): update dependency rollup to v2.68.0 (#1597)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1597
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-22 07:14:57 +00:00
renovate 29675670c4 chore(deps): update dependency vitest to v0.5.1 (#1596)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1596
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-22 07:14:29 +00:00
drone b512f4a6b8 [skip ci] Updated translations via Crowdin 2022-02-22 00:10:46 +00:00
renovate 6d6220627c chore(deps): update typescript-eslint monorepo to v5.12.1 (#1595)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1595
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-21 19:16:25 +00:00
renovate e855728a3e fix(deps): update dependency codemirror to v5.65.2 (#1593)
continuous-integration/drone/push Build is failing Details
Reviewed-on: #1593
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-21 09:19:15 +00:00
renovate 15a966cf0d chore(deps): update dependency netlify-cli to v9 (#1590)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1590
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-21 07:42:47 +00:00