maunium / stickerpicker

A fast and simple Matrix sticker picker widget
GNU Affero General Public License v3.0
312 stars 592 forks source link

Improve status display for GIFs search #77

Open salixor opened 2 months ago

salixor commented 2 months ago

This adds loading, error, and debouncing displays to the GIF search - as some were TODOs.

Loading is simply displayed as a spinner, when search starts (with respect to debouncing).

Error displays a red text (+ the message) : image

Debouncing is shown like this, with the spinner replacing the search icon : image

Also aligns the display of "No GIFs for this search" message with the "No stickers for this search" message.