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">
|
||||
<b-modal
|
||||
id="authModal"
|
||||
|
|
|
@ -96,7 +96,6 @@ export default {
|
|||
async saveProfile() {
|
||||
this.saving = true;
|
||||
|
||||
// TODO: toast on success
|
||||
// TODO: catch error
|
||||
await this.$store.dispatch('SAVE_PROFILE', this.localProfile);
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
>
|
||||
<template #header="{ hide }">
|
||||
<h6>
|
||||
<!-- TODO: close modal if already in dashboard -->
|
||||
<b-button
|
||||
title="Dashboard"
|
||||
:to="{ name: 'home' }"
|
||||
|
|
|
@ -49,7 +49,6 @@ export default {
|
|||
return this.games[this.gameId];
|
||||
},
|
||||
|
||||
// TODO: move to utils file
|
||||
coverUrl() {
|
||||
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">
|
||||
<div
|
||||
:class="[
|
||||
|
|
Loading…
Reference in a new issue