[Search] Standardizes input search components (#8532)
* refactor(plugin-search): customize search bar components Signed-off-by: Camila Belo <camilaibs@gmail.com> * refactor(plugin-search): use search bar in search modal Signed-off-by: Camila Belo <camilaibs@gmail.com> * refactor(plugin-search): customize home page search bar Signed-off-by: Camila Belo <camilaibs@gmail.com> * chore(plugin-search): update api reports Signed-off-by: Camila Belo <camilaibs@gmail.com> * chore: add changeset file Signed-off-by: Camila Belo <camilaibs@gmail.com> * apply review suggestions Signed-off-by: Camila Belo <camilaibs@gmail.com> * increase default debounceTime and remove prop from SearchBar in SearchModal + SearchPage in app Signed-off-by: Emma Indal <emmai@spotify.com> * update test using default debounce time Signed-off-by: Emma Indal <emmai@spotify.com> * add changeset for create-app Signed-off-by: Emma Indal <emmai@spotify.com> * fix exports after rebase Signed-off-by: Emma Indal <emmai@spotify.com> Co-authored-by: Emma Indal <emmai@spotify.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ const SearchPage = () => {
|
||||
<Grid container direction="row">
|
||||
<Grid item xs={12}>
|
||||
<Paper className={classes.bar}>
|
||||
<SearchBar debounceTime={100} />
|
||||
<SearchBar />
|
||||
</Paper>
|
||||
</Grid>
|
||||
<Grid item xs={3}>
|
||||
|
||||
Reference in New Issue
Block a user