Enhance UI with MudTooltip for action buttons across various components

This commit adds MudTooltip components to action buttons in the Calendar, Events, Students, and Teams features, improving user experience by providing contextual information on button actions. The changes ensure that users receive helpful hints when hovering over buttons, enhancing accessibility and usability throughout the application.
This commit is contained in:
2026-01-17 10:41:46 -05:00
parent e6eb35ee67
commit b4c11cd0a6
12 changed files with 128 additions and 59 deletions
@@ -15,9 +15,11 @@
Title="Assignment"
Description="Optimized team assignments based on the student event rankings">
<ActionButtons>
<MudButton StartIcon="@Icons.Material.Filled.Edit" Href="students/event-ranking" Variant="Variant.Outlined">
Edit Student Event Rankings
</MudButton>
<MudTooltip Text="Edit Student Event Rankings">
<MudButton StartIcon="@Icons.Material.Filled.Edit" Href="students/event-ranking" Variant="Variant.Outlined">
Edit Student Event Rankings
</MudButton>
</MudTooltip>
<PageNoteButton PageIdentifier="Team Assignment" />
</ActionButtons>
</PageHeader>