Added technology page

This commit is contained in:
2025-01-23 18:51:59 +01:00
parent 98fa1887c8
commit e884ec0207
18 changed files with 359 additions and 39 deletions

View File

@@ -45,7 +45,7 @@ builder.Services.AddHopFrame(options => {
.SetValue(langConfig, true);
table.Property(p => p.Languages)
.FormatEach<Language>((l, _) => l.Label)
.FormatEach<Technology>((l, _) => l.Name)
.List(false);
table.Property(p => p.Cover)