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
Similar to #115, but it is happening under a very different technical context now that the main UI is no longer using a NSCollectionView. This ticket is about trying to stop or at least mitigate this flickering.
The flickering is due to the NSViews being reused from a pool for better performance. We show the UI as soon as possible to limit latency, but that means sometimes the user sees the title being updated.
Mitigating this could include trying to update the titles in advance in the background
The text was updated successfully, but these errors were encountered:
Similar to #115, but it is happening under a very different technical context now that the main UI is no longer using a
NSCollectionView
. This ticket is about trying to stop or at least mitigate this flickering.The flickering is due to the
NSView
s being reused from a pool for better performance. We show the UI as soon as possible to limit latency, but that means sometimes the user sees the title being updated.Mitigating this could include trying to update the titles in advance in the background
The text was updated successfully, but these errors were encountered: