This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app
David Taylor 0ab57975a4
FIX: Ensure widget hooks always call the correct instance (#15127)
Widgets instances are ephemeral - they change on every re-render. We always want to notify the 'most recent' widget instance of events. This regressed in 1b9cf1b1 because the touchStart and drag hooks would persist the widget instance from the initial render. This commit switches TouchStart and Drag back to the pattern other events use, so that the most recent instance is always called. The performance benefits of per-element event listeners are retained.
2021-11-29 09:33:40 +00:00
..
adapters FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
components FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
controllers FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
helpers DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
initializers PERF: Disable ember touchstart listener (#15112) 2021-11-26 20:22:02 +00:00
lib DEV: Remove unnecessary functions (#15113) 2021-11-28 12:45:32 +01:00
mixins DEV: Send multiple files in batches to composer upload handlers when using uppy (#15124) 2021-11-29 11:19:02 +10:00
models FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
pre-initializers DEV: Add if a user is using an Apple device in widget capabilities (#15021) 2021-11-23 11:21:31 +08:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
services DEV: Refactor logs-notice/global-notice (#15000) 2021-11-18 21:49:58 +01:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
widgets FIX: Ensure widget hooks always call the correct instance (#15127) 2021-11-29 09:33:40 +00:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: prevents route nodes to leak on each test run (#14457) 2021-09-28 17:08:05 +02:00