Added experimental edit page and revision history.

This commit is contained in:
2024-09-10 02:47:03 +02:00
parent 4b8dfba289
commit 8bf9e22b39
20 changed files with 1177 additions and 14 deletions

View File

@@ -112,6 +112,7 @@ export async function patch(path, data, options = {}) {
});
if (res.status === 204) {
showFeedback(true, options);
return null;
}