-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WasmStandalone generated projects
- Loading branch information
Showing
260 changed files
with
1,693 additions
and
3,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
<FluentGridItem xs="8" sm="4"> | ||
<EditForm Model="Input" FormName="forgot-password" OnValidSubmit="OnValidSubmitAsync" method="post"> | ||
<DataAnnotationsValidator /> | ||
<ValidationSummary class="text-danger" role="alert" /> | ||
<FluentValidationSummary class="text-danger" role="alert" /> | ||
<FluentTextField Name="Input.Email" @bind-Value="Input.Email" AutoComplete="username" Required="true" Placeholder="[email protected]" Label="Email" Style="width: 100%;" /> | ||
<FluentValidationMesssage For="() => Input.Email" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.Email" class="text-danger" /> | ||
<FluentButton Type="ButtonType.Submit" Appearance="Appearance.Accent" Style="width: 100%;">Reset password</FluentButton> | ||
</EditForm> | ||
</FluentGridItem> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
<FluentValidationSummary class="text-danger" role="alert" /> | ||
<FluentStack Orientation="Orientation.Vertical"> | ||
<FluentTextField Name="Input.Email" @bind-Value="Input.Email" AutoComplete="username" Required="true" Placeholder="[email protected]" Label="Email" Style="width: 100%" /> | ||
<FluentValidationMesssage For="() => Input.Email" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.Email" class="text-danger" /> | ||
<FluentTextField type="password" Name="Input.Password" @bind-Value="Input.Password" AutoComplete="current-password" Required="true" Placeholder="password" Label="Password" Style="width: 100%" /> | ||
<FluentValidationMesssage For="() => Input.Password" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.Password" class="text-danger" /> | ||
<FluentCheckbox Name="Input.RememberMe" @bind-Value="Input.RememberMe" Label="Remember me" /> | ||
<FluentButton Type="ButtonType.Submit" Appearance="Appearance.Accent" Style="width: 100%">Log in</FluentButton> | ||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ | |
<FluentValidationSummary class="text-danger" role="alert" /> | ||
<FluentStack Orientation="Orientation.Vertical"> | ||
<FluentTextField Name="Input.Email" @bind-Value="Input.Email" AutoComplete="username" Required="true" Placeholder="[email protected]" Label="Email" Style="width: 100%" /> | ||
<FluentValidationMesssage For="() => Input.Email" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.Email" class="text-danger" /> | ||
<FluentTextField type="password" Name="Input.Password" @bind-Value="Input.Password" AutoComplete="current-password" Required="true" Placeholder="password" Label="Password" Style="width: 100%" /> | ||
<FluentValidationMesssage For="() => Input.Password" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.Password" class="text-danger" /> | ||
<FluentTextField type="password" Name="Input.ConfirmPassword" @bind-Value="Input.ConfirmPassword" AutoComplete="new-password" Required="true" Placeholder="password" Label="Confirm Password" Style="width: 100%" /> | ||
<FluentValidationMesssage For="() => Input.ConfirmPassword" class="text-danger" /> | ||
<FluentValidationMessage For="() => Input.ConfirmPassword" class="text-danger" /> | ||
<FluentButton Type="ButtonType.Submit" Appearance="Appearance.Accent" Style="width: 100%">Log in</FluentButton> | ||
</FluentStack> | ||
</EditForm> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<FluentGridItem xs="8" sm="4"> | ||
<EditForm Model="Input" FormName="resend-email-confirmation" OnValidSubmit="OnValidSubmitAsync" method="post"> | ||
<DataAnnotationsValidator /> | ||
<ValidationSummary class="text-danger" role="alert" /> | ||
<FluentValidationSummary class="text-danger" role="alert" /> | ||
<FluentTextField Name="Input.Email" @bind-Value="Input.Email" class="form-control" Required="true" Placeholder="[email protected]" Label="Email" Style="width: 100%;" /> | ||
<FluentValidationMessage For="() => Input.Email" class="text-danger" /> | ||
<FluentButton Type="ButtonType.Submit" Appearance="Appearance.Accent" Style="width: 100%;">Resend</FluentButton> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
<StatusMessage Message="@Message" /> | ||
<EditForm Model="Input" FormName="reset-password" OnValidSubmit="OnValidSubmitAsync" method="post"> | ||
<DataAnnotationsValidator /> | ||
<ValidationSummary class="text-danger" role="alert" /> | ||
<FluentValidationSummary class="text-danger" role="alert" /> | ||
|
||
<input type="hidden" name="Input.Code" value="@Input.Code" /> | ||
<FluentTextField Name="Input.Email" @bind-Value="Input.Email" AutoComplete="username" Required="true" Placeholder="[email protected]" Label="Email" Style="width: 100%;" /> | ||
|
3 changes: 0 additions & 3 deletions
3
tests/TemplateValidation/IndividualAccounts/A-SSR/Components/Layout/NavMenu.razor.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.