Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-09-06 03:49:30 +00:00
parent e6bf0e3efa
commit 9206115e6e

View File

@ -9,7 +9,6 @@
<!-- Header -->
<div class="cc-header">
<h1 class="cc-title">Command Center</h1>
<div class="cc-subtitle">Personalization · Privacy · Security</div>
</div>
<!-- 3-Column Grid -->
@ -19,11 +18,10 @@
<section class="card cc-panel">
<div class="cc-panel-head">
<div class="cc-kicker">Appearance</div>
<h2 class="cc-panel-title">Theme & Surface</h2>
<h2 class="cc-panel-title">Theme</h2>
</div>
<div class="cc-panel-body">
<p class="muted small">Pick a theme; preview applies instantly.</p>
<form method="post" action="{% url 'set_theme' %}" class="cc-form" onsubmit="return saveThemeFromSelect()">
{% csrf_token %}
@ -37,7 +35,6 @@
</select>
<div class="cc-actions">
<button class="btn btn-primary">Save</button>
<small class="text-muted">Applies across the site</small>
</div>
</form>
@ -55,7 +52,6 @@
<section class="card cc-panel">
<div class="cc-panel-head">
<div class="cc-kicker">Reading</div>
<h2 class="cc-panel-title">Search Highlights</h2>
</div>
<div class="cc-panel-body">
<div class="cc-row">
@ -73,10 +69,10 @@
<section class="card cc-panel">
<div class="cc-panel-head">
<div class="cc-kicker">Privacy</div>
<h2 class="cc-panel-title">Your Footprint</h2>
</div>
<div class="cc-panel-body">
<p class="small muted">Remove Recent Searches and Recently Viewed.</p>
<button id="clear-history-btn" class="btn btn-danger">Clear My History</button>
</div>
</section>
@ -114,7 +110,7 @@
<div class="sec-cta">Open →</div>
</a>
</div>
<p class="tiny muted" style="margin-top:10px;">Superuser tools</p>
</div>
</section>