[PR #294] [MERGED] Progress bar2 #406

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/294
Author: @bootandy
Created: 1/14/2023
Status: Merged
Merged: 1/18/2023
Merged by: @bootandy

Base: masterHead: progress_bar2


📝 Commits (7)

  • 7c3cd13 Refactor: progress bar: rm unused field
  • ef1fd88 Refactor: progress bar: simplify
  • 190c05a Refactor: Progress bar: Remove PConfig
  • 9bc2767 Refactor: Progress bar: Remove atomic classes
  • b8ea5eb Refactor: progress bar: rename vars
  • 3e0bab9 Refactor: progress bar & file permissions
  • cb9e265 Refactor: PAtomicInfo class

📊 Changes

3 files changed (+79 additions, -217 deletions)

View changed files

📝 src/dir_walker.rs (+19 -48)
📝 src/main.rs (+9 -30)
📝 src/progress.rs (+51 -139)

📄 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/bootandy/dust/pull/294 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/14/2023 **Status:** ✅ Merged **Merged:** 1/18/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `progress_bar2` --- ### 📝 Commits (7) - [`7c3cd13`](https://github.com/bootandy/dust/commit/7c3cd134264349cffe562758795050fb2120517f) Refactor: progress bar: rm unused field - [`ef1fd88`](https://github.com/bootandy/dust/commit/ef1fd888e89c6943f93eee4d98452d765a492beb) Refactor: progress bar: simplify - [`190c05a`](https://github.com/bootandy/dust/commit/190c05af54abcb348d62b5ccd197e263e9a3f0c1) Refactor: Progress bar: Remove PConfig - [`9bc2767`](https://github.com/bootandy/dust/commit/9bc276732627bfc1bc9b15e0db7be93692048b35) Refactor: Progress bar: Remove atomic classes - [`b8ea5eb`](https://github.com/bootandy/dust/commit/b8ea5eb4bbfb0e45572879323af0b50af08b3f9a) Refactor: progress bar: rename vars - [`3e0bab9`](https://github.com/bootandy/dust/commit/3e0bab941b7c35bd73d6194e77a5812d42818e17) Refactor: progress bar & file permissions - [`cb9e265`](https://github.com/bootandy/dust/commit/cb9e265397954a84c032524fb5ed78a4f1b10f3e) Refactor: PAtomicInfo class ### 📊 Changes **3 files changed** (+79 additions, -217 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+19 -48) 📝 `src/main.rs` (+9 -30) 📝 `src/progress.rs` (+51 -139) </details> ### 📄 Description _No description provided_ --- <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:27:56 +03:00
zhus closed this issue 2026-06-08 11:27:57 +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#406