Events Page Displays in Modal with Close Button — Page Becomes Empty After Closing #444
Unanswered
Adithya12321
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
I wasn't sure how the Events page should look or work. @Adithya12321 but I will encourage anyone to help improve the app. The X was intended to close the window but theres nothing behind it once its its closed. A lot of the design we have was submitted by others and thats the goal is to have a React based social that is easy to design for. We made some reusables to make it easier Ideas? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On the Events page, the "Your Events" section appears to be rendered inside a modal-like container with a close ("X") button in the top-right corner.
When this close button is clicked, all event content disappears and nothing is shown unless the browser session is refreshed.
Questions:
Is this modal behavior intentional for the events display?
If yes, what is the expected user flow after closing the modal?
If not, could this be a rendering/layout issue that causes the page to behave like a modal?
Shouldn't the events remain accessible without requiring a full browser refresh?
Any clarification or suggestions would be appreciated!
Your Events page.


After Clicking on close "X".
NOTE:
Same is the behavior with "Friends" and "Admin" pages
Beta Was this translation helpful? Give feedback.
All reactions