Added edit modal

This commit is contained in:
Leon Hoppe
2025-01-15 14:58:15 +01:00
parent ad4d9c65d6
commit d4018cceec
12 changed files with 179 additions and 19 deletions

View File

@@ -14,4 +14,6 @@ public class Post {
[ForeignKey("author")]
public User? Author { get; set; }
public bool Published { get; set; }
}