You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undo you can trust. The Undo button on action toasts now works for exactly as long as the toast is on screen — the "Couldn't undo — too much time passed" dead end is gone.
Big numbers, better. Volume abbreviations are a touch more precise (45.7K instead of 46K), and truly enormous numbers now read 1.2T instead of 1234B.
🔧 Under the hood
Spring cleaning, everywhere. Thousands of lines of dead and duplicated code removed across the app — including leftover diagnostics from a long-fixed sign-out bug and an unused onboarding library — for a leaner install with zero feature changes. (#230)
Kalshi connection slimmed to production-only. Unused demo-environment plumbing is gone; existing connections keep working untouched, and your key still never leaves this device.
The backend got the same treatment the same day — four services consolidated into the core API with every route kept identical, so the app talks to exactly the same endpoints as before. (#226, #227, #228)