ec629ac3fe
- Create commons/ui/notifications/CardFeedState.kt with: - Card interface (createdAt, id) - CardFeedState sealed class (Loading, Loaded, Empty, FeedError) - DefaultCardComparator for sorting - Update Android imports to use commons Card/CardFeedState: - DefaultFeedOrder.kt - AccountViewModel.kt - CardFeedContentState.kt - CardFeedState.kt (now only contains concrete card types) - CardFeedView.kt Part of Phase B (Notifications Feed Extraction) for #1648 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>