From 11241b10f6f962102421885e1b0580a1b0df22b0 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 9 May 2026 00:56:11 +0900 Subject: Support multiple roles per member with free-text fallback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Role field stores comma-separated values ("Guitar, Vocal") - Form: tag-based multi-role editor per member; predefined select + "その他..." option reveals a free-text input for custom roles - Band detail: render each role as an inline tag (split on ", ") - band-edit: initializes roles from existing comma-separated data Co-Authored-By: Claude Sonnet 4.6 --- app/routes/band-by-uuid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/routes/band-by-uuid.tsx') diff --git a/app/routes/band-by-uuid.tsx b/app/routes/band-by-uuid.tsx index 94a7d3c..9cb4d33 100644 --- a/app/routes/band-by-uuid.tsx +++ b/app/routes/band-by-uuid.tsx @@ -61,16 +61,16 @@ export default function BandDetail() { -- cgit v1.2.3