-
Notifications
You must be signed in to change notification settings - Fork 12
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: add share simulation method #101
base: master
Are you sure you want to change the base?
feat: add share simulation method #101
Conversation
|
@@ -302,4 +312,19 @@ export class Simulator { | |||
handleError(error); | |||
} | |||
} | |||
|
|||
/** | |||
* Makes the dashboard page for a simulation that was created with `save` or `save_if_fails` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes the dashboard page for a simulation publicly viewable
Is a good enough comment, since we might change the exact name of the props used for this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maleksandar @celernetworkcoloros anything you need from me to get this merged in? |
Hi @marcusmolchany, I'm no longer involved in maintaining/developing this package, so I'll have to redirect you towards @theDoubleBubble or @krunicn. |
fixes #100
todo: