[PR #1271] [MERGED] chore(web) Add automatic server stats refetching #8975

Closed
opened 2026-02-05 13:56:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1271
Author: @klejejs
Created: 1/8/2023
Status: Merged
Merged: 1/9/2023
Merged by: @alextran1502

Base: mainHead: feature/872_automatically-refresh-server-stats-panel


📝 Commits (1)

  • efa9230 Add automatic server stats refetching

📊 Changes

5 files changed (+71 additions, -42 deletions)

View changed files

📝 web/src/lib/components/admin-page/jobs/jobs-panel.svelte (+0 -1)
📝 web/src/lib/components/admin-page/server-stats/server-stats-panel.svelte (+52 -17)
📝 web/src/lib/components/admin-page/server-stats/stats-card.svelte (+16 -4)
📝 web/src/routes/admin/server-status/+page.server.ts (+1 -1)
📝 web/src/routes/admin/server-status/+page.svelte (+2 -19)

📄 Description

This PR fixes #872.


🔄 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/immich-app/immich/pull/1271 **Author:** [@klejejs](https://github.com/klejejs) **Created:** 1/8/2023 **Status:** ✅ Merged **Merged:** 1/9/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feature/872_automatically-refresh-server-stats-panel` --- ### 📝 Commits (1) - [`efa9230`](https://github.com/immich-app/immich/commit/efa923015b27d33b889cf94d3bc49b7aeb90d225) Add automatic server stats refetching ### 📊 Changes **5 files changed** (+71 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/admin-page/jobs/jobs-panel.svelte` (+0 -1) 📝 `web/src/lib/components/admin-page/server-stats/server-stats-panel.svelte` (+52 -17) 📝 `web/src/lib/components/admin-page/server-stats/stats-card.svelte` (+16 -4) 📝 `web/src/routes/admin/server-status/+page.server.ts` (+1 -1) 📝 `web/src/routes/admin/server-status/+page.svelte` (+2 -19) </details> ### 📄 Description This PR fixes #872. --- <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 13:56:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8975