Dominik Pschenitschni
dea1789a00
feat: type i18n improvements
2023-03-28 12:35:19 +02:00
WofWca
30adad5ae6
feat: mark undone if task moved from isDoneBucket ( #3291 )
...
Addresses #545 (not completely)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3291
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-28 10:21:19 +00:00
renovate
3ed6f939e5
chore(deps): update dependency vite-plugin-pwa to v0.14.7
2023-03-28 10:05:08 +00:00
cernst
3f5252dc24
feat: Add relative Reminders ( #1427 )
...
Partially resolves #1416
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1427
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-03-27 20:07:06 +00:00
renovate
a337d22c1f
fix(deps): update font awesome to v6.4.0
2023-03-27 18:27:34 +00:00
renovate
addfcf2510
chore(deps): update typescript-eslint monorepo to v5.57.0
2023-03-27 18:05:13 +00:00
renovate
303034f02c
chore(deps): update pnpm to v7.30.5
2023-03-27 14:04:54 +00:00
renovate
0fd44e9484
chore(deps): update dependency caniuse-lite to v1.0.30001470
2023-03-27 06:06:31 +00:00
renovate
04040f20ba
chore(deps): update dependency netlify-cli to v13.2.1
2023-03-27 00:06:51 +00:00
konrad
6c999ad148
fix: ensure same protocol for configured api url ( #3303 )
...
Resolves https://github.com/go-vikunja/frontend/issues/109
Vikunja would save the api url with `http` instead of `https` when the frontend was accessed via https. This was fine in most cases when the server would redirect all requests made to http to the secure https variant. However, in newer Firefox versions (and soon, Chrome probably as well) the browser would not follow that redirect anymore. Hence, we need to make sure to only make api requests to the same protocol. Doing API requests from an https hosted fronted to an http hosted api would probably fail already anyway.
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3303
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2023-03-26 19:18:47 +00:00
kolaente
823c817b1f
fix(import): don't try to load a nonexistant attachment file
2023-03-26 15:42:25 +02:00
renovate
cc519e6773
chore(deps): update dependency esbuild to v0.17.14
2023-03-26 03:05:27 +00:00
renovate
f9dcae4f65
chore(deps): update dependency @types/node to v18.15.10
2023-03-25 23:05:50 +00:00
renovate
84c3d0ef6d
fix(deps): update github.com/gocarina/gocsv digest to 9a18a84
2023-03-25 18:02:07 +00:00
kolaente
f4e12dab27
fix: add missing license header
2023-03-25 12:28:56 +00:00
kolaente
f0dcce702f
fix: lint
2023-03-25 12:28:56 +00:00
kolaente
9590b82c11
feat: add logging options to mailer settings
2023-03-25 12:28:56 +00:00
renovate
7987efcefc
fix(deps): update module github.com/wneessen/go-mail to v0.3.9
2023-03-25 12:28:56 +00:00
renovate
ade6c2cb18
chore(deps): update dependency postcss-preset-env to v8.1.0
2023-03-25 09:05:19 +00:00
renovate
4566b62a93
chore(deps): update dependency @types/node to v18.15.9
2023-03-25 08:05:10 +00:00
renovate
37d3ef24d2
chore(deps): update dependency @types/node to v18.15.8
2023-03-25 00:05:22 +00:00
kolaente
71265769ce
fix: update logo change only every hour
2023-03-24 23:30:26 +00:00
kolaente
a13c16ca03
fix: use time constant
2023-03-24 23:30:26 +00:00
kolaente
a33fb72ef8
fix: use onActivated
2023-03-24 23:30:26 +00:00
kolaente
c5776264c0
fix: only update daytime salutation when switching to home view
2023-03-24 23:30:26 +00:00
kolaente
078d8b39a9
fix(gantt): only update today value when changing to the gantt chart view
2023-03-24 23:30:26 +00:00
kolaente
b77c7c2f45
fix: add interval to uses of useNow so that it uses less resources
2023-03-24 23:30:26 +00:00
renovate
e369473dd0
chore(deps): update dependency esbuild to v0.17.13
2023-03-24 19:05:04 +00:00
cernst
5961e56d16
fix(caldav): Do not create label if it exists by title ( #1444 )
...
Resolves https://kolaente.dev/vikunja/api/issues/1435
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1444
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-03-24 18:34:48 +00:00
kolaente
33f0d0f85a
fix: update xgo in dockerfile to 1.20.2
...
Resolves https://kolaente.dev/vikunja/api/issues/1445
2023-03-24 19:24:25 +01:00
kolaente
4d5ad8f50e
chore(deps): update golangci-lint to 1.52.1
2023-03-24 19:17:45 +01:00
renovate
70501f9da1
chore(deps): update pnpm to v7.30.3
2023-03-24 14:04:24 +00:00
renovate
9bb7019b09
chore(deps): update dependency rollup to v3.20.2
2023-03-24 13:21:24 +00:00
renovate
f6e6c5c8fc
fix(deps): update module github.com/imdario/mergo to v0.3.15 ( #1443 )
...
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1443
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-03-24 10:16:51 +00:00
renovate
df4fe7a644
fix(deps): update sentry-javascript monorepo to v7.45.0
2023-03-24 10:06:38 +00:00
renovate
2f009d0b27
chore(deps): update dependency @types/node to v18.15.7
2023-03-24 09:05:25 +00:00
renovate
70d7def7d7
chore(deps): update dependency sass to v1.60.0
2023-03-24 07:11:01 +00:00
renovate
0033407f96
chore(deps): update pnpm to v7.30.2
2023-03-24 02:04:25 +00:00
renovate
b10a2329ca
chore(deps): update dependency @types/node to v18.15.6
2023-03-23 22:05:08 +00:00
WofWca
6870db4a72
fix: list view: don't sort tasks after marking one "done" ( #3285 )
...
See https://community.vikunja.io/t/list-view-tasks-being-sorted-after-marking-one-done-throws-you-off/1257/2
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3285
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-23 20:50:17 +00:00
WofWca
3643ffe0d0
fix: improve the "pop" sound a bit
...
Trim the (noisy) silence (especially at the start, because
that delay from making a change and playing a sound is a little
annoying), with fade-in and fade-out
Edited with Audacity
File(s) history:
7f5140bbb418f4a5b6252f8b62c9152ef3f657f3
955bd73feccefe8e8ca54d946d6223b43a0836ed
2023-03-23 23:38:52 +04:00
renovate
02971f6ff9
chore(deps): update dependency vite-plugin-pwa to v0.14.6
2023-03-23 12:05:31 +00:00
renovate
2fe4e7bb80
chore(deps): update dependency electron to v23.2.0 ( #143 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron ) | devDependencies | minor | [`23.1.4` -> `23.2.0`](https://renovatebot.com/diffs/npm/electron/23.1.4/23.2.0 ) |
---
### Release Notes
<details>
<summary>electron/electron</summary>
### [`v23.2.0`](https://github.com/electron/electron/releases/tag/v23.2.0 ): electron v23.2.0
[Compare Source](https://github.com/electron/electron/compare/v23.1.4...v23.2.0 )
### Release Notes for v23.2.0
#### Features
- Added the `enableLocalEcho` flag to the session handler `ses.setDisplayMediaRequestHandler()` callback for allowing remote audio input to be echoed in the local output stream when `audio` is a `WebFrameMain`. [#​37529](https://github.com/electron/electron/pull/37529 ) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37528 ))</span>
#### Fixes
- Fixed an issue where `BroadcastChannel` did not work correctly when `contextIsolation: false`. [#​37444](https://github.com/electron/electron/pull/37444 ) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37443 ))</span>
- Fixed an issue with potential dock icon duplication on macOS. [#​37624](https://github.com/electron/electron/pull/37624 ) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37623 ), [24](https://github.com/electron/electron/pull/37625 ))</span>
- Fixed issue with BrowserWindow not updating after call to previewFile. [#​37577](https://github.com/electron/electron/pull/37577 ) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37576 ), [24](https://github.com/electron/electron/pull/37578 ))</span>
- Improved error messages on `session.cookies.set` failure. [#​37596](https://github.com/electron/electron/pull/37596 ) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37595 ), [24](https://github.com/electron/electron/pull/37597 ))</span>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4wIn0=-->
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/143
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-03-23 11:49:53 +00:00
renovate
7d3c34b004
chore(deps): update pnpm to v7.30.1
2023-03-23 11:48:32 +00:00
renovate
f3ea6fd4dc
chore(deps): update dependency eslint-plugin-vue to v9.10.0
2023-03-23 11:05:38 +00:00
renovate
bed6b81a58
chore(deps): update dependency rollup to v3.20.1
2023-03-23 09:05:02 +00:00
renovate
f9bf9139b8
fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.10.0
2023-03-22 18:05:17 +00:00
Dominik Pschenitschni
96e2c81b7e
fix: ignore ts deprecations for now
...
see https://github.com/vuejs/tsconfig/issues/6
2023-03-22 15:47:21 +01:00
renovate
e62c00a187
chore(deps): update dependency typescript to v5
2023-03-22 13:05:25 +00:00
renovate
611419888a
chore(deps): update dependency vite-plugin-pwa to v0.14.5
2023-03-22 12:05:18 +00:00