[PR #276] [CLOSED] feat: Sorting and grouping #667

Closed
opened 2026-02-05 17:50:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/276
Author: @Poseidon281
Created: 5/26/2024
Status: Closed

Base: mainHead: #249


📝 Commits (10+)

📊 Changes

5 files changed (+291 additions, -34 deletions)

View changed files

📝 lang/en/dashboard/index.php (+8 -0)
📝 package.json (+2 -0)
📝 resources/scripts/components/dashboard/DashboardContainer.tsx (+194 -30)
📝 resources/scripts/components/elements/PageContentBlock.tsx (+2 -2)
📝 yarn.lock (+85 -2)

📄 Description

This PR closes #249

This PR uses code from here

TODO List

Task Status Number
Change default group name to All Servers Done 1

🔄 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/pelican-dev/panel/pull/276 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 5/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `#249` --- ### 📝 Commits (10+) - [`2436cfd`](https://github.com/pelican-dev/panel/commit/2436cfdb6cc3e3667d5743831ce9fc9e169e692b) First Commit - [`2adca9c`](https://github.com/pelican-dev/panel/commit/2adca9cdd6f74d01815c663ffddc381cd7956a4d) Added translations - [`e006252`](https://github.com/pelican-dev/panel/commit/e00625240fda364c9509fa6295a7639ceba7212a) Added grouping - [`2034ee6`](https://github.com/pelican-dev/panel/commit/2034ee6574725dbdc5ffab223b209d8c8c30413e) Made footer better - [`6c5ac65`](https://github.com/pelican-dev/panel/commit/6c5ac6548373b7359cf2ff9125398b15e5aca9cf) Style fixes - [`d946b20`](https://github.com/pelican-dev/panel/commit/d946b207eb214d3ab484e99446bb81689eadc270) Removed effects - [`c3ab0b0`](https://github.com/pelican-dev/panel/commit/c3ab0b0502e23a3f896e1375d51f529318d2f9aa) Merge remote-tracking branch 'upstream/main' into #249 - [`a6b2bac`](https://github.com/pelican-dev/panel/commit/a6b2bacbdeafffcb19f1a21ae0b41bc5d1c70deb) Revert "Removed effects" - [`6ac624e`](https://github.com/pelican-dev/panel/commit/6ac624e73a113947c6963f233fc8302d71e50ee7) Fix TODO 1 - [`9c96a04`](https://github.com/pelican-dev/panel/commit/9c96a04ee70ba50942dd680bd6d2adfab49cd6df) Merge remote-tracking branch 'upstream/main' into #249 ### 📊 Changes **5 files changed** (+291 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `lang/en/dashboard/index.php` (+8 -0) 📝 `package.json` (+2 -0) 📝 `resources/scripts/components/dashboard/DashboardContainer.tsx` (+194 -30) 📝 `resources/scripts/components/elements/PageContentBlock.tsx` (+2 -2) 📝 `yarn.lock` (+85 -2) </details> ### 📄 Description This PR closes #249 This PR uses code from [here](https://github.com/smashyalts/PterodactylModifications/blob/main/DashboardContainer.tsx) ### TODO List | Task| Status | Number | |--------|--------|--------| | Change default group name to All Servers | Done | 1 | --- <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 17:50:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#667