Skip to content

loading indicator for search

schneider210 requested to merge issue/#95-loading-indicator-for-search into develop

This MR is about showing a loading indicator as long as the search API returns a result.

How to test:

1) Prerequisites

  • git checkout issue/#95-loading-indicator-for-search
  • npm run dev (if it doesn't already)
  • point your browser to http://localhost:8080 (or whichever port your runtime env suggests)

2) Test it by:

  • click on the search btn located at the top bar

  • enter a search term: سرحادوم

expected: => a loading indicator is shown unless the promise returned from axios is fulfilled. once it is, the indicator disappears and the search result is shown instead.

  • click on a "page"-button at bottom of the page (pagination)

expected: => same as above

Closes #95 (closed)

Edited by schneider210

Merge request reports