ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

Update dropdown header component to glimmer

Open geneukum opened this issue 2 years ago • 0 comments

Let's update the DropdownHeader component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading in general.

While we're here, let's prefer single quotes to double quotes throughout our template file.

This should resolve the app/components/search-input/dropdown-header.js section of https://github.com/ember-learn/ember-api-docs/issues/805.

geneukum avatar Jul 22 '22 12:07 geneukum