mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* feat(sidebar): add lock/unlock to workflow registry context menu * docs(tools): add manual descriptions to google_books and table * docs(tools): add manual descriptions to google_bigquery and google_tasks * fix(sidebar): avoid unnecessary store subscriptions and fix mixed lock state toggle * fix(sidebar): use getWorkflowLockToggleIds utility for lock toggle Replaces manual pivot-sorting logic with the existing utility function, which handles block ordering and no-op guards consistently. * lint