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
Approach 1: Limiting Frequency with Local Storage
For limiting the frequency of the rating modal, we can store the last shown timestamp in the localStorage and only show the modal when certain time has passed.
Approach 2: User Preferences for Feedback Timing
Allowing users to specify when they’d like to be prompted for feedback. We can provide options within our application settings where users choose their preference. Based on this preference, use similar logic as above to decide when to show the modal.
The text was updated successfully, but these errors were encountered: