[PR #1104] [MERGED] Add App Logo #1178

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1104
Author: @rmartinoscar
Created: 3/16/2025
Status: Merged
Merged: 3/17/2025
Merged by: @rmartinoscar

Base: mainHead: feature/AppLogo


📝 Commits (2)

  • db73f71 Add app.logo to Settings
  • c818018 Use app.name if app.logo is null

📊 Changes

3 files changed (+21 additions, -8 deletions)

View changed files

📝 app/Filament/Admin/Pages/Settings.php (+17 -6)
📝 config/app.php (+1 -1)
📝 lang/en/admin/setting.php (+3 -1)

📄 Description

image
image
image
image
image

I didn't want to flood but Auth logo works the same way nav does, if the logo is null its gonna print app.name and if its invalid it will print Pelican logo (app.name + 'logo')


🔄 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/1104 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/16/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `feature/AppLogo` --- ### 📝 Commits (2) - [`db73f71`](https://github.com/pelican-dev/panel/commit/db73f716e71b5aeb67e4577d15f60e26f96ec6da) Add `app.logo` to `Settings` - [`c818018`](https://github.com/pelican-dev/panel/commit/c8180182bda054705cf92b120e21eae72249a26f) Use `app.name` if `app.logo` is null ### 📊 Changes **3 files changed** (+21 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Settings.php` (+17 -6) 📝 `config/app.php` (+1 -1) 📝 `lang/en/admin/setting.php` (+3 -1) </details> ### 📄 Description ![image](https://github.com/user-attachments/assets/ad72e208-e9bf-47e2-8798-aa7cd2694a4e) ![image](https://github.com/user-attachments/assets/fb6ec15b-307d-4575-8930-e0c1981460ec) ![image](https://github.com/user-attachments/assets/199bb620-46e5-4f31-b050-d90e83199bde) ![image](https://github.com/user-attachments/assets/b896ec5e-b248-45f5-8da6-cbe783bcf7bf) ![image](https://github.com/user-attachments/assets/274d4e09-6399-4bf3-a67e-ed98c40cdbc8) I didn't want to flood but Auth logo works the same way nav does, if the logo is null its gonna print app.name and if its invalid it will print `Pelican logo` (app.name + 'logo') --- <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:24:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1178