discourse/app
Sam Saffron fa96054acf
PERF: stop firing superfluous onSelectionChange
onSelectionChanged fires a debounced event that calls window.getSelection()

window.getSelection() is reasonably expensive. There is no reason to do any
of this work if we have an input field focused, that is not how quote works
2020-04-23 17:51:23 +10:00
..
assets PERF: stop firing superfluous onSelectionChange 2020-04-23 17:51:23 +10:00
controllers UX: drop the `automatic_membership_retroactive` column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
helpers DEV: use array for matching multiple values 2020-04-22 12:25:59 +05:30
jobs UX: drop the `automatic_membership_retroactive` column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FEATURE: don't display new/unread notification for muted topics (#9482) 2020-04-23 14:57:35 +10:00
serializers UX: drop the `automatic_membership_retroactive` column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
services Revert "DEV: DiscourseEvents fired when users are added/removed from groups (#9522)" 2020-04-23 15:06:55 +10:00
views FEATURE: improve rendering of RSS feeds 2020-04-20 16:08:24 +10:00