Commit Graph

41 Commits

Author SHA1 Message Date
Paul Nettleton d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
Benimautner 2a271287db Merge remote-tracking branch 'go-vikunja/main' into null-safety-migration
# Conflicts:
#	lib/models/list.dart
2022-08-27 23:55:25 +02:00
Benimautner b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
Benimautner 1c163097d8 fixed disappearing lists on edit 2022-08-26 17:38:32 +02:00
Paul Nettleton 71a836b806 moved bucket position and task kanbanPosition calculation to helper function 2022-08-05 02:15:49 -05:00
Paul Nettleton fe1076e2a1 minor bucket deletion change 2022-08-02 19:18:10 -05:00
Paul Nettleton 8bef344cd1 minor bucket dragging fix 2022-08-02 18:48:51 -05:00
Paul Nettleton e56403a6b5 minor color changes 2022-08-02 11:02:01 -05:00
Paul Nettleton 25f0d4e6d5 fixes from upstream changes, typing 2022-08-02 01:53:35 -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
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
Paul Nettleton 4a4ad2c9b3 added bottom navigation bar to list view 2022-07-10 05:21:48 -05:00
benimautner 94f6098f86 fixed some weird behavior that didnt display lists at all
todo: infinite scroll does not work
2022-05-08 10:16:06 +02:00
benimautner fd7f113cff fixed bug where list items aren't displayed 2022-05-07 22:42:27 +02:00
benimautner dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
benimautner 3202fc6bdb cleaned code. moved get/[set]DisplayDoneTasks to global 2022-04-12 21:03:16 +02:00
benimautner a2ad0a52e1 added option to show and hide done tasks on a per-list basis 2022-04-12 18:46:30 +02:00
benimautner b7db66cac4 added delete button
fixed exception when owner attribute is null
2022-04-11 21:05:37 +02:00
benimautner de4f076edc fixed issue where loading icon would not disappear
made loading an attribute of task itself instead of TaskTile
2022-04-11 20:13:00 +02:00
benimautner d03d76473c fixed error when returning from ListEditPage 2022-04-11 09:21:07 +02:00
benimautner 3604e5a3b4 page gets refreshed if user returns from one of the edit menus 2022-04-10 18:57:10 +02:00
benimautner 714a816cbd restored app to a basic working demo 2022-04-10 15:31:56 +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 9231772185 ListProvider from PR39 with fixes 2021-06-10 10:58:25 +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
Aleksandr Borisenko 59d5907b29 Fixes for API calls 2021-03-15 10:31:38 +03:00
kolaente 020cfa2bde
Format 2020-06-15 23:48:15 +02:00
kolaente 857c02375f Format 2020-06-15 23:48:15 +02:00
kolaente 68d3ffd30d
Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
kolaente 67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
konrad 8278340242 Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00
konrad 666f90345e Show a message if a list or namespace is empty (#29) 2019-03-18 17:05:32 +00:00
konrad 75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
konrad 7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00