Merge pull request #57 from shawly/feature/refresh-metadata

feat(refresh): added refresh button on game detail view to refresh metadata
This commit is contained in:
Simon
2022-10-20 11:08:57 +02:00
committed by GitHub
6 changed files with 45 additions and 3 deletions
@@ -33,6 +33,9 @@
<div fxLayout="column" fxFlex="40" fxLayoutGap="16px">
<div fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="16px">
<button mat-raised-button color="secondary" (click)="refreshGame()" title="Refresh metadata">
<mat-icon>refresh</mat-icon>
</button>
<button mat-raised-button color="primary" (click)="downloadGame()">
<mat-icon>download</mat-icon>
</button>