Skip to content

Commit 8330cbd

Browse files
authored
fix(frontend): disable rivet cloud on connect page, fix actor creation (#4538)
# Description This change updates the actor input encoding from JSON to CBOR format and refines the branding terminology throughout the frontend. The actor creation process now encodes input data using CBOR before base64 encoding, providing better binary data support. Additionally, references to "Rivet Compute" have been updated to "Rivet Cloud" for consistency, and the provider dropdown has been simplified by removing the Rivet Cloud option from the cloud app type. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes
1 parent d0e47ea commit 8330cbd

4 files changed

Lines changed: 25 additions & 30 deletions

File tree

frontend/src/app/data-providers/engine-data-provider.tsx

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/dialogs/connect-rivet-frame.tsx

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/getting-started.tsx

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/provider-dropdown.tsx

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)