discourse/plugins/poll
Jarek Radosz 48ba65f406
DEV: Clean up Ember imports (#8979)
Includes:
* Import `computed` helpers
* Import `@ember/application`
* Import `isBlank` from `@ember/utils`
* Import `A` from `@ember/array`
* Import `EmberArray` from `@ember/array`
* Import `ArrayProxy` from `@ember/array/proxy`
* Import `warn` from `@ember/debug`
* Import `EmberObject` from `@ember/object`
* Import `Application` from `@ember/application`
* Import `EmberRouter` from `@ember/routing/router`
* Import `isPresent` from `@ember/utils`
* Import `computed` from `@ember/object`
* Import `guidFor` from `@ember/object`
* Import `isArray` from `@ember/array`
* Import `TextField` from `@ember/component`
* Import `TextArea` from `@ember/component`
* Import `Promise` from `rsvp`
* Import `Evented` from `@ember/object/evented`
* Replace deprecated `ember-addons/ember-computed-decorators` imports
2020-03-06 23:49:28 +01:00
..
app FEATURE: Add 'groups' option to polls (#8469) 2020-01-28 14:30:04 +02:00
assets DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
config Update translations 2020-03-05 12:45:42 -05:00
db FEATURE: Add 'groups' option to polls (#8469) 2020-01-28 14:30:04 +02:00
jobs/regular DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
lib FIX: Allow users to create polls in PMs with non human users (#9055) 2020-03-02 14:29:40 -05:00
spec FIX: Allow users to create polls in PMs with non human users (#9055) 2020-03-02 14:29:40 -05:00
test/javascripts DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
plugin.rb FIX: Use correct translation string 2020-02-17 13:49:43 +02:00