fix(connections): quieter core rows and a Save that knows if there is anything to save - #443
Merged
Merged
Conversation
… anything to save Every Connections row carries a hex code beside its colour swatch, a bare "V0" and "8/8" with no explanation, an always-empty "Чарты" column, underlined headers that read as links, and a Save button that looks the same whether or not anything changed. Give V0 and 8/8 their row tooltips (the header ones already existed), fix the "Чарты" column at the call site (MoonUI drops the widget-side placeholder when an external state is passed, so the bundle-name input rendered empty), draw the headers like every other table, and make Save compare the draft against the saved state: Primary with a caption when dirty, Default with "изменений нет" when clean. The save path, key fields, delete and reconnect handlers are untouched. Hiding the hex needs a MoonColorPicker prop and is left as a MoonUI request. Claude-Session: https://claude.ai/code/session_01RaQ2tnAyr4pyiAiwGktPBv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
The Connections table underlined every header, the «Charts» column looked like an empty white field, and «Save» was always blue. Headers now match the other tables, the column shows a «bundle name» hint,
V0and8/8cells carry their explanation, and «Save» is grey with «no changes» until something actually differs from the saved state — including a typed password on the Security tab.How to verify
V0/8/8: cell tooltips. Security → start typing a password: «Save» turns blue.https://claude.ai/code/session_01RaQ2tnAyr4yiwGktPBv