satisfactorymodding / smr-frontend

Next generation Satisfactory Modding Repository (SMR) frontend
https://satisfactorymodding.github.io/smr-frontend/main/
GNU General Public License v3.0
6 stars 24 forks source link

Poor user feedback on "search query too short" #163

Closed budak7273 closed 2 weeks ago

budak7273 commented 9 months ago

Example: https://ficsit.app/mods?p=0&q=vr

Should have some kind of user facing error message, especially when typing a query into the box (maybe a tooltip that appears after X seconds of not typing with too short of a query?)

SignpostMarv commented 9 months ago

from direct link: image

from manual search (zero error feedback): image

QuantumPickleJar commented 2 months ago
SignpostMarv commented 2 months ago
  • Only seems to trigger from the URL provided
  • reproducing manually does not cause the described behavior
budak7273 commented 2 months ago

Any too-short url (ex. https://ficsit.app/mods?p=0&q=ab or https://ficsit.app/mods?p=0&q=xy causes the GraphQL error. Trying to search from the box with <3 characters silently does nothing

budak7273 commented 2 weeks ago

Fixed in #186