actions-test/lib/backend
Jakob Meier 5d333522a5
Simplified network requests & snackbars
and rewrote the component's network requests.

showSimpleSnackbar, allows displaying a simple snackbar,
with text and one action button, that can be clicked.

doNetworkRequest is supposed to be a wrapper for the
already existing post* functions.
It aims to make network requests and error handling easier,
by containing all the try&catch blocks
and being able to show snackbars.
2023-03-24 13:25:34 +01:00
..
errors.dart Added about room screen. 2023-03-22 21:17:03 +01:00
permissions.dart Added server dashboard button to menu 2023-03-23 10:53:10 +01:00
request.dart Started working on Join Room Screen 2023-03-20 21:19:25 +01:00
resolve_url.dart Fixed bug where room list was not processed properly 2023-03-20 20:45:49 +01:00
room.dart Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00
user.dart Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00