Implement loading spinner and Polish translations: add Spinner component for loading states in Search and SearchList, update UI text to Polish for improved localization, and enhance Pagination styles for better visibility.

This commit is contained in:
Norbert Maciaszek
2025-08-15 15:20:04 +02:00
parent 3a7669e26d
commit 7373d64123
6 changed files with 73 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ export default async function SearchPage({
<>
<section className="container">
<h1 className="text-2xl">
Search for: <strong>{s}</strong>
Wyszukiwanie: <strong>{s}</strong>
</h1>
</section>
<SearchList query={s} />