ELNOR REPO READER TEXT MIRROR Original path: Design Mockups/Archived Mockups/DOC20 Mockups and Design/DOC20 Archived Mockups/Q_UNIFIED_WORKSPACE_V1.jsx Source repo: /Users/OpenClaw1/Elnor/Elnor Specs Git branch: main Git commit: dbaa25962edc11ab30e8d4ca1715f9ae5bf77331 Generated: 2026-06-09T01:23:58.539Z --- import { useState, useRef, useEffect, useCallback } from "react"; const font={sans:"'Söhne','Helvetica Neue',-apple-system,BlinkMacSystemFont,sans-serif",mono:"'SF Mono','Cascadia Code','Fira Code',monospace"}; const R={sm:"6px",md:"10px",full:"9999px"}; const c={bgApp:"#F8F8F6",bgPanel:"#FFFFFF",bgPanelAlt:"#F9FAFB",bgCard:"#FFFFFF",bgInput:"#EFF1F3",bgSidebar:"#131820",textPri:"#1A1D21",textSec:"#5E6570",textTer:"#8B919A",accentBtn:"#31588c",warn:"#D97706",error:"#B04040",border:"#E0E2E5",borderLight:"#ECEEF0",green:"#2E8B57",agentAv:"#a1a7aa",borderDark:"#263040",incognito:"#3D2E5C",incognitoBg:"#2A1F3D",tabBg:"#dee1e5"}; const Ic=({d,size=18,color,sw=1.75})=>; const I={ArrowL:p=>,ArrowR:p=>,Refresh:p=>,Star:p=>,Lock:p=>,X:p=>,Search:p=>,MsgCircle:p=>,Spark:p=>,Save:p=>,Copy:p=>,Globe:p=>,FileText:p=>,ChevD:p=>,ChevR:p=>,Pin:p=>,Download:p=>,Book:p=>,Scissors:p=>,Plus:p=>,Sun:p=>,Settings:p=>,Columns:p=>,Folder:p=>,Grid:p=>,Check:p=>,Clock:p=>,Send:p=>,Eye:p=>}; const Dot=({color,size=8})=>; const Btn=({children,primary,small,onClick,style:s})=>; const TBtn=({icon,title,active,onClick,label,disabled})=>; const Sep=()=>
; const Av=({letter,color,size=20})=>
{letter}
; const Toast=({msg,onDone})=>{useEffect(()=>{const t=setTimeout(onDone,2500);return()=>clearTimeout(t)},[onDone]);return
{msg}
}; // === TAB === const Tab=({title,icon,active,type,pinned,onClose,onClick})=>{ const typeColors={note:"#31588c",viewer:"#2E8B57",web:"#8B5E00",clip:"#7C3AED"}; return
{icon} {!pinned&&{title}} {!pinned&&{e.stopPropagation();onClose?.()}} style={{cursor:"pointer",display:"flex",opacity:active?1:0.5,padding:2,borderRadius:3,flexShrink:0}} onMouseEnter={e=>e.currentTarget.style.opacity="1"} onMouseLeave={e=>e.currentTarget.style.opacity=active?"1":"0.5"}>}
}; // === NEW TAB DROPDOWN === const NewTabMenu=({onPick,onClose})=>(
{[{icon:"📝",label:"New Note",type:"note"},{icon:"📄",label:"Open Document",type:"viewer"},{icon:"🌐",label:"New Web Tab",type:"web"}].map((item,i)=>
{onPick(item.type);onClose()}} style={{display:"flex",alignItems:"center",gap:8,padding:"6px 10px",borderRadius:R.sm,cursor:"pointer",fontSize:12,fontFamily:font.sans}} onMouseEnter={e=>e.currentTarget.style.backgroundColor=c.bgInput} onMouseLeave={e=>e.currentTarget.style.backgroundColor="transparent"}>{item.icon}{item.label}
)}
); // === NOTE CONTENT === const NoteContent=({flash})=>(
Pinned · Auto-updating

Today — Thursday, April 3

{/* TaskList Block */}
Priority Tasks 2 of 5
{[{text:"Finalize Sanli MIL exhibits",done:true,due:"Today"},{text:"Review Christensen expert report",done:false,due:"Apr 4"},{text:"Draft Henderson opposition outline",done:false,due:"Apr 5"},{text:"File Paramount trial brief",done:false,due:"May 1"}].map((t,i)=>
{t.text} {t.due}
)}
{/* ActivityFeed Block */}
Agent Activity Auto-updating
{[{text:"Elnor completed Henderson cite check — 3 issues flagged",time:"9:12 AM",dot:c.warn},{text:"Elnor indexed Sanli Expert Report (8.4 MB PDF)",time:"8:45 AM",dot:c.green},{text:"Email watcher: New filing in BC587659",time:"7:30 AM",dot:c.accentBtn}].map((item,i)=>
{item.text} {item.time}
)}
{/* Text block */}

Meeting notes from yesterday's call with Danny Christensen re: expert testimony strategy. Key points:

