mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #89] [MERGED] Improve Mobile Experience #582
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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/filament← Head:issue/fix-mobile📝 Commits (3)
b7c0829Add Monacoc83cc07Major Mobile Improvements <311494bbShould 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.