[PR #1841] [MERGED] [Frontend] Add /data to show API results #3254

Closed
opened 2026-02-05 05:36:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1841
Author: @michelroegl-brunner
Created: 1/29/2025
Status: Merged
Merged: 1/29/2025
Merged by: @MickLesk

Base: mainHead: data_frontend


📝 Commits (6)

📊 Changes

3 files changed (+287 additions, -3 deletions)

View changed files

📝 frontend/package-lock.json (+50 -3)
📝 frontend/package.json (+1 -0)
frontend/src/app/data/page.tsx (+236 -0)

📄 Description

✍️ Description

This adds a enpoint /data to the frontend to review the data posted to the api.


  • Related Discussion: #1836

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

image


🔄 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/1841 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `data_frontend` --- ### 📝 Commits (6) - [`e77bfff`](https://github.com/community-scripts/ProxmoxVE/commit/e77bfffc3187df08d27de6f1947c4a6a2d5ab4de) [Frontend] Add /data to show API results - [`5425241`](https://github.com/community-scripts/ProxmoxVE/commit/542524161a4f22ebd115d1a1e9f9dfaca41ae335) [Frontend] Add /data to show API results - [`48ff669`](https://github.com/community-scripts/ProxmoxVE/commit/48ff669288e6f397a681e19edbbf76a8bf44bda8) update page.tsx - [`7116a2d`](https://github.com/community-scripts/ProxmoxVE/commit/7116a2db5471bade66dccfe58ddfd3ba4fe892c8) update page.tsx - [`86d841c`](https://github.com/community-scripts/ProxmoxVE/commit/86d841c4c2d28eb0fbf859d92e8eaa26bee2f8c1) update page.tsx - [`9f84566`](https://github.com/community-scripts/ProxmoxVE/commit/9f84566baf705e401404aea41caeff1ba002e8fe) update page.tsx ### 📊 Changes **3 files changed** (+287 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+50 -3) 📝 `frontend/package.json` (+1 -0) ➕ `frontend/src/app/data/page.tsx` (+236 -0) </details> ### 📄 Description ## ✍️ Description This adds a enpoint `/data` to the frontend to review the data posted to the api. - - - - Related Discussion: #1836 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [X] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) ![image](https://github.com/user-attachments/assets/0244fb8d-99c8-4722-8970-2717bc2ca361) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:36:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3254