waveterm/pkg/service
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
..
blockservice resize terminal on restoring state (#1100) 2024-10-22 12:50:44 -07:00
clientservice Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
fileservice Create and rename files and dirs in dirpreview (#1156) 2024-12-02 22:23:44 -08:00
objectservice Fix errors in loading of help view (#1501) 2024-12-11 16:09:47 -08:00
userinputservice update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
windowservice Move wlayout to wcore, create new tab layout for all new tabs (#1437) 2024-12-09 14:24:02 -08:00
workspaceservice Add license identifiers to my changes (#1475) 2024-12-10 15:18:14 -08:00
service.go Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00