waveterm/frontend
Evan Simkowitz 9ce0093751
Fix errors in loading of help view (#1501)
When clicking on one of the cards from the home page of the docsite and
when initially loading the home page of the docsite, the webviewTag was
emitting a `did-frame-navigate` event, which we weren't tracking. This
meant that we were not properly recording that a navigation had
occurred. This caused three separate issues:

- We were never setting the meta url for the block, which meant that
when you navigated to a different tab or reloaded the app, you'd lose
what page you were last on.
- The site would reload after we fixed a broken docsite url, but we
wouldn't remove the error text that blocks the broken site.
- Clicking on the "open in external browser" button wouldn't do
anything.
2024-12-11 16:09:47 -08:00
..
app Fix errors in loading of help view (#1501) 2024-12-11 16:09:47 -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 add a refocus at the end of wave reinit (#1499) 2024-12-11 13:13:40 -08:00