Skip to content

Commit

Permalink
Notify the runner when the web UI is ready (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Invernizzi <invernizzi@google.com>
Co-authored-by: Julien Cretin <cretin@google.com>
  • Loading branch information
3 people committed Oct 24, 2023
1 parent 7e7d9ab commit 17ff1ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/runner-host/crates/web-server/public/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ class Board {
this._components.push(component);
}
this._drawer.appendStatus("Board is ready!");
this._channel.send({
componentType: "board_ready",
});
}

async start() {
Expand Down

0 comments on commit 17ff1ff

Please sign in to comment.