Mentions légales du service

Skip to content

Feature cs/prevent double clicking links

Mathieu Giraud requested to merge feature-cs/prevent_double_clicking_links into dev

Replaces !134 (closed).

Prevents the application from calling a link that has been clicked within the last second.

This is to prevent spam to the server namely if the application is sluggish, causing users to click links multiple times because it seems that nothing is happening.

See #2893,#2894 (closed)

Merge request reports