feat(settings): redesign Ingestion page to Paper spec#251
Merged
Conversation
Rebuild Settings → Ingestion to match the "Settings — Ingestion (redesign)" artboard (Paper "Maple MCP" file): - Live status banner: green dot + "N services · X spans/min" when receiving (Explore traces link), amber pulse + "Send test event" only while waiting for first telemetry. useIngestConnection now exposes spansPerMinute from the 1h service overview. - Single "Endpoint & keys" card with lane-aligned rows (HTTP/CLIENT/ SERVER mono badges), Docs link, and click-to-copy values with inline check feedback alongside the reveal/copy/regenerate actions. - "Send your first telemetry": compact framework pill chips in the section header + flush Install/Instrument/Claude Code tabs (guided-setup now exports useGuidedFramework, FrameworkPicker compact variant, ConnectInstructions flush variant; dashboard checklist unchanged). - Recommendations: bordered-list rows with mono kind tags and always-visible Apply fix / Dismiss / Reopen; Open/Closed pills. - Attribute mappings: NAME | RULE | OPERATION | CONTEXT lanes with mono column headers; keeps Switch, hover edit/delete, and dialogs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Your Pullfrog Router balance is exhausted. You have a card on file but auto-reload is disabled, so runs paused once your balance went past the overdraft buffer. Top up balance → · Enable auto-reload →
|
@maple/domain#typecheck raced @maple-dev/clickhouse-builder:build on cold caches — the builder is dist-based (types resolve from dist/), so consumers' typecheck failed with TS2307 module-not-found whenever it started before the builder finished building. Make typecheck depend on ^build so dist-based deps exist before consumers typecheck. Co-Authored-By: Claude Fable 5 <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.

What
Rebuilds Settings → Ingestion to match the Paper design ("Settings — Ingestion (redesign)" artboard in the "Maple MCP" file), aligning it with the recently redesigned API Keys page (bordered lists, mono micro-labels, hover-reveal actions).
N services · X spans/minwhen receiving (with an Explore traces link), amber pulse while waiting. Send test event shows only when telemetry isn't set up yet.useIngestConnectionnow exposesspansPerMinute(1h service-overview span counts ÷ 60). The design's "last event Xs ago" was dropped — no data source for it.HTTP/CLIENT/SERVERbadge | value + description | reveal/copy/regenerate actions, plus aDocs ↗header link. Values are click-to-copy with inline check feedback (masked keys copy the full value without revealing).guided-setup.tsxnow exportsuseGuidedFramework(),FrameworkPicker(compact), andConnectInstructions(variant="flush"); the dashboard checklist'sGuidedSetupis unchanged.Open · N/Closed · Nsegmented pills. Detail-page links kept.NAME | RULE | OPERATION | CONTEXT) with mono column headers; keeps the enable Switch, hover edit/delete, and the add/edit + delete dialogs.Why
The old page was a stack of mismatched Cards; this brings it in line with the design system used by the API Keys redesign and the rest of the settings surface.
Notes for review
/settings?tab=ingestion(dev login): key reveal/click-to-copy, chip + tab switching with URL/key interpolation, Open/Closed recommendation tabs, add-mapping dialog, both banner states.bun typecheckpasses.🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.