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

19 Commits

Author SHA1 Message Date
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
80b06f85dd fixed persistent reminders even when deleted 2022-08-28 00:37:39 +02:00
0a9d512d4f removed log calls 2022-08-27 23:58:47 +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
d31368ed27 minor fix for label modification 2022-08-02 17:23:56 -05:00
Paul Nettleton
7db84d3e23 Merge branch 'main' into list_view_kanban
# Conflicts:
#	lib/pages/list/task_edit.dart
2022-08-02 01:01:10 -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
c3a7962679 edit task color, update edited task, some cleanup 2022-07-27 13:10:01 -05:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
6a2e41bc86 fixed old method call for getting labels
fixed wrong datetime stamp for labels
2022-05-24 00:02:39 +02:00
112ff0bfbe added "you have unsaved changes" popup to task editing page. 2022-04-25 23:59:49 +02:00
125c9794bd fixed 'add reminder' button 2022-04-22 00:21:49 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
Timo Reichl
ee99869cf6
fix: warnings (#1)
* Ran make format

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Add VS Code launch config

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* pages/list/list.dart: Stop spinning wheel after adding a task

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* stores/list_store.dart: Fix updateTask() not being a future

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Replace FlatButton with TextButton widgets

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* components/TaskTile.dart: Remove dead code

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* theme/theme.dart: Fix accentColor deprecation

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* pages/list/list_edit.dart: Fix SnackBar.hideCurrentSnackBar() deprecation

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>

* Remove unused folder lib/managers

Signed-off-by: Timo Reichl <timo.reichl@mailbox.org>
2021-12-21 12:22:17 +01:00
Aleksandr Borisenko
7b50bce37b Updated Flutter & SDK 2021-08-23 10:08:11 +03:00
Aleksandr Borisenko
21ef483c32 Ported working the Edit Task dialog 2021-06-08 08:50:05 +03:00
Aleksandr Borisenko
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00