For global, group, and link labels, copy in their current value from the corresponding editor object in the Grid draw code. Also directly update the grid objects on editor object update. Only do this if both are non-empty. This should make label updates instant except during the transition from blank to content or back.
Node labels must still go through the render pipeline, since they affect layout.
For global, group, and link labels, copy in their current value from the corresponding editor object in the Grid draw code. Also directly update the grid objects on editor object update. Only do this if both are non-empty. This should make label updates instant except during the transition from blank to content or back.
Node labels must still go through the render pipeline, since they affect layout.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For global, group, and link labels, copy in their current value from the corresponding editor object in the Grid draw code. Also directly update the grid objects on editor object update. Only do this if both are non-empty. This should make label updates instant except during the transition from blank to content or back.
Node labels must still go through the render pipeline, since they affect layout.
Actually doing this with Nodes as well, and just letting the layout catch up later.