emberobserver / client

http://emberobserver.com/
124 stars 65 forks source link

Clear review text when switching between addons #224

Open pgengler opened 3 years ago

pgengler commented 3 years ago

Currently, when reviewing multiple addons, the review text isn't cleared when switching. This fixes that.

It also converts the <AdminAddon/> and <AdminAddonReviewForm/> components to be Glimmer components instead of classic components; to do this I upgraded ember-concurrency to the latest (currently ^2.1.2) and added the tracked-built-ins package. The latter means that we would have to drop IE11 support; if we want to keep it I can refactor to use an EmberObject in place of the TrackedObject.