From fbcb3461c5bfc0f9b902287896d655da6f0bfcd0 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Mon, 7 Sep 2026 02:04:42 +0200 Subject: fix(client): drop the "No changes to save" hint beside Save The hint was added alongside the .app-save control, when an inert Save was indistinguishable from an enabled one and the reader had no way to tell "nothing changed" from "this is broken". The control now reads as disabled on its own, so the sentence beside it is noise. Removing it also removes what only existed to carry it: the .app-save-row wrapper, its two style rules, and settings_app.no_changes in all ten locales. test_the_disabled_state_is_visually_distinct sliced the stylesheet on .app-save-row; it now stops at the closing brace of .app-save:disabled. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011pvMdvLBG92jyhvD5pD6us --- packages/meshbay-hub/src/meshbay_hub/static/style.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css') diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index bf4e8e1..d1d5732 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -1298,8 +1298,6 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } } /* Why it is inert, beside it — a disabled control that explains itself is the difference between "nothing changed" and "this is broken". */ -.app-save-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; } -.app-save-why { font-size: 0.82em; color: var(--text-dim); } .app-settings-sub { margin: 18px 0 4px; font-size: 0.9em; font-weight: 600; -- cgit v1.2.3