Update padding for MudPaper components across various features
Increased padding from 'pa-4' to 'pa-6' for MudPaper components in Events, MeetingSchedule, Students, and Teams features to ensure consistent styling and improved visual spacing.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</ActionButtons>
|
</ActionButtons>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudDataGrid T="EventDefinition"
|
<MudDataGrid T="EventDefinition"
|
||||||
ServerData="ServerReload"
|
ServerData="ServerReload"
|
||||||
@ref="_dataGrid"
|
@ref="_dataGrid"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<PageHeader Title="@($"{Configuration["ChapterSettings:Shortname"]} TSA Schedule {Configuration["ChapterSettings:CompetitionYear"]}")" />
|
<PageHeader Title="@($"{Configuration["ChapterSettings:Shortname"]} TSA Schedule {Configuration["ChapterSettings:CompetitionYear"]}")" />
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4 mt-4">
|
<MudPaper Elevation="2" Class="pa-6 mt-4">
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="7" sm="8" lg="9">
|
<MudItem xs="7" sm="8" lg="9">
|
||||||
<MudText Typo="Typo.h4">Time Slots</MudText>
|
<MudText Typo="Typo.h4">Time Slots</MudText>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<DataAnnotationsValidator/>
|
<DataAnnotationsValidator/>
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="12" sm="7">
|
<MudItem xs="12" sm="7">
|
||||||
<MudPaper Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudTextField T="string" Label="First Name" @bind-Value="Student.FirstName" For="@(() => Student.FirstName)"></MudTextField>
|
<MudTextField T="string" Label="First Name" @bind-Value="Student.FirstName" For="@(() => Student.FirstName)"></MudTextField>
|
||||||
<MudTextField T="string" Label="Last Name" @bind-Value="Student.LastName" For="@(() => Student.LastName)"></MudTextField>
|
<MudTextField T="string" Label="Last Name" @bind-Value="Student.LastName" For="@(() => Student.LastName)"></MudTextField>
|
||||||
<MudTextField T="string" Label="Email Adress" @bind-Value="Student.Email" For="@(() => Student.Email)"></MudTextField>
|
<MudTextField T="string" Label="Email Adress" @bind-Value="Student.Email" For="@(() => Student.Email)"></MudTextField>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<MudStack Spacing="4">
|
<MudStack Spacing="4">
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudText Typo="Typo.h5" Class="mb-4">Students by Rank</MudText>
|
<MudText Typo="Typo.h5" Class="mb-4">Students by Rank</MudText>
|
||||||
<MudTable Items="_students" Hover="true" Striped="true" Breakpoint="Breakpoint.Sm" LoadingProgressColor="Color.Info">
|
<MudTable Items="_students" Hover="true" Striped="true" Breakpoint="Breakpoint.Sm" LoadingProgressColor="Color.Info">
|
||||||
<HeaderContent>
|
<HeaderContent>
|
||||||
@@ -64,7 +64,7 @@ else
|
|||||||
</MudTable>
|
</MudTable>
|
||||||
</MudPaper>
|
</MudPaper>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudText Typo="Typo.h5" Class="mb-4">Events by Student</MudText>
|
<MudText Typo="Typo.h5" Class="mb-4">Events by Student</MudText>
|
||||||
<MudTable Items="_eventStudentRankings" Hover="true" Striped="true" Breakpoint="Breakpoint.Sm" LoadingProgressColor="Color.Info">
|
<MudTable Items="_eventStudentRankings" Hover="true" Striped="true" Breakpoint="Breakpoint.Sm" LoadingProgressColor="Color.Info">
|
||||||
<HeaderContent>
|
<HeaderContent>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</ActionButtons>
|
</ActionButtons>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudDataGrid T="Student"
|
<MudDataGrid T="Student"
|
||||||
ServerData="ServerReload"
|
ServerData="ServerReload"
|
||||||
@ref="_dataGrid"
|
@ref="_dataGrid"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</ActionButtons>
|
</ActionButtons>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudText Typo="Typo.body2" Class="mb-2">
|
<MudText Typo="Typo.body2" Class="mb-2">
|
||||||
<MudIcon Icon="@AppIcons.Captain" Size="Size.Small" /> = Team Captain
|
<MudIcon Icon="@AppIcons.Captain" Size="Size.Small" /> = Team Captain
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
</ActionButtons>
|
</ActionButtons>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4 mt-4">
|
<MudPaper Elevation="2" Class="pa-6 mt-4">
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem Style="width:160px;">
|
<MudItem Style="width:160px;">
|
||||||
<MudNumericField @bind-Value="_parameters.TeamSizeLimit"
|
<MudNumericField @bind-Value="_parameters.TeamSizeLimit"
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
<MudButton Class="ma-3" OnClick="Solve" Variant="Variant.Filled" Color="Color.Primary" Disabled="@_isSolving">Solve</MudButton>
|
<MudButton Class="ma-3" OnClick="Solve" Variant="Variant.Filled" Color="Color.Primary" Disabled="@_isSolving">Solve</MudButton>
|
||||||
</MudPaper>
|
</MudPaper>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4 mt-4">
|
<MudPaper Elevation="2" Class="pa-6 mt-4">
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="12" lg="8">
|
<MudItem xs="12" lg="8">
|
||||||
<MudText Typo="Typo.h5" Class="mb-4">Students</MudText>
|
<MudText Typo="Typo.h5" Class="mb-4">Students</MudText>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<DataAnnotationsValidator />
|
<DataAnnotationsValidator />
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="12" sm="7">
|
<MudItem xs="12" sm="7">
|
||||||
<MudPaper Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudSelect T="EventDefinition" Value="@Team.Event" ValueChanged="OnEventChanged" Label="Event">
|
<MudSelect T="EventDefinition" Value="@Team.Event" ValueChanged="OnEventChanged" Label="Event">
|
||||||
|
|
||||||
@foreach (var evt in _events)
|
@foreach (var evt in _events)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<DataAnnotationsValidator/>
|
<DataAnnotationsValidator/>
|
||||||
<MudGrid>
|
<MudGrid>
|
||||||
<MudItem xs="12" sm="7">
|
<MudItem xs="12" sm="7">
|
||||||
<MudPaper Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<StudentToggleSelector Students="@_students"
|
<StudentToggleSelector Students="@_students"
|
||||||
@bind-SelectedStudents="_selectedStudents"
|
@bind-SelectedStudents="_selectedStudents"
|
||||||
Title="Students"
|
Title="Students"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
@foreach (var student in _students)
|
@foreach (var student in _students)
|
||||||
{
|
{
|
||||||
<MudContainer Class="pagebreak">
|
<MudContainer Class="pagebreak">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
</ActionButtons>
|
</ActionButtons>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
|
|
||||||
<MudPaper Elevation="2" Class="pa-4">
|
<MudPaper Elevation="2" Class="pa-6">
|
||||||
<MudDataGrid T="Team"
|
<MudDataGrid T="Team"
|
||||||
ServerData="ServerReload"
|
ServerData="ServerReload"
|
||||||
@ref="_dataGrid"
|
@ref="_dataGrid"
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ This document outlines recommended style improvements to enhance the visual desi
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 7. Add Consistent Page Container Styling
|
### 7. Add Consistent Page Container Styling ✅ COMPLETED
|
||||||
**Locations**: All page components
|
**Locations**: All page components
|
||||||
|
|
||||||
**Recommendation**:
|
**Recommendation**:
|
||||||
|
|||||||
Reference in New Issue
Block a user