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

[Forum] Preserve New Topic Contents Upon Closing Modal #202

Closed
Mesharsky opened this issue Feb 16, 2024 · 1 comment · Fixed by #252
Closed

[Forum] Preserve New Topic Contents Upon Closing Modal #202

Mesharsky opened this issue Feb 16, 2024 · 1 comment · Fixed by #252
Labels
🐞 Bug Something isn't working
Milestone

Comments

@Mesharsky
Copy link

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.

@Mesharsky Mesharsky added the 🐞 Bug Something isn't working label Feb 16, 2024
@aXenDeveloper
Copy link
Member

Yes, I want to implement Parallel Routes for every dialogs. Maybe in 0.2.0 version.

Protection about click outside dialog will be enable in 0.2.0 version => #135

@aXenDeveloper aXenDeveloper added this to the 0.2.0 - Email milestone Feb 16, 2024
@aXenDeveloper aXenDeveloper modified the milestones: 0.2.0 - Email, 0.0.3 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants