const fs = require('fs'); const path = require('path'); const filePath = path.join(__dirname, '..', 'components', 'notes-tabs-view.tsx'); let lines = fs.readFileSync(filePath, 'utf8').split('\r\n'); // Line 977 (index 976) closes the scrollable div // Line 978 (index 977) closes the left panel div // We need to: // 1. After the scrollable (index 976), add )} to close {listOpen && (... // 2. Add expand button JSX // 3. Then close left panel div const expandButton = [ ' )}', ' {/* Expand button shown in collapsed state */}', ' {!listOpen && (', '