[PR #88] [MERGED] Add Monaco #585

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

📋 Pull Request Information

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

Base: feature/filamentHead: feature/code-editor


📝 Commits (1)

📊 Changes

5 files changed (+479 additions, -4 deletions)

View changed files

📝 app/Filament/Resources/EggResource.php (+8 -2)
📝 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

Known issues...

Changing themes does not reload editor, F5 required.
Editing a variable/docker images clears code box render, not sure how to fix this? reload on view?


🔄 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/88 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `feature/filament` ← **Head:** `feature/code-editor` --- ### 📝 Commits (1) - [`b7c0829`](https://github.com/pelican-dev/panel/commit/b7c0829af926ce44ed7baa09cf761dacdddc5d0d) Add Monaco ### 📊 Changes **5 files changed** (+479 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/EggResource.php` (+8 -2) 📝 `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 Known issues... Changing themes does not reload editor, F5 required. Editing a variable/docker images clears code box render, not sure how to fix this? reload on view? --- <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:07 +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#585