@page "/user-decks"
@using System.Text.Json
@implements IDisposable
Browse, add, edit, and delete deck builds with native JSONB collection mappings.
No decks were found matching your search.
| Deck Name | Season | Cards (JSONB) | Divers | Notes | Updated (UTC) | Actions |
|---|---|---|---|---|---|---|
|
@deck.Name
ID: @deck.Id
|
@(string.IsNullOrEmpty(deck.Season) ? "General" : deck.Season) | @totalCards cards | @diverCount |
@(string.IsNullOrEmpty(deck.Notes) ? "-" : deck.Notes)
|
@deck.UpdatedAt.ToString("yyyy-MM-dd HH:mm")
|
|
@GetFormattedDeckJson(viewedDeck)
Are you sure you want to delete deck:
This will remove the deck record and its JSONB associations from the database.