mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
Two minor frontend bugs:
- App.tsx: browser app hardcoded energy_wh_saved and flops_saved to 0
when submitting to the leaderboard instead of computing them from
per_provider data (desktop app was already correct)
- GetStartedPage.tsx: CodeBlock code props used JSX string attributes
(code="...\n...") which render \n literally; switched to JS
expressions (code={"...\n..."}) so newlines render correctly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>