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
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05: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
6ced47ddea added option to enter custom due date in AddDialog 2022-05-05 21:15:45 +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
059f36c828 migrated from FlatButton to TextButton 2022-04-12 21:17:20 +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
2e04969689 Add improved loading indicators (#9) 2018-09-27 15:55:56 +00:00
08fa9167a2 Add improved loading indicators (#9) 2018-09-27 15:55:56 +00:00