konrad
|
b24d5f2dce
|
fix(quick add magic): time parsing for certain conditions (#2367)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2367
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2022-09-15 11:59:29 +00:00 |
|
kolaente
|
92f24e59a7
|
fix: don't parse dates in urls
Resolves #2353
|
2022-09-15 10:23:37 +02:00 |
|
Dominik Pschenitschni
|
1a11b43ca8
|
feat: improve models
|
2022-09-13 14:59:02 +00:00 |
|
Dominik Pschenitschni
|
7d4ba6249e
|
feat: add modelTypes
|
2022-09-05 17:57:21 +02:00 |
|
Dominik Pschenitschni
|
041a1a4cc0
|
move constants
|
2022-09-05 17:43:55 +02:00 |
|
Dominik Pschenitschni
|
106abfc842
|
fix: merge duplicate types
|
2022-09-05 17:43:24 +02:00 |
|
Dominik Pschenitschni
|
3766b5e51b
|
feat: improve store and model typing
|
2022-09-05 17:43:22 +02:00 |
|
Dominik Pschenitschni
|
c9e85cb52b
|
feat: improve types
|
2022-09-05 17:38:37 +02:00 |
|
Dominik Pschenitschni
|
8fb00653e4
|
feat: constants
|
2022-09-05 16:37:37 +02:00 |
|
kolaente
|
518417c0de
|
feat: add more testcases for parsing weekdays
Related to https://kolaente.dev/vikunja/api/issues/1223
|
2022-07-31 18:16:31 +02:00 |
|
kolaente
|
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 |
|
Dominik Pschenitschni
|
d325810e55
|
fix imports
|
2022-04-23 11:25:49 +00:00 |
|
Dominik Pschenitschni
|
15b67136fe
|
feat: rename js files to ts
|
2022-04-02 17:14:59 +02:00 |
|
kolaente
|
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 |
|
kolaente
|
931941359b
|
fix: don't try to parse date numbers with letters around them
|
2022-01-30 12:37:14 +01:00 |
|
konrad
|
ed88fb91bc
|
fix: don't recognize emails in quick add magic (#1335)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1335
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2022-01-09 10:17:01 +00:00 |
|
Dominik Pschenitschni
|
8114012997
|
feat: replace jest with vitest
|
2022-01-04 14:16:47 +01:00 |
|
konrad
|
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 |
|
Dominik Pschenitschni
|
20f0496fa5
|
fix: unit test for "should recognize dates of the month in the past but next month" (#1131)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1131
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-02 15:39:46 +00:00 |
|
konrad
|
d47b13647e
|
feat(natural language): make natural language prefixes configurable (#795)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/795
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-29 18:30:55 +00:00 |
|
kolaente
|
4b64e27d2b
|
fix(natural language parser): parts of week days in other words
|
2021-09-26 15:00:11 +02:00 |
|
kolaente
|
403d77ce14
|
fix(natural language parser): fix parsing short days
related: #773
|
2021-09-26 14:38:15 +02:00 |
|
dpschen
|
07a6a31f47
|
chore: move constants in folder (#732)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/732
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-10 14:21:33 +00:00 |
|
kolaente
|
8b4efeeb11
|
Another day, another js date edge-case
|
2021-09-01 22:12:46 +02:00 |
|
kolaente
|
f216797d4e
|
Fix parsing dates on the last day of the month
|
2021-08-31 20:02:54 +02:00 |
|
konrad
|
c45911fd36
|
Fix date parsing parsing words with weekdays in them (#607)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/607
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-25 10:45:17 +00:00 |
|
kolaente
|
d81b4117f5
|
Fix quick actions not working when nonexisting lists where left over in history
|
2021-07-20 18:03:38 +02:00 |
|
konrad
|
fa8492f97c
|
Add typescript support for helper functions (#598)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/598
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-19 18:20:49 +00:00 |
|
kolaente
|
be0bc5c84f
|
Fix lists showing up multiple times in history
|
2021-07-17 19:10:05 +02:00 |
|
kolaente
|
d09eff1655
|
Show last visited list on home page
|
2021-07-06 22:22:57 +02:00 |
|