discourse/test/javascripts
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
acceptance UX: Use date picker on full page search 2017-11-21 12:52:23 -05:00
admin Refactor user suspension modal 2017-09-25 12:25:14 -04:00
components select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
controllers UX: Convert buttons to d-button 2017-08-01 17:24:06 -04:00
ember Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
fixtures FIX: Allow group members to freely exit group option incorrectly disabled. 2017-11-06 10:30:58 +08:00
helpers Introduces select-kit 2017-11-21 11:53:09 +01:00
initializers Upgrade to Babel 6 2017-07-05 15:25:23 -04:00
lib FIX: times showing as < 1m instead of blank 2017-11-21 14:33:49 -05:00
mixins Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
models Remove tests that are no longer being used. 2017-11-21 18:07:23 +08:00
widgets Introduces select-kit 2017-11-21 11:53:09 +01:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js Introduces select-kit 2017-11-21 11:53:09 +01:00