swap email & backups positions, add Unique badges to Dashboard, Prompt Builder, Backups

This commit is contained in:
Oliver
2026-06-07 06:15:51 -03:00
parent 8bdced8377
commit ee02e12462
+33 -12
View File
@@ -672,6 +672,24 @@
border-radius: var(--radius-card);
padding: 28px 24px;
transition: border-color 0.2s, transform 0.2s;
position: relative;
}
.feature-card.unique {
border-color: var(--accent);
background: linear-gradient(180deg, rgba(79, 142, 247, 0.04) 0%, var(--bg-inner) 100%);
}
.feature-badge {
position: absolute;
top: -8px;
right: 16px;
background: var(--accent);
color: #fff;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
padding: 3px 12px;
border-radius: 20px;
}
.feature-card:hover {
border-color: var(--border-hi);
@@ -1622,7 +1640,8 @@
<p>Every agent lives in its own container with full root access. Install packages, modify configs, run anything — it's your space to do whatever you want.</p>
</div>
<div class="feature-card">
<div class="feature-card unique">
<span class="feature-badge">Unique</span>
<div class="feature-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="18" height="18" rx="2"/>
@@ -1645,7 +1664,8 @@
<p>All your agent passwords organized in one place. Sorted by importance and clearly labeled so you instantly see the ones you need — browse the rest at a glance.</p>
</div>
<div class="feature-card">
<div class="feature-card unique">
<span class="feature-badge">Unique</span>
<div class="feature-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/>
@@ -1671,13 +1691,12 @@
<div class="feature-card">
<div class="feature-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="17 8 12 3 7 8"/>
<line x1="12" y1="3" x2="12" y2="15"/>
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
</div>
<h3>One-Click Backups</h3>
<p>Daily automatic backups plus the option to create copies on demand. Restore anytime — your data is always safe.</p>
<h3>Email Access</h3>
<p>Optionally give your agent the ability to send emails. Perfect for outreach, notifications, and automated follow-ups — all from the dashboard.</p>
</div>
<div class="feature-card">
@@ -1701,15 +1720,17 @@
<p>Built-in chat widget to reach us directly. Need help beyond the basics? Optionally escalate to a human for personal assistance.</p>
</div>
<div class="feature-card">
<div class="feature-card unique">
<span class="feature-badge">Unique</span>
<div class="feature-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="17 8 12 3 7 8"/>
<line x1="12" y1="3" x2="12" y2="15"/>
</svg>
</div>
<h3>Email Access</h3>
<p>Optionally give your agent the ability to send emails. Perfect for outreach, notifications, and automated follow-ups — all from the dashboard.</p>
<h3>One-Click Backups</h3>
<p>Daily automatic backups plus the option to create copies on demand. Restore anytime — your data is always safe.</p>
</div>
</div>
</div>