[PR #1124] [MERGED] Add tag filter to lists #1188

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1124
Author: @Boy132
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @Boy132

Base: mainHead: boy132/list-tag-filter


📝 Commits (1)

📊 Changes

3 files changed (+67 additions, -0 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php (+5 -0)
📝 app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php (+5 -0)
app/Filament/Components/Tables/Filters/TagsFilter.php (+57 -0)

📄 Description

Closes #360

grafik
grafik
(Note: in the example above I only added the minecraft to these two eggs and not to all minecraft eggs. So the display is correct)


🔄 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/1124 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/list-tag-filter` --- ### 📝 Commits (1) - [`1a6ac9d`](https://github.com/pelican-dev/panel/commit/1a6ac9d2c592b74dce00f8c56df693d49fe8f1fc) add tag filter to lists ### 📊 Changes **3 files changed** (+67 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php` (+5 -0) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php` (+5 -0) ➕ `app/Filament/Components/Tables/Filters/TagsFilter.php` (+57 -0) </details> ### 📄 Description Closes #360 ![grafik](https://github.com/user-attachments/assets/260c192d-bdbd-44b6-a22a-57a12e000661) ![grafik](https://github.com/user-attachments/assets/52abd053-b2e6-47d1-ace5-a9aa0a88beec) _(Note: in the example above I only added the `minecraft` to these two eggs and not to all minecraft eggs. So the display is correct)_ --- <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 19:24: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#1188