[PR #759] [MERGED] Add Display Width setting #950

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/759
Author: @notAreYouScared
Created: 12/4/2024
Status: Merged
Merged: 12/4/2024
Merged by: @notAreYouScared

Base: mainHead: settings/add-width


📝 Commits (2)

  • ecfa7ae Add Display Width setting
  • e28bfda Merge branch 'main' into settings/add-width

📊 Changes

4 files changed (+11 additions, -4 deletions)

View changed files

📝 app/Filament/Pages/Settings.php (+7 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+1 -2)
📝 app/Providers/Filament/AppPanelProvider.php (+2 -2)
📝 config/panel.php (+1 -0)

📄 Description

Allow users to pick how "wide" the panel is.

Some have commented on how "big" the panel is.. this will let them pick how "big" they want it to be.


🔄 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/759 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 12/4/2024 **Status:** ✅ Merged **Merged:** 12/4/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `settings/add-width` --- ### 📝 Commits (2) - [`ecfa7ae`](https://github.com/pelican-dev/panel/commit/ecfa7ae028b29952be6a98936186b1969282711e) Add Display Width setting - [`e28bfda`](https://github.com/pelican-dev/panel/commit/e28bfda29d0c72d6754eaa9b594eb1cf762e9189) Merge branch 'main' into settings/add-width ### 📊 Changes **4 files changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Settings.php` (+7 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+1 -2) 📝 `app/Providers/Filament/AppPanelProvider.php` (+2 -2) 📝 `config/panel.php` (+1 -0) </details> ### 📄 Description Allow users to pick how "wide" the panel is. Some have commented on how "big" the panel is.. this will let them pick how "big" they want it to be. --- <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:05:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#950