Demo gate UI: simplify gate, move gaps to full editor, demo Save-to-Drive (deployed) - #276
Merged
Conversation
…-to-Drive Demo-prep UI for the gate (per Malik): - Pad the aggregated gap-summary status bar above 'What Tomás produced' and add a prominent 'Open full editor mode' button (top + artifact row). - Remove the gold OpenFlags boxes and the per-section gap bars / Show-list / Next-gap controls from the gate — gap resolution now lives ONLY on the full editor (/editor); the gate stays a clean review surface (keeps the gap-warn textarea highlight + the summary). - Rename 'Submit to SAM.gov' -> 'Save to Google Drive' (done + submitted states). - Demo mode: a persisted toggle reveals a 'Save to Google Drive' action at the gate that saves the package from any state (SubmitDemo, demo=1), skipping the ready-to-submit gate; production submit is unchanged. Tests updated: TestWorkspaceGateAggregatesGaps (new gate layout + editor keeps gap controls), TestProposalFlowOverHTTP (renamed copy), +TestDemoSubmitFromGate.
🤖 AI Code Review (Gemini 2.5 Pro)✅ No issues found Diff size: 14950 bytes | Reviewed by Gemini 2.5 Pro with thinking |
This was referenced Jun 11, 2026
Mawar2
added a commit
that referenced
this pull request
Jun 11, 2026
279_demo_default_on_template — sync main with deployed demo UI Lands the final demo-mode-ON-by-default gate template (commits 277/278 on demo-submit-on-submit-screen) onto main. Backend (#276) already on main; this is the net proposals_templates.go change that is live on Cloud Run (rev kaimi-dashboard-00018, image aaacec3). @ Co-authored-by: Malik Warren <malik@bluemetatech.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Demo-prep UI for the gate (deployed to prod rev 00015-j28, image 93e8ca2).
Tests: TestWorkspaceGateAggregatesGaps (new layout + editor keeps gap controls), TestProposalFlowOverHTTP (copy), +TestDemoSubmitFromGate. go test ./... green (27 pkgs), golangci-lint 0 issues. Merged under deadline authorization.
🤖 Generated with Claude Code