ui: deploy affordance + empty states (#32) - #34
Merged
Merged
Conversation
Explain the blanks instead of leaving them looking broken: - No ApplyOp → an inline "no Ops — add an ApplyOp to enable Sync" (or "no ApplyOp — Sync unavailable") hint in the actions bar, with a tooltip on how delegated writes work. Previously Sync just wasn't there. - All-pending overlay → the meta appends "nothing deployed in <env> yet" when 0 managed / 0 foreign, so all-blue reads as state, not a bug. - Empty lanes page → now points at ↻ Refresh / Sync / --poll as the ways frames accrue, plus a back-to-graph link.
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.
Closes #32 (epic #23).
Explains the blanks instead of leaving them looking broken:
no Ops — add an ApplyOp to enable Sync, orno ApplyOp — Sync unavailable), with a tooltip on how delegated writes work. Previously Sync just silently wasn't there.nothing deployed in <env> yetwhen 0 managed / 0 foreign, so all-blue reads as state, not a bug.--pollas how frames accrue, plus a back-to-graph link.Verified:
example(0 ops) → no-Ops hint; empty/lanesmentions Refresh/Sync/--poll. tsc + 32 tests pass.