Remove account deletion from modal and parallel polling — these won't
be implemented in the current scope.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
DarkGray renders differently across terminals; a specific RGB value gives
consistent appearance. Also always show the account indicator in the footer.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Snapshots now reflect the new behaviour where the account indicator
is always visible (including "default"), matching the footer.rs change.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Move all three phases of chat message loading from scattered locations
into a single dedicated module for better cohesion and navigability:
- Phase 1: open_chat_and_load_data (from handlers/chat_list.rs)
- Phase 2: process_pending_chat_init (extracted from 70-line inline block in main.rs)
- Phase 3: load_older_messages_if_needed (from handlers/chat.rs)
No behaviour changes — pure refactoring.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>