updated help and about modals

This commit is contained in:
Hugh Bord 2022-08-28 15:28:58 +08:00
parent 25fb07c4ed
commit b7b18fea46
2 changed files with 583 additions and 510 deletions

View File

@ -1,51 +1,29 @@
<template>
<t-modal
name="about-modal"
:click-to-close="false"
:esc-to-close="true"
@closed="$store.commit('closeModal', 'about')"
>
<t-modal name="about-modal" :click-to-close="false" :esc-to-close="true"
@closed="$store.commit('closeModal', 'about')">
<template v-slot:default>
<div class="mt-6 lg:mt-0 rounded shadow bg-white text-center ">
<BrushCanvas
:blocks="aboutAscii"
class="w-32 -right-40 relative"
/>
<span class="p-2"><small class="text-blue-400 cursor-pointer"><a
href="https://github.com/hughbord/asciibird"
target="_blank"
>Github</a></small> also on <small class="text-blue-400 cursor-pointer"><a
href="https://git.tcp.direct/jewbird/asciibird"
target="_blank"
>git.tcp.direct</a></small></span>
<BrushCanvas :blocks="aboutAscii" class="w-32 -right-40 relative" />
<span class="p-2"><small class="text-blue-400 cursor-pointer"><a href="https://github.com/birdneststream/asciibird"
target="_blank">Github</a></small></span>
<h1 class="p-2 font-extrabold">
Big Shout Outs to Patrons
</h1>
<span>beenz, xartet, OfMonsters&Crime, mouse, funkpower, Charles, PP4L, octopus, addct, hotline, dingopride, skg, eraser, aaa, chz, L0j1k</span>
<span>xartet, OfMonsters&Crime, mouse, funkpower, Charles, PP4L, octopus, hotline, dingopride, skg, eraser,
chzz, L0j1k, deakin</span>
<h5 class="p-2 font-extrabold">
Special Thanks to
</h5>
<span class="text-sm">slime aka botmaster slime aka knivey for the wonderful bot integration with asciibird, sniff</span>
<h5 class="p-2 font-extrabold">
Greetz to
</h5>
<span class="text-xs">darkmage, l0de, bex, blarf, sludg, shart, chode, corn, ralph, jrra, kuntz, moony, sniff, scd, aztec, astro, anji, b-rex, bengt, butth0le, canada420, clamkin, deakin, dumbguy, ElBurro, interdome, syn, darkness, vae, gowce, moneytree, Retarded, spoon, sylar, zen, bj0rn, stovepipe, morthrane, chrono, acidvegas, again, hgc, durendal, knio, mavericks, pyrex, sh, irie, seirdy, sq, stratum, WeEatnKid, dieforirc, tater, buttvomit, luldangs, MichealK, AnalMan, poccri, vap0r, kakama, fregyXin, kayos, stovepipe, higgs, Audasity, PsyMaster, perplexa, alyosha, Darn, efsenable, EchoShun, dumbguy, HorseCrusherKristian, phobos, COMPUTERS</span>
<span class="text-sm">special thanks to slime aka botmaster slime for the wonderful bot integration with
asciibird</span>
</div>
</template>
<template v-slot:footer>
<div
class="flex justify-between"
@click="$store.commit('closeModal', 'about')"
>
<t-button
type="button"
class="p-2 w-full"
>
<div class="flex justify-between" @click="$store.commit('closeModal', 'about')">
<t-button type="button" class="p-2 w-full">
Ok
</t-button>
</div>

File diff suppressed because it is too large Load Diff