-
Notifications
You must be signed in to change notification settings - Fork 305
feat: Alert before deleting or leaving the audio room #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@AKASHANGADII Please add a screen recording of the same. |
The appwrite and livekit logo's aligment corrected and the logo's will be loaded based on the theme
|
device-2023-10-11-175030.webm |
|
@AKASHANGADII The flow seems to be wrong. Is the room getting deleted properly ?? |
|
Yeah @chandansgowda I have maintained the same code flow. |
|
Yes. But we are navigating to the previous screen before deleting the room. Might lead to some inconsistencies. |
|
But I have written code to navigate only after deleting the controller. |
|
@AKASHANGADII If I'm not wrong, I'm not able to see a circular indicator in the single room screen once the delete dialog is confirmed. |
|
Okay I'll check it. |
|
Hey @chandansgowda .I have added the loading indicator. Please review it. |
| } | ||
|
|
||
| Future<void> leaveRoom() async { | ||
| Get.dialog( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor it as a widget. We might possibly use it many times.
|
@chandansgowda . I have made the changes. Please look into it. |
|
Great job @AKASHANGADII 🚀 |
closes #160