[PR #2715] [MERGED] Add basic pagination to Data Viewer #3847

Open
opened 2025-11-20 06:07:01 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2715
Author: @michelroegl-brunner
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @tremor021

Base: mainHead: update_frontend


📝 Commits (1)

📊 Changes

2 files changed (+74 additions, -160 deletions)

View changed files

📝 frontend/src/app/data/page.tsx (+66 -152)
📝 frontend/src/components/ApplicationChart.tsx (+8 -8)

📄 Description

✍️ Description

This PR add some basic pagination to the frontend to make it more responsive. The sorting only works on the displayed entries at the moment. This will be changed with the use of new API Endpoints in the future to better search/filter for Items.

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)


🔄 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/community-scripts/ProxmoxVE/pull/2715 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `update_frontend` --- ### 📝 Commits (1) - [`34a840f`](https://github.com/community-scripts/ProxmoxVE/commit/34a840f41b68959ce6510e622cf599ae27230d36) Add basic pagination ### 📊 Changes **2 files changed** (+74 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/data/page.tsx` (+66 -152) 📝 `frontend/src/components/ApplicationChart.tsx` (+8 -8) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> This PR add some basic pagination to the frontend to make it more responsive. The sorting only works on the displayed entries at the moment. This will be changed with the use of new API Endpoints in the future to better search/filter for Items. ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [X] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:07:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3847