search @if (loading()) { }
System All systems @for (option of facets().systems; track option) { {{ option }} } Genre All genres @for (option of facets().genres; track option) { {{ option }} } Status Any status Owned Dumped Played Finished Sort by Title System Genre Year Rating Market value Paid Purchase date Date added Last updated @if (hasFilters()) { }
@if (failed()) {
cloud_off

Could not load your library

The server did not respond. Check that the API is running, then try again.

} @else if (!loading() && items().length === 0) {
videogame_asset_off @if (hasFilters()) {

No games match those filters

} @else {

Your library is empty

Add your first game }
} @else {
@for (game of items(); track game.id) {
@if (game.artUrl) { } @else { } @if (game.rating) { star{{ game.rating }} } @if (game.marketValue !== null) { {{ game.marketValue | currency: 'USD' : 'symbol' : '1.0-0' }} }

{{ game.title }}

@if (game.system) { {{ game.system }} } @if (game.year) { {{ game.year }} }

@if (badges(game).length) {
@for (badge of badges(game); track badge) { {{ badge }} }
}
}
}