Skip to content

Commit

Permalink
Merge pull request #135 from ebshimizu/contact
Browse files Browse the repository at this point in the history
Updating contact methods
  • Loading branch information
ebshimizu authored Oct 22, 2024
2 parents 4626abf + bd269c4 commit 7b6c4b6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "5e-monster-maker",
"version": "2.2.8",
"version": "2.2.9",
"description": "A monster builder and generator for 5th Edition Dungeons and Dragons. Effortlessly create a monster with tools for automatically computing CR, formatting a statblock, and managing your monster actions and traits.",
"productName": "Falindrith's D&D Monster Maker",
"author": "Evan Shimizu <ebshimizu@gmail.com>",
Expand Down
15 changes: 15 additions & 0 deletions src/components/ChangelogContent.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<template>
<q-timeline color="secondary">
<q-timeline-entry
title="v2.2.9"
subtitle="Maintenance Update - 10/21/2024"
icon="update"
color="primary"
>
<div class="text-body2">
<ul>
<li>
Updating contact methods because I've been missing messages on
Twitter.
</li>
</ul>
</div>
</q-timeline-entry>
<q-timeline-entry
title="v2.2.8"
subtitle="Maintenance Update - 4/25/24"
Expand Down
28 changes: 24 additions & 4 deletions src/components/GenericFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,36 @@
| Created by <strong>Falindrith</strong> |
<q-btn
round
icon="mdi-twitter"
icon="fa-brands fa-bluesky"
class="q-mx-1"
@click="openLink('https://twitter.com/falindrith')"
/>
@click="openLink('https://bsky.app/profile/falindrith.me')"
>
<q-tooltip class="text-body2">Bluesky: @falindrith.me</q-tooltip>
</q-btn>
<q-btn
round
icon="fa-brands fa-telegram"
class="q-mx-1"
@click="openLink('https://t.me/falindrith')"
>
<q-tooltip class="text-body2">Telegram: @falindrith</q-tooltip>
</q-btn>
<q-btn
round
icon="mdi-email-outline"
class="q-mx-1"
@click="openLink('mailto:falindrith_dev@proton.me')"
>
<q-tooltip class="text-body2">Send an Email</q-tooltip>
</q-btn>
<q-btn
round
icon="mdi-github"
class="q-mr-1"
@click="openLink('https://github.com/ebshimizu/5e-monster-maker')"
/>
>
<q-tooltip class="text-body2">Source Code</q-tooltip>
</q-btn>
<q-btn round @click="openLink('https://ko-fi.com/E1E2KHZ3')"
><q-tooltip class="text-body2">Tip Jar</q-tooltip
><q-avatar size="36px"><img src="../assets/ko-fi-icon.png" /></q-avatar
Expand Down

0 comments on commit 7b6c4b6

Please sign in to comment.