This should improve the overall UX by making the labels less jumpy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This seems right for consistency with SemanticHighlights.
However I don't think it will much improve the jumpiness you refer to - there's no time-based debounce here, so it only helps if you manage to bring the code from valid->invalid->valid without ever letting a request complete...