1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-09 05:59:50 +00:00
Commit Graph

170 Commits

Author SHA1 Message Date
59f0e7ec7e added background task support 2023-01-07 16:55:40 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01:00
c477aeb0dc fixed repeatAfter clearing when not editing it 2023-01-07 03:55:44 +01:00
7da377121b added setting to disable update notifications 2023-01-07 03:55:29 +01:00
a536a0a973 fixed bug where repeatAfter is not saved if it is not changed 2023-01-07 03:30:59 +01:00
36c4504dbf small changes to looks
fixed repeatAfter
code styling
2023-01-07 03:22:31 +01:00
dacd24bfda addded version check to prompt user to update 2023-01-07 02:17:00 +01:00
0effd02ed2 moved pageStatus for list to listprovider 2023-01-06 23:29:45 +01:00
abed7aa9b5 added proper error handler to list view 2023-01-06 22:42:18 +01:00
11f20302b6 removed unnecessary imports 2023-01-06 17:16:51 +01:00
e8f1edfdbe moved kanban widget to own class to declutter list.dart 2023-01-06 17:15:46 +01:00
b8a83bf7fa added PageStatus to namespace overview for better error handling 2023-01-06 17:15:17 +01:00
db336be2d3 moved pagestatus to own class for usage in more locations 2023-01-06 15:57:24 +01: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
c866741f65 make resetable task properties mutable 2022-09-08 14:28:01 -05:00
67acef1ba9 task clearable nullables 2022-09-07 15:59:28 -05:00
bd3539eb7a fix: priority not being set in task edit 2022-09-07 20:29:34 +02:00
1e9b7bdf94 add quotes around user facing item titles 2022-09-07 13:14:33 -05:00
88c785f768 fix: landing page add task 2022-09-07 12:48:00 -05:00
3f7dfb276a add namespace.copyWith 2022-09-04 15:30:57 -05:00
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
416d2e0187 fixed bugs from merge with master 2022-08-27 23:57:42 +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
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
ae71e21e44 made LandingPage a ListProvider to enable editing of task 2022-08-27 23:43:11 +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
57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
33e5b5442b
Merge pull request #10 from k9withabone/list_view_kanban
Kanban List View
2022-08-08 17:35:26 +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
d31368ed27 minor fix for label modification 2022-08-02 17:23:56 -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
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
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
e0ebb5304b added ignore certificates button to login page temporarily. 2022-07-19 07:55:37 +02:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02: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