mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #383] [MERGED] Add storage usage metering and breakdown #1026
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1026
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/maziggy/bambuddy/pull/383
Author: @Keybored02
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @maziggy
Base:
0.2.0b← Head:feature/storage_meter📝 Commits (8)
26557f6Add storgae usage metering and breakdownbcea965Merge branch '0.2.0b' into feature/storage_meterb4ab212Merge branch '0.2.0b' into feature/storage_meter115f261Fix TS error, add missing translation keys, fix fr locale, cleanup duplicated functions22114deMerge branch '0.2.0b' into feature/storage_meterfc77e7aMerge branch '0.2.0b' into feature/storage_meter8f0abb9Merge branch '0.2.0b' into feature/storage_meter5ad0e59Removed BOM, fixed apostrophe📊 Changes
8 files changed (+583 additions, -1 deletions)
View changed files
📝
backend/app/api/routes/system.py(+340 -0)📝
frontend/src/api/client.ts(+41 -0)📝
frontend/src/i18n/locales/de.ts(+8 -0)📝
frontend/src/i18n/locales/en.ts(+8 -0)📝
frontend/src/i18n/locales/fr.ts(+8 -0)📝
frontend/src/i18n/locales/it.ts(+8 -0)📝
frontend/src/i18n/locales/ja.ts(+8 -0)📝
frontend/src/pages/SettingsPage.tsx(+162 -1)📄 Description
Description
Add disk usage metering and breakdown based on folder (Logs, Archives, Library Files, Database, Thumbnails, etc.) with a bar graph under settings-General.
Related Issue
Fixes #
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.