[PR #1147] [MERGED] Remove cursor not allowed rule #1208

Closed
opened 2026-02-05 18:07:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1147
Author: @PalmarHealer
Created: 3/22/2025
Status: Merged
Merged: 3/22/2025
Merged by: @lancepioch

Base: mainHead: palmarhealer/fix-cursor


📝 Commits (3)

  • 3ddbfd2 remove cursor not allowed rule
  • 20ba7b4 re-add css rule
  • dbc996f Apply suggestions from code review

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 public/css/filament/server/console.css (+1 -1)
📝 resources/views/filament/components/server-console.blade.php (+1 -0)

📄 Description

In the UI for the permissions (role creation and user invitation) all the checkbox have the:
cursor: not-allowed;
rule applied even though it is interactable. It tried to create roles and the seems to be purly visual.

I don't know if this is referenced/used by other elements but since I could not find any other usages I think it can be removed


🔄 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/1147 **Author:** [@PalmarHealer](https://github.com/PalmarHealer) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `palmarhealer/fix-cursor` --- ### 📝 Commits (3) - [`3ddbfd2`](https://github.com/pelican-dev/panel/commit/3ddbfd2400854b6eb03499cc8bb01e6705dbb8f0) remove cursor not allowed rule - [`20ba7b4`](https://github.com/pelican-dev/panel/commit/20ba7b4c5f2dfe3e08a8b31bd3eecf5c1eb4cd98) re-add css rule - [`dbc996f`](https://github.com/pelican-dev/panel/commit/dbc996f89edb57d7eccc93c65cd8e7622c0a537e) Apply suggestions from code review ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `public/css/filament/server/console.css` (+1 -1) 📝 `resources/views/filament/components/server-console.blade.php` (+1 -0) </details> ### 📄 Description In the UI for the permissions (role creation and user invitation) all the checkbox have the: `cursor: not-allowed;` rule applied even though it is interactable. It tried to create roles and the seems to be purly visual. I don't know if this is referenced/used by other elements but since I could not find any other usages I think it can be removed --- <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 18:07:01 +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#1208