new icon and stuff
All checks were successful
Build and Deploy (internal) / Build Transmission Manager Image (push) Successful in 1m27s
Build and Deploy (internal) / Deploy Transmission Manager (internal) (push) Successful in 13s

This commit is contained in:
2026-07-08 21:04:44 -03:00
parent 9a964dfd73
commit 11b71966ed
6 changed files with 18 additions and 11 deletions

View File

@@ -1,22 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#0a0a0f" />
<title>Transmission Manager</title>
<link rel="icon" href="/icon.png" type="image/png" sizes="128x128" />
<link rel="stylesheet" href="/styles.css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='48' fill='%230a0a0f'/><path d='M50 8 L20 78 L80 78 Z' fill='none' stroke='%2300d4ff' stroke-width='6'/></svg>" />
</head>
<body>
<header class="app-header">
<div class="header-inner">
<div class="brand">
<div class="logo" aria-hidden="true">
<svg viewBox="0 0 100 100">
<path d="M50 8 L20 78 L80 78 Z" fill="none" stroke="currentColor" stroke-width="6" stroke-linejoin="round"/>
<path d="M50 32 L38 68 L62 68 Z" fill="currentColor"/>
</svg>
<img src="/icon.png" alt="" />
</div>
<div class="brand-text">
<h1>Transmission</h1>
@@ -66,7 +66,8 @@
<option value="10000">10s</option>
</select>
</label>
<div class="refresh-indicator" id="refresh-indicator" title="Auto-refreshes every 3s" role="status" aria-label="Auto-refresh active">
<div class="refresh-indicator" id="refresh-indicator" title="Auto-refreshes every 3s" role="status"
aria-label="Auto-refresh active">
<span class="dot" aria-hidden="true"></span>
</div>
</div>
@@ -77,7 +78,8 @@
<div id="empty-state" class="empty-state hidden">
<div class="empty-box">
<svg viewBox="0 0 100 100" aria-hidden="true">
<path d="M50 8 L20 78 L80 78 Z" fill="none" stroke="currentColor" stroke-width="5" stroke-linejoin="round" opacity="0.4"/>
<path d="M50 8 L20 78 L80 78 Z" fill="none" stroke="currentColor" stroke-width="5" stroke-linejoin="round"
opacity="0.4" />
</svg>
</div>
<p class="empty-title">No torrents</p>
@@ -99,4 +101,5 @@
<script src="/app.js"></script>
</body>
</html>
</html>