mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-06 16:53:21 +02:00
34ab437390
Add localStorage persistence for Direct Messages page to remember and restore the last selected conversation when user returns to the page. Changes: - Save selected conversation to localStorage when user selects a conversation - Restore last conversation on page load (if no URL parameter provided) - Clear localStorage when user returns to empty state - Updated README.md with persistence documentation - Priority: URL parameter > localStorage > empty state This improves UX by maintaining conversation context across page navigation, similar to how the main page remembers the selected channel. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>