Commit Graph

3606 Commits

Author SHA1 Message Date
60a79996f4
feat: color the task color button when the task has a color set
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-07 17:57:44 +02:00
65fd2f14a0
feat: show user display name when searching for assignees on a list
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-07 17:05:44 +02:00
2e84c27d1e chore(deps): update dependency vite-svg-loader to v3.6.0 (#2327)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2327
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-07 14:29:59 +00:00
ee79a1d604 chore(deps): update dependency postcss-preset-env to v7.8.1 (#2328)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2328
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-07 13:23:59 +00:00
d17428d4d0 chore(deps): update dependency vue-tsc to v0.40.10 (#2326)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2326
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-07 13:23:30 +00:00
bca53ec8ae chore(deps): update dependency vite-plugin-pwa to v0.12.7 (#2325)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2325
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-07 13:22:35 +00:00
fef1af6ce7 chore(deps): update dependency @vue/eslint-config-typescript to v11.0.1 (#2324)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2324
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-06 15:06:58 +00:00
3209206260 fix(deps): pin dependency @types/lodash.clonedeep to 4.5.7 (#2323)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2323
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-06 12:20:22 +00:00
d819b9b0ba
fix: don't encode attachment upload file blob as json
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-06 13:02:49 +02:00
e95904351f
feat: add sponsor logo to readme (relm)
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-06 12:02:11 +02:00
a541afdf9d chore(deps): update dependency vue-tsc to v0.40.9 (#2322)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2322
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-06 09:27:57 +00:00
5d189035f2 chore(deps): update typescript-eslint monorepo to v5.36.2 (#2321)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2321
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-06 09:27:30 +00:00
dbea1f7a51 feat: convert services and models to ts (#1798)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1798
Reviewed-by: konrad <k@knt.li>
2022-09-06 09:26:48 +00:00
54de368642
fix: use typed useStore
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-05 20:10:32 +02:00
878b5bf236
fix: defaultListId 2022-09-05 19:01:42 +02:00
b4cba6f7d9
fix: mutation error in TaskDetailView 2022-09-05 19:01:42 +02:00
c06b781837
fix: don't try to set the bucket of a task when it was moved to a new list 2022-09-05 19:01:42 +02:00
9616badc33
fix: don't push a select event when nothing was selected 2022-09-05 19:01:42 +02:00
49f3b928cb
chore: minor fixes 2022-09-05 19:01:42 +02:00
7d4ba6249e
feat: add modelTypes 2022-09-05 17:57:21 +02:00
8416b1f448
fix: use new assignData method for default data 2022-09-05 17:57:21 +02:00
8be1f81848
fix: use IAbstract to extend model interface 2022-09-05 17:57:20 +02:00
d36577c04e
fix: mark abstractModel and abstractService abstract 2022-09-05 17:57:19 +02:00
2445f0eec8
chore: align docker cypress image version with drone 2022-09-05 17:43:56 +02:00
96f5f00c07
fix: use definite assignment assertion operator
We used declare which is the wrong use-case for this. See: https://www.typescriptlang.org/docs/handbook/2/classes.html#--strictpropertyinitialization
2022-09-05 17:43:56 +02:00
041a1a4cc0
move constants 2022-09-05 17:43:55 +02:00
4a50e6aae2
fix: improve some types 2022-09-05 17:43:55 +02:00
f9b51306c3
fix: createNewTask typing 2022-09-05 17:43:24 +02:00
106abfc842
fix: merge duplicate types 2022-09-05 17:43:24 +02:00
3ba423ed23
fix: use correct model for generics 2022-09-05 17:43:23 +02:00
244478400a
feat: improve store typing 2022-09-05 17:43:23 +02:00
a6b96f857d
feat: extend mode interface from class instead from interface 2022-09-05 17:43:22 +02:00
80eaf38090
fix: add lodash.clonedeep types 2022-09-05 17:43:22 +02:00
79e7e4a8ae
feat: use lib ESNext setting for typescript 2022-09-05 17:43:22 +02:00
3766b5e51b
feat: improve store and model typing 2022-09-05 17:43:22 +02:00
c9e85cb52b
feat: improve types 2022-09-05 17:38:37 +02:00
42e72d14a4
chore: better variable typing 2022-09-05 17:38:37 +02:00
6f93d6343c
chore: remove unnecessary defineComponent 2022-09-05 17:38:37 +02:00
4a247b2a7d
chore: remove global mixing 2022-09-05 17:38:11 +02:00
e93f95f8c2 fix(deps): update vueuse to v9.2.0 (#2320)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2320
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-05 15:30:31 +00:00
b0ee316a26
chore: remove date mixins 2022-09-05 16:37:37 +02:00
332acf012c
feat: function attribute typing 2022-09-05 16:37:37 +02:00
8fb00653e4
feat: constants 2022-09-05 16:37:37 +02:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
797de0c543
feat: add properties to models 2022-09-05 16:37:36 +02:00
74ad6e65e8
feat: convert abstractService to ts 2022-09-05 16:37:35 +02:00
02ddf90cbb chore(deps): update dependency vite to v3.1.0 (#2319)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2319
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-05 11:16:42 +00:00
59801d797b chore(deps): update dependency @vitejs/plugin-vue to v3.1.0 (#2318)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2318
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-05 11:16:00 +00:00
d7b7328a0e chore(deps): update dependency @vitejs/plugin-legacy to v2.1.0 (#2317)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2317
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-05 10:53:58 +00:00
377201dda9 chore(deps): update dependency vitest to v0.23.1 (#2316)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2316
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-05 09:30:13 +00:00