← back to Rentv
desk.html: keep firm-affiliation subline visible in List view (TK-10526)
1f84ebf8792e786bbbbfc0e7cef3e18612b86086 · 2026-08-13 08:41:31 -0700 · Steve
List (v-list) view previously hid the .f record subline via display:none,
silently dropping the firm affiliation that Grid/Table show — info loss, not
a density trade. v-list rows now lay out name + muted subline inline (flex,
name left / affiliation right, ellipsis-clamped) so the same data stays
visible in a compact form. Grid and Table views unchanged; master-detail
click still opens the detail pane.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 1f84ebf8792e786bbbbfc0e7cef3e18612b86086
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Aug 13 08:41:31 2026 -0700
desk.html: keep firm-affiliation subline visible in List view (TK-10526)
List (v-list) view previously hid the .f record subline via display:none,
silently dropping the firm affiliation that Grid/Table show — info loss, not
a density trade. v-list rows now lay out name + muted subline inline (flex,
name left / affiliation right, ellipsis-clamped) so the same data stays
visible in a compact form. Grid and Table views unchanged; master-detail
click still opens the detail pane.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
public/desk.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/public/desk.html b/public/desk.html
index 4322dae1..c885d3f1 100644
--- a/public/desk.html
+++ b/public/desk.html
@@ -45,9 +45,10 @@
.md .seg{display:inline-flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.md .seg button{border:0;background:#11161c;color:#9aa4ad;font:800 10.5px 'Inter';letter-spacing:.03em;padding:6px 9px;cursor:pointer}
.md .seg button.on{background:var(--red);color:#fff}
- /* compact LIST rows (denser) */
- .md .rows.v-list .row{padding:7px 14px}
- .md .rows.v-list .row .f{display:none}
+ /* compact LIST rows (denser) — keep the firm/affiliation subline VISIBLE inline next to the name (TK-10526) */
+ .md .rows.v-list .row{padding:7px 14px;display:flex;align-items:baseline;gap:8px;min-width:0}
+ .md .rows.v-list .row .nm{flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%}
+ .md .rows.v-list .row .f{margin-top:0;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}
/* dense TABLE view — all columns per scope, click-to-sort */
.md .rows.v-table{padding:0}
.md table.dt{width:100%;border-collapse:collapse;font-size:12px}
← 1494e910 deals.html: add Grid/List/Table views + expanded all-column
·
back to Rentv
·
auto-data-snapshot: 2026-08-13T08:52:43 (5 data files) — dat 04979eed →