mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Render pagination at top as well (#614)
This commit is contained in:
@@ -6,6 +6,7 @@ const markup = `
|
|||||||
* Add support for parent/child studios.
|
* Add support for parent/child studios.
|
||||||
|
|
||||||
### 🎨 Improvements
|
### 🎨 Improvements
|
||||||
|
* Show pagination at top as well as bottom of the page.
|
||||||
* Add split xpath post-processing action.
|
* Add split xpath post-processing action.
|
||||||
* Improved the layout of the scene page.
|
* Improved the layout of the scene page.
|
||||||
* Show rating as stars in scene page.
|
* Show rating as stars in scene page.
|
||||||
|
|||||||
@@ -412,6 +412,7 @@ const useList = <QueryResult extends IQueryResult, QueryData extends IDataItem>(
|
|||||||
: undefined}
|
: undefined}
|
||||||
{(result.loading || !forageInitialised) && <LoadingIndicator />}
|
{(result.loading || !forageInitialised) && <LoadingIndicator />}
|
||||||
{result.error && <h1>{result.error.message}</h1>}
|
{result.error && <h1>{result.error.message}</h1>}
|
||||||
|
{maybeRenderPagination()}
|
||||||
{maybeRenderContent()}
|
{maybeRenderContent()}
|
||||||
{maybeRenderPaginationIndex()}
|
{maybeRenderPaginationIndex()}
|
||||||
{maybeRenderPagination()}
|
{maybeRenderPagination()}
|
||||||
|
|||||||
Reference in New Issue
Block a user