Initial commit
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Deploy Master</title>
|
||||
<link rel="stylesheet" href="popup.css">
|
||||
</head>
|
||||
<body>
|
||||
<main class="shell">
|
||||
<header class="titlebar">
|
||||
<div class="brand">
|
||||
<svg class="rocket" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M14.6 3.2c2.1-.9 4.4-1 6.2-.7.3 1.8.2 4.1-.7 6.2-1 2.4-2.9 4.6-5.9 6.7l-1.7-1.7-2.6 2.6-2.2-2.2 2.6-2.6-1.7-1.7c2.1-3 4.3-4.9 6.7-5.8ZM16 8.5a1.7 1.7 0 1 0 3.4 0A1.7 1.7 0 0 0 16 8.5ZM6.4 15.9l1.7 1.7c-.8 1.8-2.5 3.3-5.1 4 .7-2.6 2.2-4.3 4-5.1ZM4.6 9.7c1.2-2.3 2.7-3.9 4.8-4.8-.9 1.2-1.7 2.5-2.4 4L4.6 9.7Zm9.7 9.7.8-2.4c1.5-.7 2.8-1.5 4-2.4-.9 2.1-2.5 3.6-4.8 4.8Z"/>
|
||||
</svg>
|
||||
<div>
|
||||
<h1>Deploy Master</h1>
|
||||
<span>v1.2</span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="panel">
|
||||
<div class="section-title">
|
||||
<span>Deploy Configuration</span>
|
||||
</div>
|
||||
|
||||
<label class="switch-row">
|
||||
<input id="toggle-increment-version" type="checkbox" checked>
|
||||
<span class="switch"></span>
|
||||
<span>Incrementar y bloquear versión</span>
|
||||
</label>
|
||||
|
||||
<div id="steps" class="steps" aria-live="polite"></div>
|
||||
|
||||
<button id="run-deploy" class="primary-button" type="button">Ejecutar Deploy</button>
|
||||
|
||||
<details class="step-options">
|
||||
<summary>Pasos a ejecutar</summary>
|
||||
<div id="step-options" class="options-grid"></div>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section class="panel tools">
|
||||
<div class="section-title">
|
||||
<span>Herramientas de Desarrollador</span>
|
||||
</div>
|
||||
<button id="generate-test-id" class="secondary-button" type="button">
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M4 5.5A2.5 2.5 0 0 1 6.5 3h11A2.5 2.5 0 0 1 20 5.5v13A2.5 2.5 0 0 1 17.5 21h-11A2.5 2.5 0 0 1 4 18.5v-13Zm2 0v13c0 .3.2.5.5.5h11c.3 0 .5-.2.5-.5v-13c0-.3-.2-.5-.5-.5h-11c-.3 0-.5.2-.5.5Zm2 2h5v2H8v-2Zm0 4h8v2H8v-2Zm0 4h8v2H8v-2Zm10-7h-3V7h3v1.5Zm0 3h-3v-1.5h3V11.5Z"/>
|
||||
</svg>
|
||||
Generar ID para prueba
|
||||
</button>
|
||||
<button id="download-reports-folder" class="secondary-button" type="button">
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M12 3a5.8 5.8 0 0 1 5.6 4.4A5.3 5.3 0 0 1 17.2 18H15v-2h2.2a3.3 3.3 0 0 0 .1-6.6l-1.4-.1-.3-1.3A3.9 3.9 0 0 0 8 7.4l-.5 1.2-1.3.2A3.1 3.1 0 0 0 6.7 15H9v2H6.7A5.1 5.1 0 0 1 6 6.9 5.8 5.8 0 0 1 12 3Zm1 8v5.2l1.8-1.8 1.4 1.4L12 20l-4.2-4.2 1.4-1.4 1.8 1.8V11h2Z"/>
|
||||
</svg>
|
||||
Descargar carpeta de reportes
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<section class="console">
|
||||
<div class="console-head">
|
||||
<span>Consola de Logs</span>
|
||||
<button id="clear-logs" class="icon-button" type="button" aria-label="Limpiar consola">x</button>
|
||||
</div>
|
||||
<pre id="logs"></pre>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user