remove and add todos

This commit is contained in:
Gamebrary 2021-05-11 12:45:47 -07:00
parent aa4a71653c
commit a17f84b49b
5 changed files with 2 additions and 4 deletions

View file

@ -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"

View file

@ -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);

View file

@ -13,7 +13,6 @@
>
<template #header="{ hide }">
<h6>
<!-- TODO: close modal if already in dashboard -->
<b-button
title="Dashboard"
:to="{ name: 'home' }"

View file

@ -49,7 +49,6 @@ export default {
return this.games[this.gameId];
},
// TODO: move to utils file
coverUrl() {
const game = this.games[this.gameId];

View file

@ -1,3 +1,5 @@
<!-- TODO: add actions, e.g. clone board, clone list, add to favorites, like board, etc... -->
<template lang="html">
<div
:class="[