Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear review text when switching between addons #224

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pgengler
Copy link
Contributor

@pgengler pgengler commented Aug 19, 2021

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.

@pgengler pgengler force-pushed the fix-review-note-not-clearing branch from afac92b to 8887450 Compare August 19, 2021 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant