We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently only synchronous request errors are reported inside a Blade template. https://github.com/mchekin/rpg/blob/master/resources/views/partials/errors.blade.php#L5
But the Vue components, which use Axios for asynchronous API calls, do not report notify the end-user in case of API call failure. https://github.com/mchekin/rpg/blob/master/resources/js/components/StoreManagement.vue#L320
We need:
The text was updated successfully, but these errors were encountered:
Working on it as part of https://github.com/mchekin/rpg/tree/buying-from-character-store
Sorry, something went wrong.
Resolved in #74
mchekin
No branches or pull requests
Currently only synchronous request errors are reported inside a Blade template.
https://github.com/mchekin/rpg/blob/master/resources/views/partials/errors.blade.php#L5
But the Vue components, which use Axios for asynchronous API calls, do not report notify the end-user in case of API call failure.
https://github.com/mchekin/rpg/blob/master/resources/js/components/StoreManagement.vue#L320
We need:
The text was updated successfully, but these errors were encountered: