1
0
mirror of https://github.com/go-vikunja/app synced 2024-05-29 00:36:49 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
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
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
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
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05: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
b697944a6e moved due date check to task.dart 2022-08-05 00:56:27 -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
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
50eccce18d task card formatting 2022-07-23 18:08:59 -05:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +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
a2ad0a52e1 added option to show and hide done tasks on a per-list basis 2022-04-12 18:46:30 +02:00
b7db66cac4 added delete button
fixed exception when owner attribute is null
2022-04-11 21:05:37 +02:00
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
1864397e8c added ability to set due date 2022-04-11 10:58:05 +02:00
ec390136fe removed unnecessary code duplicate 2022-04-11 09:21:46 +02:00
3604e5a3b4 page gets refreshed if user returns from one of the edit menus 2022-04-10 18:57:10 +02:00
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
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00
Aleksandr Borisenko
50e17b045a Minor fixes; Added signing config for Android 2021-03-19 18:13:38 +03:00
68d3ffd30d
Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
67945366eb Rename namespace name and task text to title 2020-06-15 23:42:12 +02:00
75f6608863 Refactor (#31) 2019-03-16 13:29:00 +00:00
7bd35fda22 Refactor (#31) 2019-03-16 13:29:00 +00:00
c285120034 List edit (#21) 2019-03-11 20:29:15 +00:00
0b870f8f62 List edit (#21) 2019-03-11 20:29:15 +00: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