waveterm/frontend
Evan Simkowitz 6684a5c2b8
Only call WebViewModel.handleNavigate for main frame navigations (#1488)
Navigation events are issued not just for main page navigations, but
also for iframes, among other things. With our old behavior, if an
iframe tries to load in a webpage, we would update the webview url and
make the iframe the primary page, which is wrong. Now, we only do this
for main frame navigations.

closes #1487
2024-12-11 10:33:37 -08:00
..
app Only call WebViewModel.handleNavigate for main frame navigations (#1488) 2024-12-11 10:33:37 -08:00
layout Auditing async usage in frontend code (#1402) 2024-12-05 18:09:54 -08:00
types implement tab:preset, and increase active tab opacity (#1439) 2024-12-09 14:48:16 -08:00
util Make default workspace icon the Wave logo (#1470) 2024-12-10 13:54:11 -08:00
wave.ts Fix tab name reload for pinned tabs (#1476) 2024-12-10 15:47:26 -08:00