GPT-5 finding
Inconsistent balance formatting between sidebar and main wallet view
- desktop/renderer/src/components/wallet/WalletSidebarPanel.tsx
- desktop/renderer/src/components/wallet/WalletView.tsx
The sidebar formats non-stable tokens to 4 decimals while the main view formats to 6, leading to inconsistent displays and potential user confusion.
Recommendation
Deduplicate to a single shared formatter (e.g., utils) and define a consistent precision policy across the app.