-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: new search bar component (#2030)
* feat: wip new search bar * feat: Introduce the SearchBarDropdown component * chore: configure env to test with mainnet * feat: add tracking events of the new search bar component * feat: show current name of the creator in the new search bar * feat: add logic to show current name applied * test: fix broken test * chore: use .org nft server to test * fix: remove reverse that was reversing the array in place * fix: fix of tracking bug * fix: reduce the amount of creators shown to be a max of 5 * feat: add the empty state for wearables search * chore: use nft-server stg * feat: add early return to handleSeeAll * feat: fix search on land section * feat: add overflow: visible for mobile * fix: change splice for slice * fix: see all emotes button * fix: destructure array before reversing it * fix: race condition waiting for identity * fix: tracking not triggering correctly for creators * feat: add race sagas condition, tests and remove comments * test: add Test for SearchBarDropdown * test: add CollectionResultRow test * test: some small changes
- Loading branch information
1 parent
3fadbc4
commit b7746a3
Showing
45 changed files
with
2,128 additions
and
143 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.