This blog post is about how to use state management, spinner with conditions, and modal dialogs when saving data in Vue. We will explore along an implementation in the #BlueCloudMirror project. Maybe this can save you some time, if you plan to do the same.

Let’s start with my motivation. We want to improve our #BlueCloudMirror game UI. If you saved your scores data in the previous version, you were routed back to start game page. You received no information, if storing your data was successful in the highscores list.

This blog post is about how to use state management, spinner with conditions, and modal dialogs when saving data in Vue. We will explore along an implementation in the #BlueCloudMirror project. Maybe this can save you some time, if you plan to do the same.
Let’s start with my motivation. We want to improve our #BlueCloudMirror game UI. If you saved your scores data in the previous version, you were routed back to start game page. You received no information, if storing your data was successful in the highscores list. […]