[PR #2013] [MERGED] Replace CodeEditor with MonacoEditor #1704

Closed
opened 2026-02-04 20:09:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2013
Author: @notAreYouScared
Created: 12/18/2025
Status: Merged
Merged: 12/20/2025
Merged by: @notAreYouScared

Base: mainHead: boy132/monaco-editor


📝 Commits (10+)

📊 Changes

10 files changed (+712 additions, -40 deletions)

View changed files

app/Enums/EditorLanguages.php (+141 -0)
📝 app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php (+4 -2)
📝 app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php (+4 -2)
📝 app/Filament/Admin/Resources/Servers/Pages/EditServer.php (+2 -2)
app/Filament/Components/Forms/Fields/MonacoEditor.php (+124 -0)
📝 app/Filament/Server/Resources/Files/Pages/EditFiles.php (+7 -31)
📝 app/Filament/Server/Resources/Files/Pages/ListFiles.php (+13 -3)
config/monaco-editor.php (+268 -0)
resources/css/monaco-editor.css (+5 -0)
resources/views/filament/components/monaco-editor.blade.php (+144 -0)

📄 Description

Return of Monaco!

Replaces the filament v4 code editor with monaco, like pre-v4


🔄 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/2013 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `boy132/monaco-editor` --- ### 📝 Commits (10+) - [`206a3c4`](https://github.com/pelican-dev/panel/commit/206a3c49b73fe15f99a6d78a4346cfa3d381f2bf) add package - [`f870d26`](https://github.com/pelican-dev/panel/commit/f870d267eab4bf5c1184f168bc13820f5dffe9e0) publish config & view - [`7e7baa7`](https://github.com/pelican-dev/panel/commit/7e7baa7ff9ad37aeb214b97497d1dd42b126cd50) replace CodeEditor with MonacoEditor - [`5c5a92c`](https://github.com/pelican-dev/panel/commit/5c5a92c240f72329e3aedf5d49cbe2f59d090bed) make logs editor read only - [`84ad8a5`](https://github.com/pelican-dev/panel/commit/84ad8a5c2f525f5b59b660c7144891f15b51bfde) remove height style - [`e687acb`](https://github.com/pelican-dev/panel/commit/e687acbe849d26a422a0115993e9604197600186) Merge branch 'main' into boy132/monaco-editor - [`a1f7b52`](https://github.com/pelican-dev/panel/commit/a1f7b52a2d1fff444c1b2414314574bd75288e14) monaco shall return! - [`9716d40`](https://github.com/pelican-dev/panel/commit/9716d40fb507e9a771c28a2e08f2b3eafa558d36) Disable Fullscreen - [`cb0cdee`](https://github.com/pelican-dev/panel/commit/cb0cdee32da3f754bcc4283d622b40eb8f8815d2) Updates - [`75ef900`](https://github.com/pelican-dev/panel/commit/75ef9008d91b82adbde2fbafb22c93ad5c126826) nuke package ### 📊 Changes **10 files changed** (+712 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `app/Enums/EditorLanguages.php` (+141 -0) 📝 `app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php` (+4 -2) 📝 `app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php` (+4 -2) 📝 `app/Filament/Admin/Resources/Servers/Pages/EditServer.php` (+2 -2) ➕ `app/Filament/Components/Forms/Fields/MonacoEditor.php` (+124 -0) 📝 `app/Filament/Server/Resources/Files/Pages/EditFiles.php` (+7 -31) 📝 `app/Filament/Server/Resources/Files/Pages/ListFiles.php` (+13 -3) ➕ `config/monaco-editor.php` (+268 -0) ➕ `resources/css/monaco-editor.css` (+5 -0) ➕ `resources/views/filament/components/monaco-editor.blade.php` (+144 -0) </details> ### 📄 Description Return of Monaco! Replaces the filament v4 code editor with monaco, like pre-v4 --- <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 20:09:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1704