[PR #128] [MERGED] feat: support sort by name, mtime, size #481

Closed
opened 2026-04-08 16:53:06 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/128
Author: @sigoden
Created: 8/23/2022
Status: Merged
Merged: 8/23/2022
Merged by: @sigoden

Base: mainHead: feat-sort


📝 Commits (1)

  • 9845241 feat: support sort by name, mtime, size

📊 Changes

8 files changed (+203 additions, -51 deletions)

View changed files

📝 Cargo.lock (+9 -0)
📝 Cargo.toml (+3 -0)
📝 assets/index.css (+11 -2)
📝 assets/index.html (+0 -6)
📝 assets/index.js (+96 -21)
📝 src/server.rs (+52 -19)
tests/sort.rs (+29 -0)
📝 tests/utils.rs (+3 -3)

📄 Description

close #124


🔄 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/sigoden/dufs/pull/128 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-sort` --- ### 📝 Commits (1) - [`9845241`](https://github.com/sigoden/dufs/commit/984524190036288833990ba985fe7f0c149ccea1) feat: support sort by name, mtime, size ### 📊 Changes **8 files changed** (+203 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -0) 📝 `Cargo.toml` (+3 -0) 📝 `assets/index.css` (+11 -2) 📝 `assets/index.html` (+0 -6) 📝 `assets/index.js` (+96 -21) 📝 `src/server.rs` (+52 -19) ➕ `tests/sort.rs` (+29 -0) 📝 `tests/utils.rs` (+3 -3) </details> ### 📄 Description close #124 --- <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-04-08 16:53:06 +03:00
zhus closed this issue 2026-04-08 16:53:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#481