[PR #617] [MERGED] Replace all number_format with Number::format #853

Closed
opened 2026-02-04 18:55:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/617
Author: @Boy132
Created: 10/10/2024
Status: Merged
Merged: 10/12/2024
Merged by: @Boy132

Base: mainHead: replace/number_format


📝 Commits (1)

  • 43fa92f replace all number_format with Number::format

📊 Changes

3 files changed (+13 additions, -10 deletions)

View changed files

📝 app/Filament/Resources/NodeResource/Pages/ListNodes.php (+3 -2)
📝 app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php (+4 -3)
📝 app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php (+6 -5)

📄 Description

Closes #615


🔄 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/617 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `replace/number_format` --- ### 📝 Commits (1) - [`43fa92f`](https://github.com/pelican-dev/panel/commit/43fa92f539fec050ebebf0d57062ed118b8ea593) replace all `number_format` with `Number::format` ### 📊 Changes **3 files changed** (+13 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/NodeResource/Pages/ListNodes.php` (+3 -2) 📝 `app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php` (+4 -3) 📝 `app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php` (+6 -5) </details> ### 📄 Description Closes #615 --- <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 18:55:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#853