mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 05:47:50 -05:00
[PR #1361] [CLOSED] feat: admin panel user list pagination #36275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1361
Author: @7a6ac0
Created: 3/30/2024
Status: ❌ Closed
Base:
main← Head:pagination📝 Commits (1)
ca129fcfeat: admin panel user list pagination📊 Changes
23 files changed (+206 additions, -4 deletions)
View changed files
📝
package-lock.json(+11 -2)📝
package.json(+2 -1)➕
src/lib/components/common/Paginations/Pagination.svelte(+79 -0)➕
src/lib/components/common/Paginations/RowCount.svelte(+21 -0)➕
src/lib/components/common/Paginations/RowsPerPage.svelte(+27 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -0)📝
src/lib/i18n/locales/en-US/translation.json(+3 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+3 -0)📝
src/lib/i18n/locales/it-IT/translation.json(+3 -0)📝
src/lib/i18n/locales/ja-JP/translation.json(+3 -0)📝
src/lib/i18n/locales/nl-NL/translation.json(+3 -0)📝
src/lib/i18n/locales/pt-PT/translation.json(+3 -0)📝
src/lib/i18n/locales/ru-RU/translation.json(+3 -0)📝
src/lib/i18n/locales/uk-UA/translation.json(+3 -0)📝
src/lib/i18n/locales/vi-VN/translation.json(+3 -0)...and 3 more files
📄 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 #1338 .
Changelog Entry
Added
components/common/Paginations/RowsPerPage.sveltecomponents/common/Paginations/RowCount.sveltecomponents/common/Paginations/Pagination.svelteChanged
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.