Files
notedeck/crates
Claude 5ec5ceace3 Revert broken virtualization, restore full Slack UI features
The virtualization attempt in commit 9dbc0ad broke all Slack-like features
by oversimplifying the rendering callback to only show plain text.

This commit restores the working version from 86910ed that includes:
- Message bubbles with styling
- Avatars and user names
- Timestamps
- Reply/Like/Repost buttons
- Hover effects
- Thread opening on click
- All message interactions

Virtualization is deferred as future work. The current implementation
works correctly but may have performance issues with 1000+ messages.

All critical fixes from previous commits are preserved:
✓ State synchronization (queries TimelineCache)
✓ Reaction persistence (queries nostrdb)
✓ Error handling (no panics)
✓ Internationalization (tr!() for all strings)
✓ Code refactoring (process_chat_action)
2025-11-13 20:19:52 +00:00
..
2025-11-06 21:34:26 -08: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