Hi
I’m trying to create a simple app to display scores in a game.
In the details, there is a markdown block which displays the scores in a specific way:
Under it, there is a button which displays a new popup to add the new score.
The problem is, that once you submit, and return to the page with the markdown.
It is not refreshed. The only way to display the correct/current score would be to go back to the games list and once again click on the details of the game.
Is there some way to force the markdown block to refresh? Or some other way i could implement this?



