mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 03:28:25 +00:00
whitegloving
This commit is contained in:
parent
5eb85c5419
commit
0dd6e93024
3 changed files with 14 additions and 33 deletions
|
@ -1,3 +1,4 @@
|
|||
<!-- TODO: GOG, steam, and amazon affiliate links -->
|
||||
<!-- TODO: allow board sorting -->
|
||||
<!-- TODO: Use moment? or use dayjs without wrapper -->
|
||||
<!-- TODO: remove toasts -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!-- TODO: add pricecharting info -->
|
||||
<!-- TODO: show GOG buy button -->
|
||||
<template lang="html">
|
||||
<b-container fluid>
|
||||
<b-container>
|
||||
<b-spinner v-if="loading" class="spinner-centered" />
|
||||
|
||||
<template v-else-if="game">
|
||||
|
@ -90,38 +90,6 @@
|
|||
|
||||
<!-- <amazon-links class="mt-2" /> -->
|
||||
|
||||
<!-- <pre class="text-dark small">{{ game.gog.price }}</pre> -->
|
||||
|
||||
<!-- <small v-if="gog && gog.isPriceVisible">{{gog.price.symbol}}{{ gog.price.amount }}</small> -->
|
||||
<!-- <small><pre class="text-dark">{{ gog }}</pre></small> -->
|
||||
<!-- <pre class="small text-dark">{{ steamGame }}</pre> -->
|
||||
|
||||
<!-- TODO: use percentage instead? -->
|
||||
|
||||
<!-- TODO: add icons for game modes:
|
||||
single-player
|
||||
multiplayer
|
||||
co-operative
|
||||
split-screen
|
||||
massively-multiplayer-online-mmo
|
||||
battle-royale -->
|
||||
|
||||
<!-- <template v-if="!loading">
|
||||
<b-skeleton v-for="n in 3" :key="n" />
|
||||
</template> -->
|
||||
|
||||
<!-- <b-form-rating
|
||||
v-if="rating"
|
||||
:value="rating"
|
||||
inline
|
||||
readonly
|
||||
variant="warning"
|
||||
size="lg"
|
||||
no-border
|
||||
/>
|
||||
|
||||
<br /> -->
|
||||
|
||||
<div class="notes mt-3">
|
||||
<game-note
|
||||
v-if="note"
|
||||
|
|
12
src/pages/ProgressesPage.vue
Normal file
12
src/pages/ProgressesPage.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<template lang="html">
|
||||
<div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
</style>
|
Loading…
Add table
Reference in a new issue