[PR #114] [MERGED] Dev #169

Closed
opened 2026-01-15 11:44:04 +08:00 by yan · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmvan/x-prober/pull/114
Author: @kmvan
Created: 12/31/2020
Status: Merged
Merged: 12/31/2020
Merged by: @kmvan

Base: masterHead: dev


📝 Commits (6)

📊 Changes

23 files changed (+1190 additions, -998 deletions)

View changed files

📝 AppConfig.json (+2 -4)
📝 CHANGELOG.md (+7 -0)
📝 dist/prober.php (+122 -121)
📝 package-lock.json (+854 -639)
📝 package.json (+24 -23)
📝 src/Components/Bootstrap/Action.php (+7 -1)
📝 src/Components/Config/ConfigApi.php (+2 -2)
📝 src/Components/Config/src/stores/index.ts (+7 -6)
📝 src/Components/Fetch/src/server-fetch.ts (+9 -10)
📝 src/Components/Fetch/src/stores/index.ts (+12 -14)
📝 src/Components/Helper/src/components/portal.tsx (+11 -34)
📝 src/Components/Nodes/src/components/index.tsx (+32 -37)
📝 src/Components/PhpInfo/src/components/php-version.tsx (+9 -11)
📝 src/Components/PhpInfoDetail/PhpInfoDetail.php (+1 -1)
📝 src/Components/Ping/src/components/index.tsx (+23 -26)
📝 src/Components/Restful/RestfulResponse.php (+2 -2)
📝 src/Components/Script/Script.php (+1 -1)
📝 src/Components/ServerBenchmark/src/components/index.tsx (+22 -27)
📝 src/Components/TemperatureSensor/src/stores/index.ts (+10 -12)
📝 src/Components/Toast/src/components/index.tsx (+1 -0)

...and 3 more files

📄 Description

No description provided


🔄 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/kmvan/x-prober/pull/114 **Author:** [@kmvan](https://github.com/kmvan) **Created:** 12/31/2020 **Status:** ✅ Merged **Merged:** 12/31/2020 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`3f33a46`](https://github.com/kmvan/x-prober/commit/3f33a4667879d0282175e4b6727d5889b98fa35c) update php stable version - [`282bd59`](https://github.com/kmvan/x-prober/commit/282bd59b7dd5991403de8666e896bc5d23208759) rewrite fetch action - [`fb3af87`](https://github.com/kmvan/x-prober/commit/fb3af87dab478c9a1d219844179d5d5fa8e007fa) adjust Toast style - [`ac0c6f4`](https://github.com/kmvan/x-prober/commit/ac0c6f4f61b793a6706f8652f2dd46f98f51f19e) using portal hooks - [`93d6990`](https://github.com/kmvan/x-prober/commit/93d6990b25573667cd0ff18a134cf1d08a7068c7) die to exit - [`d52e670`](https://github.com/kmvan/x-prober/commit/d52e67059af09e47afc144a36b329acb422f173e) update to 6.6 ### 📊 Changes **23 files changed** (+1190 additions, -998 deletions) <details> <summary>View changed files</summary> 📝 `AppConfig.json` (+2 -4) 📝 `CHANGELOG.md` (+7 -0) 📝 `dist/prober.php` (+122 -121) 📝 `package-lock.json` (+854 -639) 📝 `package.json` (+24 -23) 📝 `src/Components/Bootstrap/Action.php` (+7 -1) 📝 `src/Components/Config/ConfigApi.php` (+2 -2) 📝 `src/Components/Config/src/stores/index.ts` (+7 -6) 📝 `src/Components/Fetch/src/server-fetch.ts` (+9 -10) 📝 `src/Components/Fetch/src/stores/index.ts` (+12 -14) 📝 `src/Components/Helper/src/components/portal.tsx` (+11 -34) 📝 `src/Components/Nodes/src/components/index.tsx` (+32 -37) 📝 `src/Components/PhpInfo/src/components/php-version.tsx` (+9 -11) 📝 `src/Components/PhpInfoDetail/PhpInfoDetail.php` (+1 -1) 📝 `src/Components/Ping/src/components/index.tsx` (+23 -26) 📝 `src/Components/Restful/RestfulResponse.php` (+2 -2) 📝 `src/Components/Script/Script.php` (+1 -1) 📝 `src/Components/ServerBenchmark/src/components/index.tsx` (+22 -27) 📝 `src/Components/TemperatureSensor/src/stores/index.ts` (+10 -12) 📝 `src/Components/Toast/src/components/index.tsx` (+1 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:44:04 +08:00
yan closed this issue 2026-01-15 11:44:05 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#169