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"> <template lang="html">
<b-modal <b-modal
id="authModal" id="authModal"

View file

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

View file

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

View file

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

View file

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