Refactor page titles and headings for consistency across Profile, Prospects, ProspectsDone, and ProspectsVerify pages

This commit is contained in:
a.beging@eas-solutions.de
2026-04-23 09:49:29 +02:00
parent 545f59e059
commit 46d5bcd00d
4 changed files with 13 additions and 13 deletions

View File

@@ -29,14 +29,14 @@
<TextEdit @bind-Text="User.Mail" ReadOnly="true"></TextEdit>
</FieldBody>
</Field>
@* <Validation Validator="ValidationRule.None"> *@
@* <Field ColumnSize="ColumnSize.Is12"> *@
@* <FieldLabel>Info über dich</FieldLabel> *@
@* <FieldBody> *@
@* <MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/> *@
@* </FieldBody> *@
@* </Field> *@
@* </Validation> *@
<Validation Validator="ValidationRule.None">
<Field ColumnSize="ColumnSize.Is12">
<FieldLabel>Info über dich</FieldLabel>
<FieldBody>
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/>
</FieldBody>
</Field>
</Validation>
</Validations>
</Fields>
</div>