Build Notes Sidebar Panel in Escrow Detail View
Issue Summary
All 4 escrow detail screenshots show a "Notes" panel on the right sidebar above "Process". It currently shows Lorem Ipsum text. For MVP this should display the escrow description from TrustlessWork or a free-text note field editable by the owner.
Type of Issue
Current Behavior
Notes panel renders static Lorem Ipsum text with no connection to real data.
Expected Behavior
- Displays
escrow.apartment.description as a read-only note for MVP
- Styled as a bordered text area within the sidebar card
Relevant Files
apps/frontend/src/components/escrow/EscrowPayFlow.tsx
apps/frontend/src/graphql/queries/escrow-queries.ts
Environment Details
- Runtime: Next.js 14, React 19
Make sure to follow the Git Guidelines for Atomic Commits and read Contributing Guide
Build Notes Sidebar Panel in Escrow Detail View
Issue Summary
All 4 escrow detail screenshots show a "Notes" panel on the right sidebar above "Process". It currently shows Lorem Ipsum text. For MVP this should display the escrow
descriptionfrom TrustlessWork or a free-text note field editable by the owner.Type of Issue
Feature Request
issue related: Pending PAY View (
INV4257-09-012 | Pending) #176Current Behavior
Notes panel renders static Lorem Ipsum text with no connection to real data.
Expected Behavior
escrow.apartment.descriptionas a read-only note for MVPRelevant Files
apps/frontend/src/components/escrow/EscrowPayFlow.tsxapps/frontend/src/graphql/queries/escrow-queries.tsEnvironment Details
Make sure to follow the Git Guidelines for Atomic Commits and read Contributing Guide