Open
Conversation
lordspinach
suggested changes
Dec 19, 2022
RoL.Blazor/Pages/Counter.razor
Outdated
| @@ -0,0 +1,19 @@ | |||
| @page "/counter" | |||
| </MudDialog> | ||
| @code { | ||
| [CascadingParameter] MudDialogInstance MudDialog { get; set; } | ||
|
|
RoL.Blazor/Pages/Index.razor
Outdated
| @@ -0,0 +1,9 @@ | |||
| @page "/" | |||
| </MudDialog> | ||
| <SnackBars @ref="_snackBars"></SnackBars> | ||
| @code { | ||
|
|
| { | ||
| await _snackBars.ShowError(response.RequestMessage!.ToString()); | ||
| } | ||
|
|
RoL.Blazor/Shared/NavMenu.razor
Outdated
| { | ||
| collapseNavMenu = !collapseNavMenu; | ||
| } | ||
|
|
| padding-bottom: 0.5rem; | ||
| } | ||
|
|
||
| .nav-item:first-of-type { |
RoL.Blazor/Shared/SurveyPrompt.razor
Outdated
| @@ -0,0 +1,17 @@ | |||
| <div class="alert alert-secondary mt-4"> | |||
| @@ -0,0 +1,27 @@ | |||
| [ | |||
| /// Slaves slice of slaves interfaces names | ||
| /// </summary> | ||
| public List<string> Slaves { get; set; } = new(); | ||
|
|
lordspinach
suggested changes
Dec 30, 2022
| <MudTr> | ||
| <td colspan="9"> | ||
| <MudCard Elevation="0"> | ||
| <MudCardContent Class="pa-0 myClass"> |
Member
There was a problem hiding this comment.
Класс не должен называться myClass, переименуй в border-card-toolbar
| <b>Server ID</b> | ||
| <MudItem xs="12" Class="d-flex flex-row"> | ||
| <MudSelect Class="ml-1" @bind-Value="@_newDhcp.ServerId" Variant="Variant.Outlined" Margin="Margin.Dense"> | ||
| @{ |
Member
There was a problem hiding this comment.
Лишние скобки. @ должна быть перед if
| <b>Gateway</b> | ||
| <MudItem xs="12"> | ||
| <MudSelect Class="ml-1" @bind-Value="@_newDhcp.Gateway" Variant="Variant.Outlined" Margin="Margin.Dense"> | ||
| @{ |
Member
There was a problem hiding this comment.
Лишние скобки. @ должна быть перед if
| @inject IDialogService DialogService | ||
|
|
||
| <style> | ||
| div.myClass > div > div { |
Member
There was a problem hiding this comment.
Переименуй myClass на card-content-bottom-border
| <SnackBars @ref="_snackBars"></SnackBars> | ||
| @code { | ||
|
|
||
| [CascadingParameter] MudDialogInstance MudDialog { get; set; } |
Member
There was a problem hiding this comment.
Имя атрибута должно быть над переменной
| <SnackBars @ref="_snackBars"></SnackBars> | ||
|
|
||
| @code { | ||
| [CascadingParameter] MudDialogInstance MudDialog { get; set; } |
Member
There was a problem hiding this comment.
Имя атрибута должно быть над переменной
| @inject IDialogService DialogService | ||
|
|
||
| <style> | ||
| div.myClass > div > div { |
Member
There was a problem hiding this comment.
Переименуй myClass на border-card-toolbar
| <SnackBars @ref="_snackBars"></SnackBars> | ||
|
|
||
| @code { | ||
|
|
| @inject IDialogService DialogService | ||
|
|
||
| <style> | ||
| div.myClass > div > div{ |
Member
There was a problem hiding this comment.
Переименуй myClass в border-card-toolbar
| </MudDialog> | ||
| <SnackBars @ref="_snackBars"></SnackBars> | ||
| @code { | ||
| [CascadingParameter] MudDialogInstance MudDialog { get; set; } |
Member
There was a problem hiding this comment.
Атрибуты должны быть над переменной
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
init project