a3
a3 copied to clipboard
Community Communication and casual social organising platform (App)
https://github.com/acterglobal/a3/assets/77483554/f9abb8d4-266a-47ce-a5af-b16ff4ebe265
This probably needs some additional work on the rust side to allow to handover the `stacktrace` as well ... but in doubt that can be handed over as a pure...
Will fix [this issue](https://github.com/acterglobal/a3/issues/1572)
Currently when a user wants to access some data, e.g. an image, in the [chat we ask the SDK to give us `mediaPath`](https://github.com/acterglobal/a3/blob/ddef5c2e2f861e1652f82ffd9556609ff5e770cd/app/lib/features/chat/providers/notifiers/media_chat_notifier.dart#L30). If that fails, we can download it...
We have a range of rather simple forms that just have a textfield or two (e.g. Space creation) that currently unnecessarily use riverpod providers. Let's refactor them to just use...
Minor fixes and refactors, mostly of old code that needs to be converted into the new version of it: - [x] Replace `customSnackBar` with `EasyLoading` - [x] #1572 - [...