You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate control/binding calls to follow_up_action API (#686)
* refactor: use follow_up_action events instead of removed control/binding call methods
The framework consolidates control_call, control_call_by_id and
binding_call_by_id into follow_up_action with the new cs_event constants
control_global, control_by_id and binding_call. Migrate demo apps 446-449
and 454 to the event-based calls and update titles/strip texts and the
AGENTS.md capability-marker description accordingly.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y3dtkgTSRc98yDRUUDVd1q
* refactor: migrate nav-container/wizard samples to CONTROL_BY_ID, remove demo app 001
Apps 088 and 170 wire NavContainer tab navigation directly to the generic
cs_event-control_by_id client event (whitelisted method 'to') instead of the
legacy *_nav_container_to remap events. App 202 expresses the wizard step flow
as two generic control calls (discardProgress + setNextStep, whitelisted
upstream) instead of the dedicated WIZARD_SET_NEXT_STEP event.
Remove z2ui5_cl_demo_app_001 (Binding - Level Simple) including its overview
tile (catalog regenerated via npm run launchpad) and the dead
BUTTON_CHANGE_APP handler in app 025 that navigated to it.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y3dtkgTSRc98yDRUUDVd1q
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments