@page "/card-notes"
@implements IDisposable
Browse, add, edit, and delete notes associated with Chrono CCG cards.
There are currently no card notes matching your criteria.
| User | Card Name | Note Content | Actions |
|---|---|---|---|
| @(string.IsNullOrEmpty(note.Username) ? "global" : note.Username) |
@note.CardName
|
@note.Note
|
|
Are you sure you want to delete the note for:
This action will remove the record from the database permanently.