Implement library management endpoint (authenticated)

This commit is contained in:
Simon Grimme
2022-07-25 15:00:51 +02:00
parent 206272b50b
commit 6b25fc3548
14 changed files with 241 additions and 29 deletions
@@ -2,7 +2,9 @@
<div fxLayout="column" fxFlex="0 1 70" fxLayoutGap="16px" fxFlex.lt-xl="95">
<div fxLayout="row" fxLayout.lt-lg="column" fxLayoutGap="16px">
<img style="max-width: 352px;" src="v1/images/{{game.coverId}}" alt="Game cover">
<div fxLayoutAlign.lt-lg="center">
<img style="max-width: 264px;" src="v1/images/{{game.coverId}}" alt="Game cover">
</div>
<div fxFlex="40" fxLayout="column" id="game-details">
<h1>{{game.title}}</h1>