Commit Graph

2160 Commits

Author SHA1 Message Date
75cbc73b33
fix: loading spinner
Some checks failed
continuous-integration/drone/pr Build is failing
2021-12-29 20:59:30 +01:00
950fdce111
chore: move datepicker popup to real popup component 2021-12-29 20:54:01 +01:00
932f1774ec
feat: move date filter to popup and improve styling 2021-12-29 20:36:53 +01:00
d825960836
chore: make showNulls and showOverdue computed 2021-12-29 18:12:43 +01:00
f691e96e22
fix: checkboxes 2021-12-29 18:06:12 +01:00
0d6ef8f18a
chore: move task sorting to computed 2021-12-29 17:24:56 +01:00
d6dd1fc0e3
fix: date range 2021-12-29 17:22:14 +01:00
729aa7d4cc
fix: date format 2021-12-29 17:08:33 +01:00
c24b8af00d
fix: pay attention to week start setting 2021-12-29 16:51:21 +01:00
8f8d25ece1
feat: add more date ranges and make sure they actually make sense 2021-12-29 16:48:34 +01:00
e93be0d04c
chore: cleanup old stuff 2021-12-29 16:06:05 +01:00
a5b23a7048
feat: disable time 2021-12-29 16:03:29 +01:00
858e7d60a6
docs: add fixmes 2021-12-29 16:03:05 +01:00
12317c56b3
feat: make the custom button actually do stuff 2021-12-29 16:01:59 +01:00
378f782d44
fix: disable broken stuff 2021-12-29 16:01:23 +01:00
b274a796d4
chore: use ts 2021-12-29 16:00:06 +01:00
3d1c1e41c7
feat: make active class work 2021-12-29 15:56:50 +01:00
8115563d67
feat: add new component for a datepicker with range 2021-12-29 15:44:13 +01:00
7408c37dec
chore: cleanup and reorganize the date selection 2021-12-28 23:50:04 +01:00
7e8e26679c chore(deps): update dependency vite to v2.7.7 (#1247)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1247
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-26 09:33:35 +00:00
838db379ff fix(deps): update dependency @vueuse/core to v7.4.1 (#1244)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1244
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-26 09:33:12 +00:00
77da84d21a fix(deps): update dependency @vueuse/router to v7.4.1 (#1245)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1245
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-25 20:23:47 +00:00
91b80cba67 chore(deps): update dependency esbuild to v0.14.8 (#1242)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1242
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-23 08:50:34 +00:00
ac57c8572a fix(deps): update dependency vue-i18n to v9.2.0-beta.25 (#1240)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1240
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-23 08:49:52 +00:00
858448b877 chore(deps): update dependency esbuild to v0.14.7
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
2021-12-22 11:03:15 +00:00
8409db98f6 fix(deps): update dependency vue-i18n to v9.2.0-beta.24 (#1238)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1238
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 10:12:07 +00:00
04cc01daaf chore(deps): update dependency postcss-preset-env to v7.1.0 (#1237)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1237
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 10:11:51 +00:00
70f8d46b6c chore(deps): update dependency cypress to v9.2.0 (#1232)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1232
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 10:11:15 +00:00
15114e487b chore(deps): update dependency caniuse-lite to v1.0.30001292 (#1234)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1234
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 08:25:19 +00:00
7f79f2a7b3 chore(deps): update dependency netlify-cli to v8.4.2 (#1235)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1235
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 08:24:56 +00:00
7387112172 chore(deps): update dependency vite to v2.7.6 (#1236)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1236
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-22 08:24:08 +00:00
Dominik Pschenitschni
3743cdc058 [skip ci] Updated translations via Crowdin 2021-12-22 02:09:16 +00:00
Dominik Pschenitschni
ce02462cfe [skip ci] Updated translations via Crowdin 2021-12-21 22:09:27 +00:00
Dominik Pschenitschni
7af21c48d5 [skip ci] Updated translations via Crowdin 2021-12-21 18:07:40 +00:00
Dominik Pschenitschni
943e554a58 feat: improve playPop helper (#1229)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1229
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2021-12-21 17:56:48 +00:00
e885d8ae70 chore(deps): update dependency vue-tsc to v0.30.0
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-21 17:04:57 +00:00
2cef6cb343 chore(deps): update dependency netlify-cli to v8.4.1
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-21 16:33:57 +00:00
7ebca9afc5 feat/alphabetical-sort (#1162)
All checks were successful
continuous-integration/drone/push Build is passing
Alphabetical sorting.
Disables re-ordering when applied.
Does not work with the search button as expected, but neither do the filters tbh... Works fine with the search in the filters menu.

I know we talked about having a dropdown but since this is pretty much finished I thought I'd submit a PR. I am a bit short on time these days but may submit a new PR to add the dropdown ( should be simple enough )

Co-authored-by: Stefan Genov <stefantigro@gmail.com>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1162
Reviewed-by: konrad <k@knt.li>
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: Michaelpalacce <stefantigro@gmail.com>
Co-committed-by: Michaelpalacce <stefantigro@gmail.com>
2021-12-21 16:29:49 +00:00
d86eb9ea0b chore(deps): update dependency netlify-cli to v8.3.0 (#1228)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1228
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-21 14:29:51 +00:00
Dominik Pschenitschni
063592ca3d fix: auth and move logic to router (#1201)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1201
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2021-12-21 08:02:03 +00:00
d9fa0dd2bc chore(deps): update dependency sass to v1.45.1 (#1227)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1227
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-21 07:36:28 +00:00
4cbacafbbb chore(deps): update dependency netlify-cli to v8.2.4 (#1226)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1226
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 22:23:49 +00:00
2ce260bcf1 chore(deps): update typescript-eslint monorepo to v5.8.0 (#1225)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1225
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 20:30:51 +00:00
d606be3459 chore(deps): update dependency netlify-cli to v8.2.3 (#1224)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1224
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 19:11:12 +00:00
d79b14221d chore(deps): update dependency netlify-cli to v8.2.1 (#1223)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1223
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 18:38:14 +00:00
fdbacc2084 chore(deps): update dependency netlify-cli to v8.2.0 (#1222)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [netlify-cli](https://github.com/netlify/cli) | devDependencies | minor | [`8.1.9` -> `8.2.0`](https://renovatebot.com/diffs/npm/netlify-cli/8.1.9/8.2.0) |

---

### Release Notes

<details>
<summary>netlify/cli</summary>

### [`v8.2.0`](https://github.com/netlify/cli/blob/master/CHANGELOG.md#&#8203;820-httpswwwgithubcomnetlifyclicomparev819v820-2021-12-20)

[Compare Source](https://github.com/netlify/cli/compare/v8.1.9...v8.2.0)

##### Features

-   remove unused `--name` flag ([#&#8203;3766](https://www.github.com/netlify/cli/issues/3766)) ([07c4bcc](07c4bcc950))

##### [8.1.9](https://www.github.com/netlify/cli/compare/v8.1.8...v8.1.9) (2021-12-20)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v14.18.1 ([#&#8203;3855](https://www.github.com/netlify/cli/issues/3855)) ([9145946](9145946ff1))
-   **deps:** update rust crate simple_logger to 1.16.0 ([#&#8203;3857](https://www.github.com/netlify/cli/issues/3857)) ([2c12cb4](2c12cb4e20))
-   **deps:** update rust crate tokio to 1.15.0 ([#&#8203;3859](https://www.github.com/netlify/cli/issues/3859)) ([a48643f](a48643fc00))
-   **switch:** fix switch command error when no user logged in ([#&#8203;3851](https://www.github.com/netlify/cli/issues/3851)) ([74cc879](74cc879291))

##### [8.1.8](https://www.github.com/netlify/cli/compare/v8.1.7...v8.1.8) (2021-12-17)

##### Bug Fixes

-   fixes an issue with yarn pnp on installing ([#&#8203;3841](https://www.github.com/netlify/cli/issues/3841)) ([aa14231](aa14231094))

##### [8.1.7](https://www.github.com/netlify/cli/compare/v8.1.6...v8.1.7) (2021-12-16)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;netlify/plugin-edge-handlers](https://github.com/netlify/plugin-edge-handlers) to v3 ([#&#8203;3754](https://www.github.com/netlify/cli/issues/3754)) ([475c9e6](475c9e6606))

##### [8.1.6](https://www.github.com/netlify/cli/compare/v8.1.5...v8.1.6) (2021-12-16)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;netlify/config](https://github.com/netlify/config) to v17 ([#&#8203;3838](https://www.github.com/netlify/cli/issues/3838)) ([ede3514](ede351485b))

##### [8.1.5](https://www.github.com/netlify/cli/compare/v8.1.4...v8.1.5) (2021-12-16)

##### Bug Fixes

-   **deps:** update dependency stripe to v8.194.0 ([#&#8203;3806](https://www.github.com/netlify/cli/issues/3806)) ([ed1ae44](ed1ae448e6))

##### [8.1.4](https://www.github.com/netlify/cli/compare/v8.1.3...v8.1.4) (2021-12-15)

##### Bug Fixes

-   remove oclif framework and fixes an issue with sites:create ([#&#8203;3717](https://www.github.com/netlify/cli/issues/3717)) ([a920292](a920292165))

##### [8.1.3](https://www.github.com/netlify/cli/compare/v8.1.2...v8.1.3) (2021-12-14)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;netlify/build](https://github.com/netlify/build) to ^20.3.1 ([#&#8203;3823](https://www.github.com/netlify/cli/issues/3823)) ([79ca026](79ca026c8d))

##### [8.1.2](https://www.github.com/netlify/cli/compare/v8.1.1...v8.1.2) (2021-12-14)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;netlify/framework-info](https://github.com/netlify/framework-info) to v7 ([#&#8203;3821](https://www.github.com/netlify/cli/issues/3821)) ([7866fa9](7866fa9c7e))
-   **deps:** update dependency [@&#8203;netlify/plugins-list](https://github.com/netlify/plugins-list) to ^6.2.0 ([#&#8203;3819](https://www.github.com/netlify/cli/issues/3819)) ([0ce075f](0ce075f0f2))

##### [8.1.1](https://www.github.com/netlify/cli/compare/v8.1.0...v8.1.1) (2021-12-13)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;netlify/plugins-list](https://github.com/netlify/plugins-list) to ^6.1.0 ([#&#8203;3813](https://www.github.com/netlify/cli/issues/3813)) ([74c2020](74c2020e1a))
-   **deps:** update dependency typescript to v4.5.3 ([#&#8203;3802](https://www.github.com/netlify/cli/issues/3802)) ([b018b3f](b018b3f006))
-   **deps:** update rust crate simple_logger to 1.15.1 ([#&#8203;3804](https://www.github.com/netlify/cli/issues/3804)) ([0481ab6](0481ab610b))

</details>

---

### Configuration

📅 **Schedule**: 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).

Reviewed-on: #1222
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 15:43:24 +00:00
dd123dadd2 chore(deps): update dependency netlify-cli to v8.1.9 (#1221)
Some checks failed
continuous-integration/drone/push Build is failing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [netlify-cli](https://github.com/netlify/cli) | devDependencies | patch | [`8.1.8` -> `8.1.9`](https://renovatebot.com/diffs/npm/netlify-cli/8.1.8/8.1.9) |

---

### Release Notes

<details>
<summary>netlify/cli</summary>

### [`v8.1.9`](https://github.com/netlify/cli/blob/master/CHANGELOG.md#&#8203;819-httpswwwgithubcomnetlifyclicomparev818v819-2021-12-20)

[Compare Source](https://github.com/netlify/cli/compare/v8.1.8...v8.1.9)

</details>

---

### Configuration

📅 **Schedule**: 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).

Reviewed-on: #1221
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 14:46:13 +00:00
b088a5e864 chore(deps): update dependency vite to v2.7.4
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-20 12:49:37 +00:00
63008e59a3 fix(deps): update dependency codemirror to v5.65.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-12-20 11:02:53 +00:00
3a1da44c94 chore(deps): update dependency eslint to v8.5.0 (#1213)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1213
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-20 08:37:38 +00:00