discourse/plugins/discourse-local-dates
Jarek Radosz 8304f40f84
FIX: Correctly debounce various functions (#18673)
Debouncing inline anonymous functions does not work.

This fixes all instances of that error by extracting the function or using the new `@debounce(delay)` decorator
2022-10-20 13:28:09 +02:00
..
assets FIX: Correctly debounce various functions (#18673) 2022-10-20 13:28:09 +02:00
config Update translations (#18642) 2022-10-19 15:19:28 +02:00
lib/discourse_local_dates DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FEATURE: Omit showing day when 'to' day is same as 'from' day (#18500) 2022-10-07 09:39:41 +08:00
test/javascripts FEATURE: Show relative time when date is omitted (#18547) 2022-10-12 11:23:34 +08:00
plugin.rb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00