Compare commits

..

No commits in common. "main" and "calling-testers" have entirely different histories.

6 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,5 @@
# Embroidery Viewer
![Logo](/logo.webp)
![Deploy workflow status](https://git.leomurca.xyz/leomurca/embroidery-viewer/actions/workflows/deploy.yml/badge.svg)
A free online tool to view embroidery files.
@ -11,4 +9,4 @@ Available at https://embroideryviewer.xyz.
Current supported formats: **.pes, .dst, .pec, .jef and .exp**.
Inspired by https://github.com/redteam316/html5-embroidery.git.
Inspired by https://github.com/redteam316/html5-embroidery.git..

BIN
logo.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -1,7 +1,7 @@
{
"name": "embroidery-viewer",
"private": true,
"version": "2.1.2",
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite dev",

View file

@ -23,7 +23,7 @@
"banner.subtitle": "Were launching the <strong style=\"color: white\">Embroidery Viewer Android App </strong> — and you can be one of the first to try it!",
"banner.description": "Enjoy a smooth, ad-free experience to visualize PES, JEF, PEC, and VP3 embroidery files right from your phone. Help us improve it and get early access before everyone else.",
"banner.name": "Name",
"banner.email": "Google Account Email (used for accessing the Play Store)",
"banner.email": "Email",
"banner.cta": "Join the Beta",
"banner.cta.loading": "Joining...",
"banner.feedback.success": "Name and email sent successfully! We'll contact you soon!",

View file

@ -23,7 +23,7 @@
"banner.subtitle": "Estamos lançando o aplicativo <strong style=\"color: white\">Embroidery Viewer para Android</strong> — e você pode ser um dos primeiros a experimentá-lo!",
"banner.description": "Desfrute de uma experiência fluida e sem anúncios para visualizar arquivos de bordado PES, JEF, PEC e VP3 diretamente do seu celular. Ajude-nos a melhorá-lo e obtenha acesso antecipado antes de todo mundo.",
"banner.name": "Nome",
"banner.email": "E-mail da sua conta Google (usada na Play Store)",
"banner.email": "Email",
"banner.cta": "Seja um Testador",
"banner.cta.loading": "Enviando...",
"banner.feedback.success": "Nome e e-mail enviados com sucesso! Entraremos em contato em breve!",

View file

@ -66,7 +66,7 @@
<input type="text" name="name" id="name" oninput={resetFeedback} required />
<label for="email">{$t("home.banner.email")}</label>
<input type="email" name="email" id="email" oninput={resetFeedback} required />
<input type="email" name="_replyto" id="email" oninput={resetFeedback} required />
<button type="submit">{$t(loading ? 'home.banner.cta.loading' : 'home.banner.cta') }</button>
{#if feedbackMessage !== null}