[PR #370] [MERGED] feat(win): use size on disk for apparent size for OneDrive files #443

Closed
opened 2026-06-08 11:28:18 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/370
Author: @pandaninjas
Created: 2/20/2024
Status: Merged
Merged: 2/24/2024
Merged by: @bootandy

Base: masterHead: master


📝 Commits (3)

  • b298ad6 feat(win): use size on disk for apparent size for OneDrive files
  • 5a1a7cf apply changes from code review
  • 1ac299e run cargo fmt

📊 Changes

3 files changed (+46 additions, -11 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+1 -0)
📝 src/platform.rs (+35 -11)

📄 Description

Resolves #366

Before:
image
image
After:
image
image


🔄 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/bootandy/dust/pull/370 **Author:** [@pandaninjas](https://github.com/pandaninjas) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`b298ad6`](https://github.com/bootandy/dust/commit/b298ad62c79f6d946667b805ab7f77debb555f71) feat(win): use size on disk for apparent size for OneDrive files - [`5a1a7cf`](https://github.com/bootandy/dust/commit/5a1a7cf4344a6f410c1f42b436030f4d3c28a474) apply changes from code review - [`1ac299e`](https://github.com/bootandy/dust/commit/1ac299e731ff9ec1a0d707119f7048892932a20e) run cargo fmt ### 📊 Changes **3 files changed** (+46 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/platform.rs` (+35 -11) </details> ### 📄 Description Resolves #366 Before: ![image](https://github.com/bootandy/dust/assets/101084582/32d77da7-2fdf-4518-8faa-9c6d9365e664) ![image](https://github.com/bootandy/dust/assets/101084582/fd73519b-b7ff-4104-a6af-816e30e488a7) After: <img width="644" alt="image" src="https://github.com/bootandy/dust/assets/101084582/23df40fa-9a5d-4eab-ac0e-db5cd6e9cac2"> <img width="176" alt="image" src="https://github.com/bootandy/dust/assets/101084582/c49b4b1c-020a-418e-a007-e72a7ae4814b"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:18 +03:00
zhus closed this issue 2026-06-08 11:28:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#443