added better handling of searches with no results
This will remove the pagination for searches with no results (to avoid displaying text like "1 bis 0 von 0" and pagination buttons for pages that are not available) and also display a more helpful text for the user instead of just "0 Ergebnisse" See merge request !118
parent
b506811b
No related branches found
No related tags found
Showing
- src/api.ts 2 additions, 2 deletionssrc/api.ts
- src/components/App.tsx 2 additions, 2 deletionssrc/components/App.tsx
- src/components/Filter.tsx 2 additions, 1 deletionsrc/components/Filter.tsx
- src/components/Pagination.tsx 1 addition, 1 deletionsrc/components/Pagination.tsx
- src/components/Results.tsx 34 additions, 3 deletionssrc/components/Results.tsx
Loading
Please register or sign in to comment