mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-04 16:22:48 +08:00
preview
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl bg-[#F59E0B] px-4 py-3 text-sm font-semibold text-[#0B1020] transition hover:bg-[#d98606] focus:outline-none focus-visible:ring-2 focus-visible:ring-[#FDE68A]/70"
|
||||
>
|
||||
<v-icon icon="mdi-flask-outline" class="h-5 w-5"/>
|
||||
Download developer preview
|
||||
Developer preview
|
||||
</a>
|
||||
<button
|
||||
v-else-if="item.state === 'in-development'"
|
||||
@@ -165,10 +165,10 @@
|
||||
v-else
|
||||
type="button"
|
||||
disabled
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl border border-white/15 bg-white/5 px-4 py-3 text-sm font-semibold text-white/65 opacity-80"
|
||||
class="inline-flex w-full items-center justify-center gap-2 rounded-2xl border border-white/15 bg-white/5 px-4 py-3 text-sm font-semibold text-white/65 opacity-80 cursor-default"
|
||||
>
|
||||
<v-icon icon="mdi-timer-sand" class="h-5 w-5"/>
|
||||
Planned
|
||||
<v-icon icon="mdi-clock-outline" class="h-5 w-5"/>
|
||||
Coming soon
|
||||
</button>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
<p class="mt16">Questions? Ping me (Nick) on <strong>Discord</strong> or reply here.</p>
|
||||
|
||||
<p class="mt24"><strong>Note on language:</strong> we’re a small team of friends & colleagues from Germany who kicked this off. We plan to develop primarily in <strong>English</strong> so the international community can join and lead the conversation soon.</p>
|
||||
<p class="mt24"><strong>Note on language:<fstrong> we’re a small team of friends & colleagues from Germany who kicked this off. We plan to develop primarily in <strong>English</strong> so the international community can join and lead the conversation soon.</p>
|
||||
|
||||
<p class="mt24"><strong>PS:</strong> Thanks for being among the first — your early notes will directly shape the roadmap.</p>
|
||||
</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user