Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Description
This PR changes the user list in the admin panel to be displayed in a paginated list format.
This PR is related to the request #1338
Changelog Entry
Added
Add a pagination page to control the number of items displayed on each page.
Changed
Changes the user list in the admin panel to be displayed in a paginated list format.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1395
**Author:** [@7a6ac0](https://github.com/7a6ac0)
**Created:** 4/2/2024
**Status:** ✅ Merged
**Merged:** 4/14/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `admin_pagination`
---
### 📝 Commits (4)
- [`872ea83`](https://github.com/open-webui/open-webui/commit/872ea83c50a38cacea30c77cd0e64ea67f36d2aa) feat: admin panel user list pagination
- [`8a9cf44`](https://github.com/open-webui/open-webui/commit/8a9cf44dbc2c7c377659dfcbeb39905575edfeea) feat: combine with search result
- [`b25e3ed`](https://github.com/open-webui/open-webui/commit/b25e3ed3643d17fd9a97eb52f2a248d4fba3b5fc) refac
- [`0708a3d`](https://github.com/open-webui/open-webui/commit/0708a3d75e695c4f230fbfc5195bbabea05dd425) fix: styling
### 📊 Changes
**4 files changed** (+88 additions, -9 deletions)
<details>
<summary>View changed files</summary>
➕ `src/lib/components/common/Pagination.svelte` (+42 -0)
➕ `src/lib/components/icons/ChevronLeft.svelte` (+15 -0)
➕ `src/lib/components/icons/ChevronRight.svelte` (+15 -0)
📝 `src/routes/(app)/admin/+page.svelte` (+16 -9)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
---
## Description
This PR changes the user list in the admin panel to be displayed in a paginated list format.
This PR is related to the request #1338
---
### Changelog Entry
### Added
- Add a pagination page to control the number of items displayed on each page.
### Changed
- Changes the user list in the admin panel to be displayed in a paginated list format.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1395
Author: @7a6ac0
Created: 4/2/2024
Status: ✅ Merged
Merged: 4/14/2024
Merged by: @tjbck
Base:
dev← Head:admin_pagination📝 Commits (4)
872ea83feat: admin panel user list pagination8a9cf44feat: combine with search resultb25e3edrefac0708a3dfix: styling📊 Changes
4 files changed (+88 additions, -9 deletions)
View changed files
➕
src/lib/components/common/Pagination.svelte(+42 -0)➕
src/lib/components/icons/ChevronLeft.svelte(+15 -0)➕
src/lib/components/icons/ChevronRight.svelte(+15 -0)📝
src/routes/(app)/admin/+page.svelte(+16 -9)📄 Description
Pull Request Checklist
Description
This PR changes the user list in the admin panel to be displayed in a paginated list format.
This PR is related to the request #1338
Changelog Entry
Added
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.