mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 12:25:31 -04:00
[PR #301] [MERGED] Adds new tile on the admin home page with system data. #296
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/301
Author: @Pacodastre
Created: 12/4/2025
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @DecDuck
Base:
develop← Head:system-data-tile-on-admin-home-page📝 Commits (8)
dfb7296Adds new tile on the admin home page with system data. Also fixes the active users bug in the pie chart2e2249cFixes missing parenthesesa13ed5aUpdates user stats cache when signing inc7c7664Reads active number of users from session providerc0a7805Removes unused variablebb2b149Small improvementsa690099Removes acl properties from system data websocket and performs initial push of data7ff05e5fix: remove acl fetch📊 Changes
18 files changed (+243 additions, -23 deletions)
View changed files
📝
components/PieChart/PieChart.vue(+1 -1)📝
components/SourceTable.vue(+3 -5)➕
composables/admin-home.ts(+21 -0)📝
i18n/locales/en_us.json(+4 -0)📝
pages/admin/index.vue(+59 -0)➕
server/api/v1/admin/system-data/ws.get.ts(+36 -0)📝
server/api/v1/auth/odic/callback.get.ts(+2 -0)📝
server/internal/acls/descriptions.ts(+5 -0)📝
server/internal/acls/index.ts(+4 -0)📝
server/internal/notifications/index.ts(+2 -2)📝
server/internal/session/cache.ts(+5 -0)📝
server/internal/session/db.ts(+16 -0)📝
server/internal/session/index.ts(+8 -2)📝
server/internal/session/memory.ts(+9 -0)📝
server/internal/session/types.d.ts(+1 -0)➕
server/internal/system-data/index.ts(+58 -0)📝
server/internal/userstats/index.ts(+2 -13)➕
utils/utils.ts(+7 -0)📄 Description
Also fixes the active users bug in the pie chart.
Two things to note here:
pnpm dev, the progress bars for cpu and ram usage don't load properly at first, but work fine after a few seconds.Here's a screenshot the update:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #301] [MERGED] Adds new tile on the admin home page with system data.to [PR #301] [MERGED] Adds new tile on the admin home page with system data.