[PR #89] [MERGED] Improve Mobile Experience #582

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

📋 Pull Request Information

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

Base: feature/filamentHead: issue/fix-mobile


📝 Commits (3)

  • b7c0829 Add Monaco
  • c83cc07 Major Mobile Improvements <3
  • 11494bb Should enable this, so it ya know.. works <3

📊 Changes

13 files changed (+669 additions, -82 deletions)

View changed files

📝 app/Filament/Resources/ApiKeyResource.php (+38 -27)
📝 app/Filament/Resources/EggResource.php (+10 -6)
📝 app/Filament/Resources/MountResource.php (+3 -2)
📝 app/Filament/Resources/NodeResource.php (+6 -0)
📝 app/Filament/Resources/NodeResource/Pages/CreateNode.php (+37 -6)
📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+8 -3)
📝 app/Filament/Resources/ServerResource.php (+83 -35)
📝 app/Filament/Resources/UserResource.php (+4 -0)
📝 app/Filament/Resources/UserResource/Pages/EditProfile.php (+9 -1)
📝 composer.json (+1 -0)
📝 composer.lock (+86 -2)
config/filament-monaco-editor.php (+270 -0)
resources/views/filament/plugins/monaco-editor.blade.php (+114 -0)

📄 Description

Hides text columns here and there, proper grid here and there.


🔄 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/89 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `feature/filament` ← **Head:** `issue/fix-mobile` --- ### 📝 Commits (3) - [`b7c0829`](https://github.com/pelican-dev/panel/commit/b7c0829af926ce44ed7baa09cf761dacdddc5d0d) Add Monaco - [`c83cc07`](https://github.com/pelican-dev/panel/commit/c83cc073f0c01ab61b909d4f5af57b3e14f0bca9) Major Mobile Improvements <3 - [`11494bb`](https://github.com/pelican-dev/panel/commit/11494bbad6c2893026cf75a699668ae206318f1d) Should enable this, so it ya know.. works <3 ### 📊 Changes **13 files changed** (+669 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ApiKeyResource.php` (+38 -27) 📝 `app/Filament/Resources/EggResource.php` (+10 -6) 📝 `app/Filament/Resources/MountResource.php` (+3 -2) 📝 `app/Filament/Resources/NodeResource.php` (+6 -0) 📝 `app/Filament/Resources/NodeResource/Pages/CreateNode.php` (+37 -6) 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+8 -3) 📝 `app/Filament/Resources/ServerResource.php` (+83 -35) 📝 `app/Filament/Resources/UserResource.php` (+4 -0) 📝 `app/Filament/Resources/UserResource/Pages/EditProfile.php` (+9 -1) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+86 -2) ➕ `config/filament-monaco-editor.php` (+270 -0) ➕ `resources/views/filament/plugins/monaco-editor.blade.php` (+114 -0) </details> ### 📄 Description Hides text columns here and there, proper grid here and there. --- <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:48:06 +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#582