summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-07 00:01:32 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-07 00:01:32 +0000
commit5f1bfde96d6a36381987c0f700d66e1099d5f8f9 (patch)
tree0f3d27d3d12023fb68acd8f08e7fffcfa70eced4 /web/index.html
parentfd42a54d96fcd3342941caaeb61a4b0d5d3f1b4f (diff)
ui: move Start Next button to header next to New Task
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index e43823f..7afeb76 100644
--- a/web/index.html
+++ b/web/index.html
@@ -11,6 +11,7 @@
<body>
<header>
<h1>Claudomator</h1>
+ <button id="btn-start-next" class="btn-secondary">Start Next</button>
<button id="btn-new-task" class="btn-primary">New Task</button>
</header>
<nav class="tab-bar">
@@ -24,7 +25,6 @@
<button class="filter-tab active" data-filter="active">Active</button>
<button class="filter-tab" data-filter="done">Done</button>
<button class="filter-tab" data-filter="all">All</button>
- <button id="btn-start-next" class="btn-secondary btn-sm">Start Next</button>
</div>
<div class="task-list">
<div id="loading">Loading tasks…</div>