mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #179] [MERGED] feat: support edit files #504
Reference in New Issue
Block a user
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/sigoden/dufs/pull/179
Author: @sigoden
Created: 2/20/2023
Status: ✅ Merged
Merged: 2/20/2023
Merged by: @sigoden
Base:
main← Head:feat-editor📝 Commits (1)
9e1834dfeat: support edit files📊 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.