mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1282] [MERGED] feat(console): save command history in session #1292
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/1282
Author: @vinhais
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @lancepioch
Base:
main← Head:patch-1📝 Commits (2)
5316344feat: save history4956aebfix: use session key📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
app/Filament/Server/Widgets/ServerConsole.php(+2 -0)📄 Description
We can use
#[Session]to have Livewire automatically save the command history in the user's session.this will improve the user experience for those who often forget the commands they gave or want to be quick :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.