1
0
Fork 0
akkoma-fe/src/components/poll
Ngô Ngọc Đức Huy 47fc082fb9
Fix floating point error for poll expiry
Previous code multiply with 0.001 before multiplication which leads to a
floating point error.  By changing it to division by 1000 after
multiplication this is avoided.
2023-03-24 20:48:02 +07:00
..
poll.js Merge remote-tracking branch 'origin/develop' into vue3-again 2022-03-16 21:00:20 +02:00
poll.vue fix spacing in poll expiration label 2022-03-29 19:04:01 +03:00
poll_form.js Fix floating point error for poll expiry 2023-03-24 20:48:02 +07:00
poll_form.vue Fix poll duration i18n 2022-07-29 01:37:09 -04:00