To clean up the main sidebar, we should move the Usage meter component to the Settings screen.
- The usage meter doesn't update until a UI refresh, so it currently is stale
- This is consistent with how other agents behave.
- That area on the main screen can be used to display more chat history and for other things in the future
- Place the usage meter at the bottom of the Settings screen, pushing the "Log Out" button and email/plan component up, which improves a UX flaw at the moment: users clicking on the Settings icon too aggressively can accidentally log themselves out.
- This protects users who want to share screenshots of the app online but don't want that kind of detail included
To clean up the main sidebar, we should move the Usage meter component to the Settings screen.