mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
remove and add todos
This commit is contained in:
parent
aa4a71653c
commit
a17f84b49b
5 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
<!-- TODO: add actions, e.g. clone board, clone list, add to favorites, like board, etc... -->
|
|
||||||
<template lang="html">
|
<template lang="html">
|
||||||
<b-modal
|
<b-modal
|
||||||
id="authModal"
|
id="authModal"
|
||||||
|
|
|
@ -96,7 +96,6 @@ export default {
|
||||||
async saveProfile() {
|
async saveProfile() {
|
||||||
this.saving = true;
|
this.saving = true;
|
||||||
|
|
||||||
// TODO: toast on success
|
|
||||||
// TODO: catch error
|
// TODO: catch error
|
||||||
await this.$store.dispatch('SAVE_PROFILE', this.localProfile);
|
await this.$store.dispatch('SAVE_PROFILE', this.localProfile);
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
>
|
>
|
||||||
<template #header="{ hide }">
|
<template #header="{ hide }">
|
||||||
<h6>
|
<h6>
|
||||||
<!-- TODO: close modal if already in dashboard -->
|
|
||||||
<b-button
|
<b-button
|
||||||
title="Dashboard"
|
title="Dashboard"
|
||||||
:to="{ name: 'home' }"
|
:to="{ name: 'home' }"
|
||||||
|
|
|
@ -49,7 +49,6 @@ export default {
|
||||||
return this.games[this.gameId];
|
return this.games[this.gameId];
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: move to utils file
|
|
||||||
coverUrl() {
|
coverUrl() {
|
||||||
const game = this.games[this.gameId];
|
const game = this.games[this.gameId];
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- TODO: add actions, e.g. clone board, clone list, add to favorites, like board, etc... -->
|
||||||
|
|
||||||
<template lang="html">
|
<template lang="html">
|
||||||
<div
|
<div
|
||||||
:class="[
|
:class="[
|
||||||
|
|
Loading…
Reference in a new issue