Commit Graph

3661 Commits

Author SHA1 Message Date
f70b1d2902 feat: color the task color button when the task has a color set (#2331)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2331
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-15 12:46:12 +00:00
4fce71f729
fix: remove margin from the color bubble component itself
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-15 14:37:07 +02:00
84260841be feat(list): add info dialoge to show list description (#2368)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2368
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-15 12:36:43 +00:00
6d9c4a7aa0
chore: improve types
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-15 14:32:29 +02:00
b24d5f2dce fix(quick add magic): time parsing for certain conditions (#2367)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2367
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-15 11:59:29 +00:00
2683fec0a6
feat: show the task color bubble everywhere
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-15 13:56:14 +02:00
2df2bd38e2
fix: only try to save user settings when a user is authenticated
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-15 12:36:19 +02:00
91976e23f9
fix: redirect to login when the jwt token expires 2022-09-15 12:35:53 +02:00
Dominik Pschenitschni
602ab8379e fix: vue-i18n global scope (#2366)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2366
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-15 09:54:01 +00:00
92f24e59a7
fix: don't parse dates in urls
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2353
2022-09-15 10:23:37 +02:00
49217889b5
fix: bucket title edit success message appearing twice
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-15 10:08:17 +02:00
9c367877f4 chore(deps): update dependency vite to v3.1.1 (#2365)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2365
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-15 08:03:08 +00:00
064001e259 chore(deps): update dependency postcss-preset-env to v7.8.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-09-15 06:03:05 +00:00
0316656d81 chore(deps): update dependency autoprefixer to v10.4.11 (#2363)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2363
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-14 19:18:06 +00:00
a18c6ab8d8
feat: move the update available dialoge always to the bottom
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-14 19:06:34 +02:00
bdf992c9bf
feat: color the color button icon instead of the button itself
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-14 18:56:51 +02:00
51c806c12b
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-14 18:43:56 +02:00
a6e9b36bd6 feat(link shares): allows switching the initial view by passing a query parameter (#2335)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2335
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-14 16:37:54 +00:00
854068fff9 chore(deps): update dependency cypress to v10.8.0 (#2359)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2359
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-14 14:46:03 +00:00
6576b6148c
feat: move the url link to the bottom of the items
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-14 16:31:05 +02:00
224cea33ce
feat: make share link name italic
Some checks reported errors
continuous-integration/drone/pr Build was killed
2022-09-14 16:27:57 +02:00
7e7fa807fd
chore: set more expressive variable names for available views dropdowns
Some checks reported errors
continuous-integration/drone/pr Build was killed
2022-09-14 16:17:31 +02:00
Dominik Pschenitschni
f083f181e2 fix: only warn once if triggeredNotifications are not supported (#2344)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2344
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-14 12:45:21 +00:00
2b82df5dbd
Merge branch 'main' into feature/redirect-to-specific-view
All checks were successful
continuous-integration/drone/pr Build is passing
# Conflicts:
#	src/components/sharing/linkSharing.vue
2022-09-13 22:07:50 +02:00
e67fc7fb7e
fix: use proper computed for available views list
Some checks failed
continuous-integration/drone/pr Build is failing
2022-09-13 22:04:24 +02:00
Dominik Pschenitschni
db8b8812af feat: use v-model more consequent (#2356)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2356
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-13 15:30:33 +00:00
2013924949 chore(deps): update dependency autoprefixer to v10.4.10 (#2355)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2355
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-13 15:17:25 +00:00
1a11b43ca8 feat: improve models
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-13 14:59:02 +00:00
61427987c2 fix(deps): update dependency date-fns to v2.29.3 (#2354)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2354
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-13 13:26:48 +00:00
Dominik Pschenitschni
7b398f73f6 feat: add fallback for useCopyToClipboard (#2343)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2343
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-13 12:56:29 +00:00
64726a6421 fix(deps): update dependency blurhash to v2 (#2351)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2351
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-13 12:54:46 +00:00
53858e0c31 chore(deps): update typescript-eslint monorepo to v5.37.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-09-12 18:02:50 +00:00
2f0f648d28 chore(deps): update dependency eslint to v8.23.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-12 06:14:59 +00:00
6e026cc7cc chore(deps): update dependency netlify-cli to v11.7.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-12 06:13:48 +00:00
d0fefd3c08 chore(deps): update dependency caniuse-lite to v1.0.30001397
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-12 06:12:28 +00:00
4dd397e3d2 chore(deps): update dependency autoprefixer to v10.4.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-09-12 00:03:06 +00:00
2a41ccb980 [skip ci] Updated translations via Crowdin 2022-09-11 00:31:16 +00:00
38d72b59df chore(deps): update dependency vitest to v0.23.2
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-09-10 08:02:50 +00:00
add080d214 [skip ci] Updated translations via Crowdin 2022-09-10 00:31:03 +00:00
65f9def438 chore(deps): update dependency typescript to v4.8.3 (#2341)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2341
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-09-09 06:57:05 +00:00
f1a726550e [skip ci] Updated translations via Crowdin 2022-09-09 00:31:14 +00:00
26d02d5593
feat: programmatically generate list of available views
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-08 16:29:29 +02:00
5f678e2449
chore: remove unused id
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-08 16:26:51 +02:00
23598dd2ee
fix: introduce a ListView type to properly type all available list views
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-08 14:11:19 +02:00
d91d1fecf1
chore: remove &nbsp;
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-08 13:58:49 +02:00
7a457eb161
feat(link shares): cleanup link share table
All checks were successful
continuous-integration/drone/pr Build is passing
2022-09-08 13:56:52 +02:00
d3171b59be
feat(link shares): allows switching the initial view by passing a query parameter 2022-09-08 13:56:50 +02:00
63f5f446fd feat(link shares): hide the logo if a query parameter was passed
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-08 09:56:09 +00:00
b8d77a617b
chore: rearrange non-dev dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-08 11:34:48 +02:00
d822709991
chore: automerge renovate dev dependency updates
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-08 11:31:51 +02:00