Add PageNoteButton to various components for enhanced note management

This commit is contained in:
2026-01-17 10:25:38 -05:00
parent 947d95893f
commit e6eb35ee67
15 changed files with 69 additions and 19 deletions
@@ -1,4 +1,4 @@
@page "/students/event-ranking"
@page "/students/event-ranking"
@attribute [Authorize]
@using Microsoft.EntityFrameworkCore
@using WebApp.Models
@@ -9,7 +9,11 @@
<PageHeader
Title="Student Event Ranks"
Icon="@AppIcons.EventRank" />
Icon="@AppIcons.EventRank">
<ActionButtons>
<PageNoteButton PageIdentifier="Event Ranking" />
</ActionButtons>
</PageHeader>
@if (_students == null)
{
@@ -17,6 +17,7 @@
OnClick="ToggleRegionalFilter">
@(_showRegionalOnly ? "Showing Regional Only" : "Show Regional Only")
</MudButton>
<PageNoteButton PageIdentifier="Registration" />
</ActionButtons>
</PageHeader>