chore(web): simplify overview header and ignore Python test cache
Build CutList image / build-and-push (push) Successful in 44s
Build CutList image / build-and-push (push) Successful in 44s
Drop the redundant eyebrow/heading/subtext from the Home overview header, leaving just the action buttons since the page title already conveys the same info. Also ignore tests/__pycache__ so local pytest bytecode cache doesn't get tracked. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -249,3 +249,7 @@ ModelManifest.xml
|
|||||||
|
|
||||||
# Playwright MCP browser session logs/traces
|
# Playwright MCP browser session logs/traces
|
||||||
.playwright-mcp/
|
.playwright-mcp/
|
||||||
|
|
||||||
|
# Python bytecode cache (tests/)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
@@ -11,11 +11,6 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<section class="overview-header">
|
<section class="overview-header">
|
||||||
<div>
|
|
||||||
<p class="eyebrow">Production planning</p>
|
|
||||||
<h1>Cut planning at a glance.</h1>
|
|
||||||
<p>See what is moving through the shop and the stock configurations that recur across jobs.</p>
|
|
||||||
</div>
|
|
||||||
<div class="overview-actions">
|
<div class="overview-actions">
|
||||||
<a href="jobs/new" class="btn btn-primary"><i class="bi bi-plus-lg" aria-hidden="true"></i> New job</a>
|
<a href="jobs/new" class="btn btn-primary"><i class="bi bi-plus-lg" aria-hidden="true"></i> New job</a>
|
||||||
<a href="jobs" class="btn btn-outline-primary">All jobs <i class="bi bi-arrow-right" aria-hidden="true"></i></a>
|
<a href="jobs" class="btn btn-outline-primary">All jobs <i class="bi bi-arrow-right" aria-hidden="true"></i></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user