[PR #137] [MERGED] Allow Egg Variables to be orderable/sortable #604

Closed
opened 2026-02-04 18:36:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/137
Author: @notAreYouScared
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @lancepioch

Base: mainHead: feature/72


📝 Commits (10+)

📊 Changes

3 files changed (+81 additions, -25 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 app/Filament/Resources/EggResource.php (+49 -25)
database/migrations/2024_04_20_214441_add_egg_var_sort.php (+28 -0)

📄 Description

Closes #72


🔄 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/137 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `feature/72` --- ### 📝 Commits (10+) - [`3e01e48`](https://github.com/pelican-dev/panel/commit/3e01e483fb9da1c9352ecd14a44aa61401b94246) Allow variables to be sorted - [`22c03c8`](https://github.com/pelican-dev/panel/commit/22c03c8075c9cf4fe1ca02e0afd678a161ea25e5) add sort column - [`eeee577`](https://github.com/pelican-dev/panel/commit/eeee5779baa9c69330d93ccab393ff5193a30822) Merge branch 'main' into feature/72 - [`53ad87a`](https://github.com/pelican-dev/panel/commit/53ad87a3494579ec45d1921e244fa7709580a8c2) update egg configuration tab - [`3292686`](https://github.com/pelican-dev/panel/commit/329268697be2b34f38ca99d5f97b3bac57924ab9) Merge branch 'main' into feature/72 - [`a9a1846`](https://github.com/pelican-dev/panel/commit/a9a18464ddf07806c1e29dea319f72c05294b5e9) Wip - [`0f360fc`](https://github.com/pelican-dev/panel/commit/0f360fcdd1fa5ab9d0ae87afeeb30061a5b6b4c9) Merge branch 'main' into feature/72 - [`e343de0`](https://github.com/pelican-dev/panel/commit/e343de00c014414afc504c67eda9da217f1b445c) Merge branch 'feature/72' of https://github.com/pelican-dev/panel into feature/72 - [`1a884c0`](https://github.com/pelican-dev/panel/commit/1a884c0cdf5c9b0d5ceed67a51f458e56310405d) Save sort order - [`c31eafa`](https://github.com/pelican-dev/panel/commit/c31eafaf4fee5767b7a91042699e132cee303095) Pint ### 📊 Changes **3 files changed** (+81 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `app/Filament/Resources/EggResource.php` (+49 -25) ➕ `database/migrations/2024_04_20_214441_add_egg_var_sort.php` (+28 -0) </details> ### 📄 Description Closes #72 --- <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-04 18:36:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#604