[PR #179] [MERGED] feat: support edit files #504

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/179
Author: @sigoden
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @sigoden

Base: mainHead: feat-editor


📝 Commits (1)

📊 Changes

10 files changed (+357 additions, -126 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+1 -0)
📝 assets/index.css (+20 -2)
📝 assets/index.html (+59 -21)
📝 assets/index.js (+127 -66)
📝 src/server.rs (+61 -3)
📝 tests/fixtures.rs (+26 -9)
📝 tests/http.rs (+22 -3)
📝 tests/render.rs (+3 -4)
📝 tests/utils.rs (+28 -18)

📄 Description

close #172


🔄 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/179 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-editor` --- ### 📝 Commits (1) - [`9e1834d`](https://github.com/sigoden/dufs/commit/9e1834dd626db6b8d7915f1373a4ec1485051cee) feat: support edit files ### 📊 Changes **10 files changed** (+357 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+1 -0) 📝 `assets/index.css` (+20 -2) 📝 `assets/index.html` (+59 -21) 📝 `assets/index.js` (+127 -66) 📝 `src/server.rs` (+61 -3) 📝 `tests/fixtures.rs` (+26 -9) 📝 `tests/http.rs` (+22 -3) 📝 `tests/render.rs` (+3 -4) 📝 `tests/utils.rs` (+28 -18) </details> ### 📄 Description close #172 --- <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:12 +03:00
zhus closed this issue 2026-04-08 16:53:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#504