Note: the new design must have "Search by Algolia" as we have a sponsored account
Note we need a design for all aspects of the search dropdown (empty state, loading state etc)
If anyone wants to work with the HTML on this I have opened a branch on guidemaker-ember-template called algolia-tests that we can use the "pauseTest() method" to easily get back to the same place.
For reference the "pauseTest() method" is to run the test locally and put it in Development mode so you can change files and you get back to having the dropdown open again without having to click 👍
Here is the current implementation:
Note: the new design must have "Search by Algolia" as we have a sponsored account
Note we need a design for all aspects of the search dropdown (empty state, loading state etc)
If anyone wants to work with the HTML on this I have opened a branch on
guidemaker-ember-template
calledalgolia-tests
that we can use the "pauseTest() method" to easily get back to the same place.https://github.com/ember-learn/guidemaker-ember-template/blob/algolia-tests/tests/acceptance/search-test.js#L15-L16
For reference the "pauseTest() method" is to run the test locally and put it in
Development mode
so you can change files and you get back to having the dropdown open again without having to click 👍