libresign icon indicating copy to clipboard operation
libresign copied to clipboard

Decrease number of issues request on "Expiration Rules" area

Open giovannism20 opened this issue 2 years ago • 1 comments

Actually for each number update on "Maximum Validity" we make a request for backend.

Issue font: https://github.com/LibreSign/libresign/pull/2019

Video for more understanding: image

giovannism20 avatar Dec 28 '23 12:12 giovannism20

It's implemented by package debounce and is possible found an implementation example at CertificatePolicy.vue file searching by debounce:

https://github.com/LibreSign/libresign/blob/9e18a7ddaaca046088648d923bd41a61555c11f0/src/views/Settings/CertificatePolicy.vue#L63

vitormattos avatar May 26 '25 20:05 vitormattos