CCExtractor / beacon

Flutter application to share location with a group. (under development)
62 stars 149 forks source link

Enhancement of exit button #220

Closed vkprogrammer-001 closed 7 months ago

vkprogrammer-001 commented 8 months ago

Fixes #191

Description:

This pull request addresses an enhancement in the Beacon project. The initial proposal was to add a back button to the group page to allow users to exit. However, to maintain a clean and user-friendly interface, I proposed an alternative solution.

Instead of adding a back button, I have enhanced the existing button to serve a dual purpose. Now, the same button can be used to exit the group page. This approach prevents the interface from becoming cluttered with extra buttons, thereby improving the user experience.

Changes:

This enhancement simplifies the user interface and makes it more intuitive. Please review and provide any feedback. Thank you!

https://github.com/CCExtractor/beacon/assets/143318563/24d3aeea-8551-4653-8e00-9179f09823dd

Akshatji800 commented 7 months ago

I don't find this idea of adding the back navigation as well to the existing logout button. A user will not be able to rectify that this is the back button as well as the logout button.

Please come up with the new ideas to implement the back button. Thank You!

vkprogrammer-001 commented 7 months ago

I have made some changes to the back button. now I have removed the home button and changed it to the back arrow button. now the user will able to rectify that it is a home button or a back button.

https://github.com/CCExtractor/beacon/assets/143318563/ac3f6f0a-e025-49c0-8cc5-b2f220a89b6b

vkprogrammer-001 commented 7 months ago

@Akshatji800 please review it