1
0
Commit Graph

122 Commits

Author SHA1 Message Date
1a11b43ca8 feat: improve models 2022-09-13 14:59:02 +00:00
7d4ba6249e feat: add modelTypes 2022-09-05 17:57:21 +02:00
4a50e6aae2 fix: improve some types 2022-09-05 17:43:55 +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
af630d3b8c chore: improve type imports 2022-09-05 16:37:36 +02:00
e82a83c8cf fix: properly parse dates or null
Resolves https://kolaente.dev/vikunja/frontend/issues/2214
2022-08-02 15:19:58 +02:00
ff48178051 fix: general user settings empty when loading the settings page
Resolves https://kolaente.dev/vikunja/frontend/issues/2183
2022-07-21 16:11:45 +02:00
dff5d84ebb fix: make sure weekday parsing in quick add magic ignores the casing
Resolves https://kolaente.dev/vikunja/frontend/issues/2105
2022-07-11 12:35:08 +02:00
d064f0acc0 fix import type 2022-07-04 21:50:48 +00:00
24f3477d4b feat: enable quick add magic by default 2022-06-30 16:45:04 +02:00
297d283090 feat: improve colorIsDark helper
(also improve contrast of white label text)
2022-05-22 15:44:45 +00:00
080675b38f fix: uppercase types (#1810)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1810
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-04-18 17:32:40 +00:00
ba1a1fc041 chore: fix type 2022-04-09 19:57:19 +02:00
16d8c2224b feat: add TSDoc definition to some models 2022-04-02 17:17:09 +02:00
658ca4c955 feat: convert navigation to script setup and ts 2022-04-02 17:17:08 +02:00
b5f867cc66 feat: convert some helpers to typescript 2022-04-02 17:16:58 +02:00
a3329f1b42 feat: add lang ts to script block 2022-04-02 17:15:46 +02:00
15b67136fe feat: rename js files to ts 2022-04-02 17:14:59 +02:00
4cff3ebee1 feat: use blurHash when loading list backgrounds (#1188)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1188
2022-04-02 15:05:30 +00:00
db47c1f10c chore: move converting params to service 2022-02-27 17:21:07 +01:00
a8ee54d626 Merge branch 'main' into feature/date-math 2022-02-27 16:40:49 +01:00
c06cc6ad7a fix: pop sound not saved and played when marking tasks done 2022-02-26 14:48:46 +01:00
0b6a74d11e Merge branch 'main' into feature/date-math 2022-02-20 20:25:06 +01:00
8df73c973b feat: use AuthenticatedHTTPFactory for refreshToken (#1546)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1546
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-02-18 19:14:38 +00:00
204e94aa74 chore: programmatically convert filter values to snake_case 2022-02-06 20:48:37 +01:00
84f177c80e feat: reduce dependency on router and move everything to route props instead 2022-02-06 20:11:13 +01:00
bcd34efe91 chore: convert ShowTasks component to script setup and ts 2022-02-06 16:04:49 +01:00
7aa2cfc8d4 feat: add date range filter to task filters 2022-02-06 12:43:40 +01:00
a8ac2fc2dd Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
6ff621ada1 chore: ignore wrong second argument argument for cause
see: https://github.com/tc39/proposal-error-cause
2022-01-30 16:58:59 +01:00
de3c47dc69 fix ts errors in various files 2022-01-30 16:53:46 +01:00
423195155e Merge branch 'main' into feature/vue3-modals-with-router-4 2022-01-30 12:40:36 +01:00
d913fa1745 fix: edge cases for dates where the next month had fewer days than the current one 2022-01-30 12:38:17 +01:00
931941359b fix: don't try to parse date numbers with letters around them 2022-01-30 12:37:14 +01:00
cd92d224a2 Merge branch 'main' into feature/login-improvements 2022-01-23 17:06:49 +00:00
e2d9aa3d7f Merge branch 'main' into feature/vue3-modals-with-router-4
# Conflicts:
#	src/router/index.ts
#	src/views/tasks/TaskDetailView.vue
2022-01-18 21:47:17 +01:00
50c3bcd793 fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
310578d349 Merge branch 'main' into feature/login-improvements
# Conflicts:
#	src/components/misc/no-auth-wrapper.vue
#	src/styles/components/_index.scss
#	src/views/user/Login.vue
#	src/views/user/Register.vue
2022-01-08 13:44:35 +01:00
76f4cca5fe fix: move local storage list view to router 2022-01-04 21:55:33 +01:00
cb37fd773d feat: convert to composable useDateTimeSalutation 2022-01-04 18:44:07 +00:00
d2577f1df6 feat: use useNow to provide auto updates 2022-01-04 18:44:07 +00:00
27534a98e9 feat: return full translation key 2022-01-04 18:44:07 +00:00
de77393905 feat: move the calculation of the current salutation to a different function 2022-01-04 18:44:07 +00:00
8114012997 feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
6041ad1482 Merge branch 'main' into feature/login-improvements 2021-12-26 12:19:44 +01:00
943e554a58 feat: improve playPop helper (#1229)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/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
05e054f501 feat: improve input validation for register form 2021-12-21 15:21:20 +01:00
b7aa7891e9 feat: redirect to calculated url everywhere 2021-12-17 15:41:11 +00:00
8b8e413af0 feat: recurring for quick add magic (#1105)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1105
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-12-07 20:08:39 +00:00