-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat(hub): actor repl #1841
feat(hub): actor repl #1841
Conversation
Deploying rivet-hub with Cloudflare Pages
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying rivet with Cloudflare Pages
|
ca91d82
to
03fb553
Compare
89c186b
to
4de0133
Compare
e69a22e
to
5977818
Compare
5977818
to
32ee110
Compare
4de0133
to
c33907b
Compare
32ee110
to
d2f528b
Compare
c33907b
to
2a74bc8
Compare
d2f528b
to
19a9a62
Compare
846783f
to
9772dfe
Compare
789a75d
to
aafd2b3
Compare
9772dfe
to
13c7fec
Compare
aafd2b3
to
d5bb24a
Compare
13c7fec
to
f8df8b7
Compare
d5bb24a
to
f7fa648
Compare
f8df8b7
to
595cdfd
Compare
f7fa648
to
52b8aad
Compare
82001af
to
67fafdc
Compare
67fafdc
to
95463aa
Compare
80d63d8
to
57840bf
Compare
57840bf
to
b7652d5
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes * improved performance of the Actors List, experience now 60fps scrolling, fast! * redesigned Actors List, removed unnecessary paddings, empty areas, you can now see more stuff using the same space! * added option to fold list, you have nightmares debugging your Actor? The list keeps beeping and flashing colours from other actors? Now you can hide it. Just simple as that! psst, try dragging the line between two panels! * overhauled the whole Actor Details panel! OH BOY, WHAT'S NOT THERE! * you can now call arbitrary functions directly on your Actor, including calling RPCs, directly from hub ✨ * logs have also been redesigned, presenting you the best in class console-like experience. * logs are too overwhelming? LOOK AT THOSE FILTERS! You can now filter logs by text and type, everything in one place! * having trouble debugging the actor? Worry no more, a brand-new State Preview is there for you. You can see in **realtime** any changes to the state, and, drum roll please, edit it! * that's not everything, you can also see how many clients are connected to your Actor, by opening Connection Preview, are you excited? * minor tweaks to actor sdks
Changes
psst, try dragging the line between two panels!