Skip to content
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

Prevent Multiple Tab of Chat Page #17

Open
princekhunt opened this issue Jun 12, 2024 · 0 comments
Open

Prevent Multiple Tab of Chat Page #17

princekhunt opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request intermediate intermediate level issues

Comments

@princekhunt
Copy link
Owner

Is your feature request related to a problem? Please describe.
Users are currently able to open the chat page in multiple tabs, which leads to conflicts and inconsistencies in the chat.

Describe the solution you'd like
Implement a detection mechanism to check if the user already has the chat page open in another tab. If a user attempts to open the chat page in a second tab, display a toast notification or error message indicating that the chat page is already open.

Additional Context

  1. This feature will help ensure a seamless and consistent user experience by preventing conflicting interactions within the chat page.
  2. Consider using local storage or session storage to track the state of the chat page across tabs.
@princekhunt princekhunt added enhancement New feature or request intermediate intermediate level issues labels Jun 12, 2024
@princekhunt princekhunt changed the title Prevent Multiple Instances of Chat Page Prevent Multiple Tab of Chat Page Jun 15, 2024
@princekhunt princekhunt pinned this issue Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intermediate intermediate level issues
Projects
None yet
Development

No branches or pull requests

1 participant