Commit Graph

48 Commits

Author SHA1 Message Date
96a6d43a3f
fix(quick add magic): ensure month is removed from task text
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3874
2024-01-10 23:54:42 +01:00
d7ce8dd320
fix(quick add magic): repeating intervals in words
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3676
2023-07-13 18:20:30 +02:00
25b110ce48
fix(quick add magic): annually and variants spelling
All checks were successful
continuous-integration/drone/push Build is passing
Related to #3676
2023-07-13 18:05:19 +02:00
69e94e58c4
fix: tests
Some checks reported errors
continuous-integration/drone/pr Build was killed
2023-06-12 16:35:47 +02:00
d8ad934643
feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
10ac1ff66a chore: use startsWith for prefix matching 2023-06-05 14:09:19 +00:00
7b6a13dd52 fix: ensure all matched quick add magic parts are correctly removed from the task 2023-06-05 14:09:19 +00:00
0724776ccb fix(quick add magic): don't replace the prefix in every occurrence when it is present in the matched part 2023-06-05 14:09:19 +00:00
35a52ef01b
fix(quick add magic): date parsing with a date at the beginning
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/110
2023-04-11 18:12:08 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
b9d3b5c756 feat: rename files with list to project 2023-03-14 14:04:23 +00:00
b799233bca
fix(quick add magic): correctly parse "next {weekday}" on the beginning of the text
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3022
2023-01-29 15:32:01 +01:00
2af42f8fbe
fix(quick add magic): make sure assignees which don't exist are not removed from task title
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2927
2023-01-12 13:32:00 +01:00
463d22b07c
fix(quick add magic): don't create a new label multiple times if it is used in multiple tasks
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/94
2022-12-04 20:19:43 +01:00
b2da4fd126
fix(task): pass a list specified via quick add magic down to all subtasks created via indention
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2771
2022-12-02 18:39:52 +01:00
02448700b3
fix(quick add magic): don't parse labels, assignees or lists as date expressions if they are called that
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/setting-today-label-using-quick-add-magic/969
2022-11-08 15:35:13 +01:00
599e28e5e5
feat: type improvements 2022-10-31 22:42:28 +01:00
a70a2e3ba6
feat(gantt): use time constants 2022-10-27 17:49: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
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
1a11b43ca8 feat: improve models
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-13 14:59:02 +00:00
7d4ba6249e
feat: add modelTypes 2022-09-05 17:57:21 +02:00
041a1a4cc0
move constants 2022-09-05 17:43:55 +02:00
106abfc842
fix: merge duplicate types 2022-09-05 17:43:24 +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
8fb00653e4
feat: constants 2022-09-05 16:37:37 +02:00
518417c0de
feat: add more testcases for parsing weekdays
All checks were successful
continuous-integration/drone/push Build is passing
Related to vikunja/api#1223
2022-07-31 18:16:31 +02:00
dff5d84ebb
fix: make sure weekday parsing in quick add magic ignores the casing
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2105
2022-07-11 12:35:08 +02:00
d325810e55 fix imports
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-23 11:25:49 +00:00
15b67136fe
feat: rename js files to ts 2022-04-02 17:14:59 +02:00
d913fa1745
fix: edge cases for dates where the next month had fewer days than the current one
All checks were successful
continuous-integration/drone/push Build is passing
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
ed88fb91bc fix: don't recognize emails in quick add magic (#1335)
Some checks reported errors
continuous-integration/drone/push Build was killed
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1335
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:17:01 +00:00
8114012997
feat: replace jest with vitest
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-01-04 14:16:47 +01:00
8b8e413af0 feat: recurring for quick add magic (#1105)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #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)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #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
d47b13647e feat(natural language): make natural language prefixes configurable (#795)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #795
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-09-29 18:30:55 +00:00
4b64e27d2b
fix(natural language parser): parts of week days in other words
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-26 15:00:11 +02:00
403d77ce14
fix(natural language parser): fix parsing short days
Some checks failed
continuous-integration/drone/push Build is failing
related: #773
2021-09-26 14:38:15 +02:00
dpschen
07a6a31f47 chore: move constants in folder (#732)
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: #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
8b4efeeb11
Another day, another js date edge-case
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-01 22:12:46 +02:00
f216797d4e
Fix parsing dates on the last day of the month
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-31 20:02:54 +02:00
c45911fd36 Fix date parsing parsing words with weekdays in them (#607)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #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
d81b4117f5
Fix quick actions not working when nonexisting lists where left over in history
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-20 18:03:38 +02:00
fa8492f97c Add typescript support for helper functions (#598)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #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
be0bc5c84f
Fix lists showing up multiple times in history
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-17 19:10:05 +02:00
d09eff1655
Show last visited list on home page
Some checks failed
continuous-integration/drone/push Build is failing
2021-07-06 22:22:57 +02:00