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
refactor(canvas): simplify-pass cleanups on the client remodel
Restore the canvas context editor's save path (it lost its writer in the
remodel): the editor now buffers locally and commits through the saveContext
mutation, and the freeform store shrinks to runtime-error + version-browse
state only. Scope revert/reset/sync invalidations to the one canvas via a
shared helper; poll builds at the record cadence until a build actually
starts; request explicit page sizes on paginated lists. Collapse the
duplicated channels query onto useTaskChannels, find the personal channel by
type everywhere, and collapse ChannelTaskRecord's duplicate id/taskId.
Extract the version-navigation arithmetic into a tested pure helper, replace
the currentCode sentinel with a real isEdit flag, seed the home canvas from
the shared contract constants, and delete dead code (orphaned freeform
version schemas, unreferenced channel client methods, the pruned
canvas-contracts validators, a stray local redis dump).
Generated-By: PostHog Code
Task-Id: b548ad79-52a8-496c-a064-6dfc4c61b688
0 commit comments