1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-03 19:19:46 +00:00
Commit Graph

77 Commits

Author SHA1 Message Date
4e78b5615e chore: removed all references to namespaces and lists (old names for what projects are now) 2024-04-29 16:45:42 +02:00
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
1ef9ed4e67 added fields to task view, changed icon of task editing. 2024-02-16 19:11:16 +01:00
aa0f56231f added bottomsheet for task preview 2024-02-15 22:32:17 +01:00
092386db2e fixed description not being visible in light mode 2024-02-15 10:48:56 +01:00
13b7eb7368 removed task description from tasktile. 2024-02-11 23:01:12 +01:00
b0d60e1c12 fixed kanban by moving is_default_bucket from bucket to list 2024-01-06 01:06:47 +01:00
62aeeedca6 added html renderer to task description in overview. 2024-01-05 22:29:34 +01:00
7db2cc1e67 fixed typo, removed unnecessary print statements 2023-12-03 21:21:28 +01:00
347bd6cd66 added priority to task subtitle 2023-11-28 17:05:30 +01:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02:00
b1cd3c8862 fixed loading of empty view 2023-05-15 18:24:39 +02:00
7451836cf1 removed substring to avoid identifier being cut 2023-05-10 21:10:34 +02:00
11f20302b6 removed unnecessary imports 2023-01-06 17:16:51 +01:00
e8f1edfdbe moved kanban widget to own class to declutter list.dart 2023-01-06 17:15:46 +01:00
93f162fe07 fixed color in light mode for kanban view 2023-01-06 17:14:12 +01:00
db336be2d3 moved pagestatus to own class for usage in more locations 2023-01-06 15:57:24 +01:00
e3e23e8c27 - made client return null and not an empty response when loading from the server.
- added scrolling ability to every window even when getting tasks fails.
- fixed error handler in client to always show snackbar
2022-10-14 18:07:35 +02:00
1e9b7bdf94 add quotes around user facing item titles 2022-09-07 13:14:33 -05:00
8191c83c36 make Task.identifier non-nullable 2022-09-04 13:30:58 -05:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
416d2e0187 fixed bugs from merge with master 2022-08-27 23:57:42 +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
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
Paul Nettleton
b697944a6e moved due date check to task.dart 2022-08-05 00:56:27 -05:00
Paul Nettleton
e73daab38e switched checkbox detection to regex, also moved it to helper function 2022-08-05 00:25:31 -05:00
Paul Nettleton
1083ad6811 rearrange tasks in full buckets 2022-08-02 23:31:02 -05:00
Paul Nettleton
d867a4d8ad impose bucket limits for task dragging 2022-08-02 18:56:12 -05:00
Paul Nettleton
c93e92c302 done tasks are not marked past due, minor formatting changes 2022-08-02 18:25:12 -05:00
Paul Nettleton
e00be1f8b1 use identifier instead of id for card display 2022-08-02 11:59:03 -05:00
Paul Nettleton
e56403a6b5 minor color changes 2022-08-02 11:02:01 -05:00
Paul Nettleton
1315d7812c move tasks around buckets, some cleanup 2022-08-02 00:23:52 -05:00
Paul Nettleton
0762a7ae14 buckets edit title, isDoneBucket, & limit; bucket deletion 2022-07-28 04:16:39 -05:00
Paul Nettleton
ad30897bb3 maintain updated task states 2022-07-27 13:48:16 -05:00
Paul Nettleton
c3a7962679 edit task color, update edited task, some cleanup 2022-07-27 13:10:01 -05:00
Paul Nettleton
5d6120a7ac converted to slivers, added bucket reordering, small theme changes 2022-07-26 19:15:17 -05:00
Paul Nettleton
50eccce18d task card formatting 2022-07-23 18:08:59 -05:00
Paul Nettleton
b4989181dc bucket formatting 2022-07-22 16:46:22 -05:00
Paul Nettleton
b10a6577a1 add buckets, add/edit tasks in buckets 2022-07-19 04:47:37 -05:00
Paul Nettleton
ad665e68cc basic kanban view 2022-07-15 09:25:16 -05:00
6ced47ddea added option to enter custom due date in AddDialog 2022-05-05 21:15:45 +02:00
e448faf693 updated datetimePicker with time function 2022-04-21 21:28:50 +02:00
6f52c2563b added TimePicker to datetimePicker 2022-04-21 20:32:47 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
a77f561201 fixed bug where text field would clear on new time selection 2022-04-15 23:55:55 +02:00
0277af9b6c further improved landing page. always sets due date. shows due date in list. 2022-04-15 23:48:23 +02:00
a94c96ebe1 moved from fontweight to color since fontweight only works with some fonts. 2022-04-15 20:23:51 +02:00
d6482e881b implemented showInfo for more details on landing page 2022-04-15 20:14:41 +02:00
059f36c828 migrated from FlatButton to TextButton 2022-04-12 21:17:20 +02:00