diff --git a/app.js b/app.js index c4a434c..91fa837 100644 --- a/app.js +++ b/app.js @@ -260,7 +260,7 @@ const popover = $('filter-popover'); const popoverInner = $('filter-popover-inner'); let activeFilterKey = null; -const BOOL_FILTERS = new Set(['modal']); +const BOOL_FILTERS = new Set([]); // modal merged into key display; filter still works programmatically const DROPDOWN_FILTERS = new Set(['source', 'instrument', 'tuning', 'difficulty', 'status']); function openFilterPopover(key, thEl) { @@ -425,8 +425,8 @@ function renderTable() { const tuningRaw = entry?.tuning ?? ''; const instStr = instRaw ? (tuningRaw ? `${instRaw} (${tuningRaw})` : instRaw) : ''; const keyStr = tune.key - ? (tune.modal ? `${tune.key} modal` : tune.key) - : (tune.modal ? 'modal' : ''); + ? (tune.modal ? `${tune.key} Modal` : tune.key) + : (tune.modal ? 'Modal' : ''); const metaRaw = [instStr, keyStr].filter(Boolean).join(' · '); const mobPills = entry ? pillStatus(entry.status, 'mob-pill') : ''; const mobActions = [ @@ -439,8 +439,7 @@ function renderTable() { tr.innerHTML = ` ${esc(nameRaw)} ${esc(sourceRaw)} - ${esc(tune.key ?? '')} - ${tune.modal ? 'Yes' : ''} + ${esc(keyStr)} ${esc(entry?.instrument_name ?? '')} ${esc(entry?.tuning ?? '')} ${pillStatus(entry?.status)} diff --git a/index.html b/index.html index 2e83d06..b0eb916 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,6 @@ Name Source Key - ModalMod. Instrument Tuning Status