mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1756] [MERGED] Add xtermjs Canvas #1549
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/1756
Author: @notAreYouScared
Created: 9/28/2025
Status: ✅ Merged
Merged: 9/28/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/1752📝 Commits (1)
7febb65Add xterm Canvas📊 Changes
4 files changed (+12 additions, -2 deletions)
View changed files
📝
package.json(+1 -0)📝
resources/js/console.js(+2 -0)📝
resources/views/filament/components/server-console.blade.php(+4 -2)📝
yarn.lock(+5 -0)📄 Description
Fixes: #1752

Before the last character would be hidden behind the scrollbar.
Before:
After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.