-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New frontend web client #557
Merged
Merged
Commits on Jun 1, 2024
-
New frontend web client written using Rust and Yew.rs (#459)
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>
Configuration menu - View commit details
-
Copy full SHA for da32659 - Browse repository at this point
Copy the full SHA da32659View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc18c53 - Browse repository at this point
Copy the full SHA bc18c53View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5291193 - Browse repository at this point
Copy the full SHA 5291193View commit details
Commits on Jul 11, 2024
-
Serve the new web client instead of the old one (#522)
Co-authored-by: Julien Cretin <cretin@google.com>
Configuration menu - View commit details
-
Copy full SHA for 71a1466 - Browse repository at this point
Copy the full SHA 71a1466View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89873d3 - Browse repository at this point
Copy the full SHA 89873d3View commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7232807 - Browse repository at this point
Copy the full SHA 7232807View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7640c2e - Browse repository at this point
Copy the full SHA 7640c2eView commit details
Commits on Aug 1, 2024
-
Added CSS styling and fixed reconnecting to backend without reload. (#…
…549) - Added CSS to match existing web client look. - Changed timeout on websockets to 1 second (1000 ms) - Also made the client reset and disable input when the websocket connection goes down. Should be the final bit that needs to be done to replace the old web client. --------- Co-authored-by: Julien Cretin <github@ia0.eu>
Configuration menu - View commit details
-
Copy full SHA for 9f0ba02 - Browse repository at this point
Copy the full SHA 9f0ba02View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1563f - Browse repository at this point
Copy the full SHA fd1563fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8caf7 - Browse repository at this point
Copy the full SHA aa8caf7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.