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
Robin Ward 4f42bb1fd2
DEV: Support for onChange on {{text-field}} (#9362)
* DEV: Support for `onChange` on `{{text-field}}`

This will automatically be debounced and only fired when the value
changes.

There is also `onChangeImmediate` which is not debounced in case you
need that, but in almost all cases when observing text in an element you
should debounce.

* Add cancel for timer
2020-04-07 11:41:21 -04:00
..
adapters FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
components DEV: Support for onChange on {{text-field}} (#9362) 2020-04-07 11:41:21 -04:00
controllers DEV: Define keyboard shortcuts help onShow, and un-define onClose (#9355) 2020-04-07 14:40:03 +10:00
helpers Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
initializers FEATURE: Bookmark keyboard shortcuts (#9318) 2020-04-07 14:03:15 +10:00
lib Revert DEFAULT_SHORTCUTS plugin API-breaking change 2020-04-07 16:27:13 +10:00
mixins DEV: prefer Date.now() over new Date().getTime() 2020-03-26 17:36:53 +11:00
models FIX: Show topic level bookmark with reminder modal (#9336) 2020-04-07 15:43:00 +10:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes FEATURE: Display "Last Updated At" on user directory 2020-03-30 14:34:48 -04:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
templates FEATURE: Bookmark keyboard shortcuts (#9318) 2020-04-07 14:03:15 +10:00
widgets FIX: Show topic level bookmark with reminder modal (#9336) 2020-04-07 15:43:00 +10:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00