-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ML 0.1/UI.04.5] - Wire footer button (lazy load) to legacy action #10778
Copy link
Copy link
Open
Labels
tb-teamTasks and features handled by project maintainersTasks and features handled by project maintainerstype: enhancementNew features or improvements to existing features.New features or improvements to existing features.
Description
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.OnFooterClickis dispatched from the renderer.- State machine handles the event and emits the appropriate
MessageListEffect. MessageListFragmentconsumes the effect and triggers the legacy load-more action.- Footer updates are propagated from legacy to the Compose UI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tb-teamTasks and features handled by project maintainersTasks and features handled by project maintainerstype: enhancementNew features or improvements to existing features.New features or improvements to existing features.
Type
Projects
Status
In progress