1. Christensen will testify on signage valuation methodology. Need to prepare him for cross on the willing-buyer framework.

2. Sanli's 18% discount rate is the weakest point in their damages case. Focus MIL on this.

); // === VIEWER CONTENT (PDF) === const ViewerContent=({flash})=>(
{/* Viewer toolbar */}
📄 Sanli_Expert_Report.pdf PDF · 42 pages · 8.4 MB } title="Copy"/> } label="Save As…" onClick={()=>flash("Save options…")}/> } label="To Note" onClick={()=>flash("Converting to note…")}/>
{/* Simulated PDF */}
EXPERT REPORT OF DR. MEHMET SANLI
Paramount Contractors v. City of Los Angeles · Case No. BC587659
February 28, 2026

I. QUALIFICATIONS

I am a Professor of Economics at the University of Southern California and have served as a consulting and testifying expert in over 60 matters involving economic damages, valuation, and financial analysis. My curriculum vitae is attached as Exhibit 1.

II. SCOPE OF ENGAGEMENT

I was retained by counsel for the City of Los Angeles to analyze and evaluate the economic damages claimed by Plaintiff Paramount Contractors & Developers, Inc. in connection with the alleged impairment of signage permit rights.

III. SUMMARY OF OPINIONS

Based on my analysis, it is my opinion that Plaintiff's claimed damages of $4.2 million are speculative and overstated. Applying standard economic valuation methodologies, I calculate the reasonable economic loss to be approximately $380,000.

— Page 1 of 42 —

); // === WEB CONTENT === const WebContent=({flash,onSelect})=>{ const [sel,setSel]=useState(null); const handleUp=()=>{const s=window.getSelection();if(s&&s.toString().trim().length>3){const r=s.getRangeAt(0).getBoundingClientRect();setSel({text:s.toString(),x:r.left,y:r.top-45});onSelect?.(s.toString())}else setSel(null)}; return
{/* URL bar */}
ecf.cacd.uscourts.gov/doc1/031139485672
} title="Reader Mode"/> } label="Save"/> } title="Clip" onClick={()=>{flash("Clipped to Session Notes")}}/>
{/* Page */}
{sel&&
} label="Comment" onClick={()=>setSel(null)}/> } label="Ask Elnor" onClick={()=>setSel(null)}/> setSel(null)}/> } label="Clip" onClick={()=>{setSel(null);flash("Clipped")}}/> } onClick={()=>setSel(null)}/>
}
United States District Court — Central District of California
PARAMOUNT CONTRACTORS & DEVELOPERS, INC. v. CITY OF LOS ANGELES, et al.
Case No. BC587659  |  Filed: March 15, 2026

PLAINTIFF'S MOTION IN LIMINE NO. 3

Plaintiff Paramount Contractors & Developers, Inc. respectfully moves this Court for an order excluding the expert testimony and report of Dr. Mehmet Sanli on the grounds that his opinions are unreliable and based on flawed methodology.

Dr. Sanli's methodology suffers from three fundamental defects: (1) he improperly applies a "willing buyer-willing seller" valuation framework; (2) he fails to account for the City's own valuation of the permits; and (3) his discount rate of 18% is unsupported by comparable transaction data.

EXHIBIT A — Damages Comparison
{[["Lost signage revenue","$2,840,000","$210,000"],["Permit value","$980,000","$120,000"],["Consequential","$380,000","$50,000"]].map(([cat,p,s],i)=>)}
CategoryParamountSanli
{cat}{p}{s}
Total$4,200,000$380,000
}; // === CLIPS NOTE CONTENT === const ClipsContent=()=>(
SESSION CLIPPINGS · Apr 3, 2026

Paramount — Sanli Research Clips

