prepared project for release

This commit is contained in:
2025-01-19 16:26:45 +01:00
parent a1dbe841ff
commit fbb844d38f
7 changed files with 167 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ builder.Services.AddHopFrame(options => {
options.AddDbContext<DatabaseContext>(context => {
context.Table<User>(table => {
table.Property(u => u.Password)
.SetParser((pwd, _) => pwd + "-edited");
.DisplayValue(false);
table.Property(u => u.FirstName)
.List(false);