2
0
Fork 0
mirror of https://github.com/romancm/gamebrary synced 2025-03-08 16:47:13 +00:00

removed more todos

This commit is contained in:
Gamebrary 2022-08-18 15:42:29 -07:00
parent 07055cc7c0
commit a18cdefe80
2 changed files with 0 additions and 12 deletions
src

View file

@ -5,20 +5,13 @@
<!-- TODO: remove toasts -->
<!-- TODO: add mega search shift + k -->
<!-- TODO: re-translate strings -->
<!-- TODO: upgrade firebase to latest -->
<!-- TODO: Refactor tags architecture -->
<!-- TODO: button things up and prepare for deploy -->
<!-- TODO: focus on affiliate stuff -->
<!-- TODO: put focus on open source -->
<!-- TODO: restore game actions and clean up everything -->
<!-- TODO: update email template, update logo, etc... -->
<!-- TODO: use navigator.onLine -->
<!-- TODO: integrate itch.io -->
<!-- TODO: integrate fandom/wikia -->
<!-- TODO: https://zelda.fandom.com/api/v1/Articles/List?expand=1&category=Characters&limit=10000 -->
<!-- TODO: parse wikipedia article into sections, get article images, links, etc... -->
<!-- TODO: itch.io referral https://itch.io/register?return_to=https%3A%2F%2Fitch.io%2Fpartners%2Fapplication -->
<!-- use name to search, make sure it matches slug -->
<template>
<div
id="app"

View file

@ -74,7 +74,6 @@
<script>
import { mapGetters, mapState } from 'vuex';
// TODO: load game if not loaded
export default {
data() {
return {
@ -137,10 +136,6 @@ export default {
},
},
// mounted() {
// this.$bvModal.show('mediaModal');
// },
methods: {
open() {
this.selectedMedia = this.gameMedia.length > 0 ? this.gameMedia[0] : {};