Files
notedeck/crates
Claude 45a7ac2f8d Fix broken button functionality by correcting layout logic
The layout redesign introduced a bug where buttons stopped working when a
channel was selected. The issue was that the code always used a single-column
layout for channel views, but when router views (Accounts, Relays, etc.) were
triggered by button clicks, only column 0 was rendered instead of all columns.

Changes:
- Check router state upfront to determine the correct layout
- Only use channel layout when channel is selected AND no router view is active
- Use normal multi-column layout when router views are shown
- Remove debug println statements
- Remove unused accounts field from DesktopSidePanel

This ensures all button clicks are properly handled and render the appropriate
views across all columns.
2025-11-14 17:21:09 +00:00
..
2025-11-06 21:36:06 -08:00
2025-11-04 14:53:10 -08:00
2025-04-21 13:16:18 -07:00