Blocked by
Description
Wire the footer button in the Compose message list to the legacy "load more messages" action. This includes adding OnFooterClick event handling in the state machine and emitting effects consumed by the legacy fragment.
Acceptance Criteria
MessageListEvent.OnFooterClick is dispatched from the renderer.
- State machine handles the event and emits the appropriate
MessageListEffect.
MessageListFragment consumes the effect and triggers the legacy load-more action.
- Footer updates are propagated from legacy to the Compose UI.
Blocked by
Description
Wire the footer button in the Compose message list to the legacy "load more messages" action. This includes adding
OnFooterClickevent handling in the state machine and emitting effects consumed by the legacy fragment.Acceptance Criteria
MessageListEvent.OnFooterClickis dispatched from the renderer.MessageListEffect.MessageListFragmentconsumes the effect and triggers the legacy load-more action.