[PR #1282] [MERGED] feat(console): save command history in session #1292

Closed
opened 2026-02-04 19:34:13 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1282 **Author:** [@vinhais](https://github.com/vinhais) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`5316344`](https://github.com/pelican-dev/panel/commit/531634407b9817bf3da9677b88fb7baf25b059dc) feat: save history - [`4956aeb`](https://github.com/pelican-dev/panel/commit/4956aeb7c279161b63a93ce21302972b17ac67cf) fix: use session key ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Widgets/ServerConsole.php` (+2 -0) </details> ### 📄 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 :) --- <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 19:34:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1292