-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add your farms table reload on farm create #3515
Conversation
This reverts commit 8080d97.
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.
it load actually but it not visualized, i can't see the loading bar;
and when tried to test it on slow network, it never got reloaded
@0oM4R works, just wait 30 seconds after creating farm on regular network |
async function createFarm() { | ||
try { | ||
isCreating.value = true; | ||
await gridStore.grid.farms.create({ name: props.name }); | ||
createCustomToast("Farm created successfully.", ToastType.success); | ||
notifyDelaying(); |
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.
why do you remove it? i think it will be better to notify the user that it will reload in a while
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.
added back
Changes
Related Issues
#3471
Tested Scenarios