Skip to content

V0.3.13 UX bug fixes

Latest
Compare
Choose a tag to compare
@tomlightning tomlightning released this 04 May 14:11
19b529d

A few gentle souls sent us over the last few months a list of UX bugs in esteroids.eth. Most of these bugs were in different small screen sizes, while others were ubiquitous.

Before adding new features to Esteroids in the next release, we decided to have a release with only fixed bugs.

Bugs

  1. Unicode search bugs. Searching for non-Latin characters like “חיפוש”, returned all the possible .eth websites as a result. Well, not anymore!
  2. Justifying website card. Cards were not properly justified in various devices, i.e., the space on the left was bigger than the space on the right.
  3. Overflow images fixes. In many small devices, the images of Hot websites overflow outside the website card.
  4. Bigger cards, smaller gaps. Some aesthetic improvements to how cards look, to make the user experience nicer.

Improvements

  1. On the way we did one small improvement to increase the speed of searches.
    Faster search. See changes in src/components/search/Search.js.