Skip to content

Commit

Permalink
New frontend web client written using Rust and Yew.rs (#459)
Browse files Browse the repository at this point in the history
Adds a new web client runner built from the ground up using rust and
yew.rs.
Part of #261 

Right now web client must be manually built and launched separate to
launching the backend. A followup PR will add a new flag to tell runner
to use the new web client. Both the old and new client will be supported
until the new front end has been thoroughly tested and has feature
parity.

---------

Co-authored-by: Julien Cretin <github@ia0.eu>
  • Loading branch information
chris-dietz and ia0 authored Jun 1, 2024
1 parent 3d81bbb commit da32659
Show file tree
Hide file tree
Showing 22 changed files with 1,850 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/runner-host/crates/web-client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dist/
Loading

0 comments on commit da32659

Please sign in to comment.