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
Is your feature request related to a problem? Please describe.
Lift reporting feature when left open will continue to post into the Discord channel. Also, it is possible for users to report a lift multiple times.
Describe the solution you'd like
Some form of short lifespan cookie check for reporting lifts. A hash value of the reported lift that is checked and disables the lift report function for that specific lift or similar.
Describe alternatives you've considered
Handling this through the backend would require a lot more effort and would involve the FE dealing with various response types.
The text was updated successfully, but these errors were encountered:
@rsbrowne / @mountclear - If either of you have time to do a little fix on this, i'd much appreciate it. I've added the report component to the lifter history page and even after the popup closes, it keep spamming the api.
Is your feature request related to a problem? Please describe.
Lift reporting feature when left open will continue to post into the Discord channel. Also, it is possible for users to report a lift multiple times.
Describe the solution you'd like
Some form of short lifespan cookie check for reporting lifts. A hash value of the reported lift that is checked and disables the lift report function for that specific lift or similar.
Describe alternatives you've considered
Handling this through the backend would require a lot more effort and would involve the FE dealing with various response types.
The text was updated successfully, but these errors were encountered: