From fcccffcd9bbf5ebeb0c2011a808a98eb7078bfb1 Mon Sep 17 00:00:00 2001 From: Vijit Singh Date: Sun, 19 Jul 2026 15:30:33 -0500 Subject: [PATCH 1/5] docs: remind at the configuration reference that edits need ./pithead apply (#675) (#676) The ~94-key reference table is deep-linked from other docs, so readers land on a key description without passing the "Changing settings later" section. One line in the table's callout closes the gap. Closes #675 Co-authored-by: Claude Fable 5 --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4e674f88..e830b360 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -70,7 +70,9 @@ plain HTTP, edit `config.json` and run `./pithead apply`. ## Configuration reference > Only `monero.wallet_address` and `tari.wallet_address` are required. Everything below is optional -> and has a default. Add a key only when you want to change its behavior. +> and has a default. Add a key only when you want to change its behavior. Editing `config.json` +> changes nothing by itself — run `./pithead apply` afterward (see +> [Changing settings later](#changing-settings-later)). The table below has ~94 keys across 13 sections — most of it you'll never touch. A handful of keys are **core**: wallet addresses, `monero.mode`, `p2pool.pool`, the dashboard login and host, and From 55dfa851de335632c67f36731ffd62ddf3e1c666 Mon Sep 17 00:00:00 2001 From: Vijit Singh Date: Sun, 19 Jul 2026 15:30:59 -0500 Subject: [PATCH 2/5] =?UTF-8?q?dashboard:=20workers-table=20sort=20headers?= =?UTF-8?q?=20are=20real=20buttons=20=E2=80=94=20keyboard=20can=20sort=20(?= =?UTF-8?q?#671)=20(#678)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dashboard: workers-table sort headers are real buttons — keyboard can sort (#671) The header's click target moves from a bare to a native `, )} diff --git a/build/dashboard/mining_dashboard/web/static/dashboard.css b/build/dashboard/mining_dashboard/web/static/dashboard.css index b77ecb7e..97e59c1c 100644 --- a/build/dashboard/mining_dashboard/web/static/dashboard.css +++ b/build/dashboard/mining_dashboard/web/static/dashboard.css @@ -360,11 +360,27 @@ th { padding: 10px; border-bottom: 1px solid var(--border); text-transform: uppercase; - cursor: pointer; } th.sorted { color: var(--text); } +/* Sortable headers (#671): the sort control is a real