{[ {text:"Dr. Sanli's methodology suffers from three fundamental defects: (1) he improperly applies a \"willing buyer-willing seller\" valuation framework; (2) he fails to account for the City's own valuation of the permits; and (3) his discount rate of 18% is unsupported.",source:"Paramount MIL No. 3 — ecf.cacd.uscourts.gov",time:"10:14 AM"}, {text:"I calculate the reasonable economic loss to be approximately $380,000.",source:"Sanli Expert Report — p.1",time:"10:18 AM"}, ].map((clip,i)=>
"{clip.text}"
{clip.source}{clip.time}
)}
Add notes here...
); // === MAIN === export default function QUnifiedWorkspace(){ const [activeTab,setActiveTab]=useState("today"); const [browserOpen,setBrowserOpen]=useState(true); const [browserView,setBrowserView]=useState("notes"); // notes | docs | web const [rightOpen,setRightOpen]=useState(false); const [rightTab,setRightTab]=useState("comments"); const [toast,setToast]=useState(null); const [showNewTab,setShowNewTab]=useState(false); const [selectedText,setSelectedText]=useState(""); const [rightWidth,setRightWidth]=useState(280); const flash=msg=>setToast(msg); const tabs=[ {id:"today",title:"Today — Apr 3",icon:"☀️",type:"note"}, {id:"sanli",title:"Sanli Expert Report",icon:"📄",type:"viewer"}, {id:"mil3",title:"Paramount MIL No. 3",icon:"🌐",type:"web"}, {id:"clips",title:"Session Clips",icon:"✂️",type:"clip"}, ]; const tab=tabs.find(t=>t.id===activeTab); // Auto-switch browser view based on active tab useEffect(()=>{ if(tab?.type==="note"||tab?.type==="clip")setBrowserView("notes"); else if(tab?.type==="viewer")setBrowserView("docs"); else if(tab?.type==="web")setBrowserView("web"); },[activeTab]); const comments=[ {id:"c1",author:"You",color:c.accentBtn,text:"Need to verify Sanli's discount rate against comparable transactions",anchor:"discount rate of 18%",time:"10:22 AM"}, {id:"c2",author:"Elnor",color:c.agentAv,text:"I found 3 comparable transactions. Discount rates ranged 8-12%. Sanli's 18% is an outlier. This supports the MIL argument on unreliable methodology.",anchor:"discount rate of 18%",time:"10:23 AM"}, ]; return (
{toast&&setToast(null)}/>} {/* === Q APP LEFT NAV (collapsed) === */}
Q
{["Home","Inbox","Chat","Tasks","Mem"].map((n,i)=>)}
{/* === BROWSER COLUMN === */} {browserOpen&&
{/* Browser header with view switcher + settings */}
{["notes","docs","web"].map(v=>)}
{/* Search */}
{/* View-specific content */}
{browserView==="notes"&&<>
Folders
{[{name:"All Notes",count:24,active:false},{name:"📌 Daily Notes",count:12,active:false},{name:"Paramount",count:8,active:true},{name:"Henderson",count:6,active:false},{name:"Session Notes",count:3,active:false,indent:false},{name:"Templates",count:2,active:false}].map((f,i)=>
{if(!f.active)e.currentTarget.style.backgroundColor=c.bgInput}} onMouseLeave={e=>{if(!f.active)e.currentTarget.style.backgroundColor="transparent"}}>{f.name}{f.count}
)}
Recent Notes
{["Today — Apr 3","Henderson opposition draft","Christensen prep notes","Sanli MIL research","Session Clips — Apr 3"].map((n,i)=>
{if(i)e.currentTarget.style.backgroundColor=c.bgInput}} onMouseLeave={e=>{if(i)e.currentTarget.style.backgroundColor="transparent"}} onClick={()=>flash(`Opening: ${n}`)}>{n}
)} } {browserView==="docs"&&<>
Recent Documents
{["Sanli Expert Report.pdf","Paramount MIL No. 3.pdf","Henderson MTD Draft.docx","Christensen CV.pdf","LAMC § 14.4.4.pdf"].map((d,i)=>
{if(i)e.currentTarget.style.backgroundColor=c.bgInput}} onMouseLeave={e=>{if(i)e.currentTarget.style.backgroundColor="transparent"}} onClick={()=>flash(`Opening: ${d}`)}>📄{d}
)} } {browserView==="web"&&<>
Bookmarks
{[{name:"Legal Research",items:["PACER — CACD","Westlaw","CM/ECF","EDGAR"]},{name:"Clients",items:["Henderson Portal","Paramount SharePoint"]}].map((f,i)=>
{f.name}
{f.items.map((item,j)=>
e.currentTarget.style.backgroundColor=c.bgInput} onMouseLeave={e=>e.currentTarget.style.backgroundColor="transparent"}>{item}
)}
)}
Recent Pages
{["Paramount MIL No. 3","SEC — Brooge Energy","Christensen CV"].map((p,i)=>
e.currentTarget.style.backgroundColor=c.bgInput} onMouseLeave={e=>e.currentTarget.style.backgroundColor="transparent"}>{p}
)} }
} {/* === WORKSPACE === */}
{/* TOP BAR: tabs + actions */}
{/* Browser toggle */}
{/* Tabs */}
{tabs.map(t=>setActiveTab(t.id)} onClose={()=>flash(`Closed: ${t.title}`)}/>)} {/* + button */}
{showNewTab&&flash(`New ${t} tab`)} onClose={()=>setShowNewTab(false)}/>}
{/* Right actions */}
} label="2" active={rightOpen&&rightTab==="comments"} onClick={()=>{if(rightOpen&&rightTab==="comments")setRightOpen(false);else{setRightOpen(true);setRightTab("comments")}}}/>
{/* CONTENT + RIGHT PANEL */}
{/* MAIN CONTENT — switches by tab type */}
{tab?.type==="note"&&} {tab?.type==="viewer"&&} {tab?.type==="web"&&} {tab?.type==="clip"&&}
{/* RIGHT PANEL (resizable concept — shown at rightWidth) */} {rightOpen&&
{/* Resize handle */}
{/* Tabs */}
{rightTab==="comments"&&
OPEN ({comments.length})
{comments.map(cm=>
{cm.author} {cm.time}
{cm.anchor&&
"{cm.anchor}"
}
{cm.text}
Reply Edit Resolve Reopen Delete Send
)}