You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, when a modal opens for creating a new topic and a user inadvertently clicks outside the modal, all the entered topic contents are lost.
I propose implementing a mechanism to store the entered contents temporarily, either by utilizing session storage or by providing two methods for creating a topic: via modal and on a separate page. This approach would cater to users who prefer avoiding modal-based interactions, particularly when composing lengthy topics or posts. Additionally, having a separate page would offer more space for content creation.
The text was updated successfully, but these errors were encountered:
Presently, when a modal opens for creating a new topic and a user inadvertently clicks outside the modal, all the entered topic contents are lost.
I propose implementing a mechanism to store the entered contents temporarily, either by utilizing session storage or by providing two methods for creating a topic: via modal and on a separate page. This approach would cater to users who prefer avoiding modal-based interactions, particularly when composing lengthy topics or posts. Additionally, having a separate page would offer more space for content creation.
The text was updated successfully, but these errors were encountered: