1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Denys Vitali
056b2d72c9
chore: format code with dart format (#71)
This PR formats all code with dart format and adds a step to the CI so that it will be checked on every push and PR.
2024-04-05 22:36:56 +02:00
b0d60e1c12 fixed kanban by moving is_default_bucket from bucket to list 2024-01-06 01:06:47 +01:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02:00
250a0e7553 change default id to 0 2022-09-07 15:18:49 -05:00
0633839f82 make models' created, updated, & lists non late 2022-09-04 14:06:35 -05:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
9161e1fa12 fixed kanban and login views 2022-08-28 01:27:55 +02:00
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
Paul Nettleton
1315d7812c move tasks around buckets, some cleanup 2022-08-02 00:23:52 -05:00
Paul Nettleton
ad665e68cc basic kanban view 2022-07-15 09:25:16 -05:00