Closed dipexplorer closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
wanderlust-2024 | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 9, 2024 6:49pm |
Thank you for submitting your pull request! π We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! π
@Soujanya2004 ,
Please assign this issue to level 3. Fixing the UI has been challenging due to CSS specificity, which takes lots time & effort, and the page also requires backend support to track user login status which adds another layer of complexity.
Fixes #475
This PR introduces a timed popup sign-up form for non-logged-in users to encourage user registration and engagement. The popup appears after a specified time interval (e.g., 30 seconds) and can be closed if the user is not interested. It includes logic to prevent repetitive popups within the same session once dismissed.
Changes
Testing Instructions
npm install
to install dependencies.npm test
to execute the test suite.Screenshots (if applicable)
https://github.com/user-attachments/assets/ac8f5845-819d-49f1-be33-59b73ec9ec99
Checklist