snapshot-labs / sx-monorepo

Snapshot X monorepo
https://docs.snapshotx.xyz
MIT License
11 stars 10 forks source link

feat: add support for spaces search #391

Closed wa0x6e closed 1 month ago

wa0x6e commented 1 month ago

Summary

Closes: #389

This PR add the ability to search for a space

UI/UX changes

New features

How to test

  1. Go to http://localhost:8080/#/home
  2. Search for a space using the top searchbar
  3. It should show your results in the /explore page
  4. You can switch protocol, without to search for the keyword again
  5. The URL should reflect your search filters, reloading the page will keep the same results

TODO

wa0x6e commented 1 month ago

PR ready UI/UX/Feature wise, will take another look later for code improvement before asking for code review

bonustrack commented 1 month ago

Space explore page was working initially then it now stuck for me with this error:

image
wa0x6e commented 1 month ago

Space explore page was working initially then it now stuck for me with this error:

image

This is because hub is returning null when no results. A pr already open to fix that

wa0x6e commented 1 month ago

Space explore page was working initially then it now stuck for me with this error: image

Should now be fixed