[PR #345] [MERGED] Show update info on dashboard & show git commit (when using git) #702

Closed
opened 2026-02-05 17:51:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/345
Author: @Boy132
Created: 6/8/2024
Status: Merged
Merged: 6/8/2024
Merged by: @notAreYouScared

Base: mainHead: show-git-version


📝 Commits (2)

  • 93f0590 show update info on dashboard, show git commit (when using git)
  • 55badb5 update colors

📊 Changes

6 files changed (+71 additions, -35 deletions)

View changed files

📝 app/Console/Commands/InfoCommand.php (+1 -1)
📝 app/Filament/Pages/Dashboard.php (+15 -1)
📝 app/Providers/AppServiceProvider.php (+4 -30)
📝 app/Services/Helpers/SoftwareVersionService.php (+30 -2)
📝 lang/en/dashboard/index.php (+4 -0)
📝 resources/views/filament/pages/dashboard.blade.php (+17 -1)

📄 Description

Note: we also need to update the cdn url!

image


🔄 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/345 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `show-git-version` --- ### 📝 Commits (2) - [`93f0590`](https://github.com/pelican-dev/panel/commit/93f059025cf2fe10fca54041f8dd4184a781f766) show update info on dashboard, show git commit (when using git) - [`55badb5`](https://github.com/pelican-dev/panel/commit/55badb564434fa0749bed90c86db5ec9e61a5bb7) update colors ### 📊 Changes **6 files changed** (+71 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/InfoCommand.php` (+1 -1) 📝 `app/Filament/Pages/Dashboard.php` (+15 -1) 📝 `app/Providers/AppServiceProvider.php` (+4 -30) 📝 `app/Services/Helpers/SoftwareVersionService.php` (+30 -2) 📝 `lang/en/dashboard/index.php` (+4 -0) 📝 `resources/views/filament/pages/dashboard.blade.php` (+17 -1) </details> ### 📄 Description **Note:** we also need to update the cdn url! ![image](https://github.com/pelican-dev/panel/assets/8203120/ed61587b-aedf-482e-82ec-7d1e91112a24) --- <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-05 17:51:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#702