co-mono/packages/web-ui/src
Mario Zechner 7e79c05407 Fix navigation tracking and ChatPanel window width initialization
Navigation tracking fixes:
- Filter out chrome-extension:// URLs to avoid triggering on extension internal pages
- Fixes "Could not establish connection" errors when sidepanel URL updates
- Remove unused currentTabUrl/currentTabIndex tracking variables

ChatPanel layout fixes:
- Fix windowWidth initialization (was 0 due to too-early evaluation)
- Set windowWidth in connectedCallback after DOM connection
- Add requestAnimationFrame to ensure width is measured after layout
- Add debug logging for troubleshooting layout issues
- Now properly respects BREAKPOINT (800px) for mobile vs desktop layout
2025-10-06 18:26:01 +02:00
..
agent Insert navigation messages when agent finishes working (after tool execution) 2025-10-06 16:56:51 +02:00
components Add navigation message tracking to browser extension 2025-10-06 13:49:28 +02:00
dialogs Fix SessionListDialog behavior and document PersistentStorageDialog bug 2025-10-06 16:33:33 +02:00
storage Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00
tools Integrate JailJS for CSP-restricted execution in browser extension 2025-10-05 16:58:31 +02:00
utils Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00
app.css Add Anthropic prompt caching, pluggable storage, and CORS proxy support 2025-10-05 23:00:36 +02:00
ChatPanel.ts Fix navigation tracking and ChatPanel window width initialization 2025-10-06 18:26:01 +02:00
index.ts Add custom message extension system with typed renderers and message transformer 2025-10-06 13:45:08 +02:00