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

24 Commits

Author SHA1 Message Date
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
882bf55009 added server recommendations
made listId optional
2023-05-12 13:53:41 +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
397a06e9a0 added error handler to client for network requests 2022-09-27 17:53:21 +02:00
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
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
1c163097d8 fixed disappearing lists on edit 2022-08-26 17:38:32 +02:00
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
ae626a81ba removed misuse of Response
migrated to convertList
cleaned code
2022-04-21 21:28:35 +02:00
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
36ce680927 Added settings page 2022-04-13 00:32:21 +02:00
2dfe99b51b fixed error with favourite lists. 2022-04-12 23:27:14 +02:00
3202fc6bdb cleaned code. moved get/[set]DisplayDoneTasks to global 2022-04-12 21:03:16 +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
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
c285120034 List edit (#21) 2019-03-11 20:29:15 +00:00
0b870f8f62 List edit (#21) 2019-03-11 20:29:15 +00:00
35db3db988 Cleanup (#1) 2018-09-22 20:56:16 +00:00
bbdd63782f Cleanup (#1) 2018-09-22 20:56:16 +00:00
f7db5324aa
Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
a62abc0b35 Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00