Author SHA1 Message Date
dtomlinson eda95e1f93 updating favicon 2021-03-19 04:52:39 +00:00
dtomlinson 8a57b31e0d changing button text 2021-03-18 20:25:56 +00:00
dtomlinson 1e31fca106 adding navbar icon 2021-03-18 20:22:07 +00:00
dtomlinson 73f0aba213 updating theme 2021-03-18 20:21:37 +00:00
dtomlinson 2647b029ac updating theme for placeholder 2021-03-18 20:05:39 +00:00
dtomlinson 03f184b2d1 adding mode history to router config 2021-03-18 04:21:39 +00:00
dtomlinson ca2b54e083 adding coming soon message to home screen 2021-03-18 02:41:27 +00:00
7 changed files with 5 additions and 6 deletions
-1
View File
@@ -25,7 +25,6 @@ pnpm-debug.log*
# Custom
src/assets/deck_of_cards
src/assets/avatars
src/assets/navbar
# terraform
*.terraform
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+4 -4
View File
@@ -60,8 +60,8 @@ import {
} from "@mdi/js";
const home_icon = require(`@/assets/navbar/0000034a.png`);
const deck_icon = require(`@/assets/navbar/00000047.png`);
const help_icon = require(`@/assets/navbar/00000121.png`);
// const deck_icon = require(`@/assets/navbar/00000047.png`);
// const help_icon = require(`@/assets/navbar/00000121.png`);
export default {
name: "App",
@@ -71,8 +71,8 @@ export default {
model: true,
items: [
{ title: "Home", icon: home_icon, link: "/" },
{ title: "Deck Builder", icon: deck_icon, link: "deck-builder" },
{ title: "Help", icon: help_icon, link: "help" },
// { title: "Deck Builder", icon: deck_icon, link: "deck-builder" },
// { title: "Help", icon: help_icon, link: "help" },
],
},
icons: {
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

+1 -1
View File
@@ -14,7 +14,7 @@
<h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1>
<p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#C0B094">Get started</v-btn>
<v-btn elevation="1" x-large color="#C0B094">Coming Soon</v-btn>
</v-col>
</v-row>
<!-- <v-row class="text-center">