[object Object]

← back to Commercialrealestate

CRCP: move financing scenario control (25%/30%/All cash) from top nav into left filter drawer

e53f98ebd414a8b322d3fa30c27125e1fda57c6b · 2026-08-18 15:44:07 -0700 · Steve Abrams

Files touched

Diff

commit e53f98ebd414a8b322d3fa30c27125e1fda57c6b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Aug 18 15:44:07 2026 -0700

    CRCP: move financing scenario control (25%/30%/All cash) from top nav into left filter drawer
---
 public/index.html | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/public/index.html b/public/index.html
index 2b58f72..b18285d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,6 +32,8 @@
   .seg button { background:var(--card); color:var(--ink); border:0; border-right:1px solid var(--line); padding:8px 11px; font-size:12px; cursor:pointer; }
   .seg button:last-child { border-right:0; }
   .seg button.active { background:#1f6feb; color:#fff; }
+  #drawer .seg { display:flex; width:100%; }
+  #drawer .seg button { flex:1; text-align:center; padding:9px 6px; }
 
   /* ---- left drawer ---- */
   #scrim { position:fixed; inset:0; background:rgba(0,0,0,.5); opacity:0; pointer-events:none; transition:opacity .2s; z-index:38; }
@@ -409,11 +411,6 @@
   <a href="#brokers" style="color:var(--blue);text-decoration:none;font-size:13px;margin-right:12px" title="Broker / agent contacts — name, company, phone, email">👤 Brokers</a>
   <a href="/linkedin.html" style="color:var(--blue);text-decoration:none;font-size:13px;margin-right:12px" title="LinkedIn follow-list">🔗 LinkedIn</a>
   <a href="/licensed.html" style="color:var(--blue);text-decoration:none;font-size:13px;margin-right:12px" title="Licensed directory — RE agents, firms, title & escrow + firm IG">📋 Licensed</a>
-  <span class="seg" id="scenario">
-    <button data-s="25" class="active">25% down</button>
-    <button data-s="30">30% down</button>
-    <button data-s="cash">All cash</button>
-  </span>
   </div><!-- /.topnav -->
 </header>
 
@@ -422,6 +419,14 @@
 <aside id="drawer">
   <div class="dhead"><b>Filters</b><button class="x" id="dclose" aria-label="Close">✕</button></div>
 
+  <div class="fsec"><h4>Financing scenario</h4>
+    <span class="seg" id="scenario">
+      <button data-s="25" class="active">25% down</button>
+      <button data-s="30">30% down</button>
+      <button data-s="cash">All cash</button>
+    </span>
+    <div class="small" style="margin-top:6px">Underwriting lens — drives cash-on-cash, DSCR, cash-needed &amp; Deal Score across the view.</div>
+  </div>
   <div class="fsec" id="fieldsSec"><h4>Fields — show / hide · reorder</h4>
     <div class="fieldtoggles" id="fFields"></div>
     <div style="margin-top:8px"><button class="minibtn" id="fAll">All</button><button class="minibtn" id="fNone">None</button><button class="minibtn" id="fDef">Default</button><button class="minibtn" id="idxReset" title="Reset List columns to the tight default — order, widths &amp; visibility">↺ Reset layout</button></div>

← fbbc9ea auto-data-snapshot: 2026-08-18T15:36:46 (2 data files) — dat  ·  back to Commercialrealestate  ·  CRCP root: add working client-side NL chat bar at top + remo 376087d →