ui: frontend design overhaul — layout, consistency, polish#74
Merged
luokerenx4 merged 6 commits intomasterfrom Mar 19, 2026
Merged
ui: frontend design overhaul — layout, consistency, polish#74luokerenx4 merged 6 commits intomasterfrom
luokerenx4 merged 6 commits intomasterfrom
Conversation
UTA now tracks consecutive broker call failures and derives health state (healthy → degraded → offline). When offline, broker calls fail fast and a background recovery loop attempts broker.init() with exponential backoff. initAccount always registers UTAs (marking offline if init fails) so they appear in the UI with health indicators instead of silently disappearing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…kOffline UTA is a business entity that always starts successfully. Broker connection is an internal concern — _connect() fires from the constructor, goes offline if it fails, and auto-recovers. initAccount in main.ts no longer calls broker.init() or distinguishes Alpaca/CCXT — all accounts register synchronously and connect asynchronously. Adds dedicated uta-health.spec.ts with TDD coverage for initial connect failure, exponential backoff recovery, runtime disconnect, and offline behavior (staging works, push blocked). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Separate structured data (market data) from unstructured data (news) into independent pages with cleaner UI using Section/Field components. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add ConfigSection component — two-column settings layout with title/description on the left and controls on the right. Wider content area (880px, centered) replaces narrow left-aligned 640px. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Consistent two-column description-aside layout across all config pages. Wider content area (880px centered) replaces 640px left-aligned. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add btn-primary/secondary/danger CSS utility classes with focus-visible rings. Replace 10+ inline button styles across pages and components. HeartbeatPage uses ConfigSection two-column layout. Both pages centered at 880px. Co-Authored-By: Claude Opus 4.6 (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.
Summary
btn-primary,btn-secondary,btn-dangerCSS utility classes with focus-visible rings, replacing 10+ inconsistent inline styles across pages and componentsTest plan
/data-sourcesredirects to/market-data🤖 Generated with Claude Code