Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

file view: Fix code intel popovers, pinned and token navigation#61966

Merged
fkling merged 2 commits into
mainfrom
fkling/61964-fix-codeintel-popover
Apr 17, 2024
Merged

file view: Fix code intel popovers, pinned and token navigation#61966
fkling merged 2 commits into
mainfrom
fkling/61964-fix-codeintel-popover

Conversation

@fkling

@fkling fkling commented Apr 17, 2024

Copy link
Copy Markdown
Contributor

Fixes #61964

When upgrading and migrating rxjs methods, this way of "racing" the loading popover was incorrectly implemented. The condition needs to be reversed so that the observable completes once the non-loading tooltip was emitted.

Test plan

Manual testing. Use token navigation to go to a token and press space. The expected popover appears.

@fkling fkling added the team/code-search Issues owned by the code search team label Apr 17, 2024
@fkling fkling requested a review from a team April 17, 2024 14:31
@fkling fkling self-assigned this Apr 17, 2024
@cla-bot cla-bot Bot added the cla-signed label Apr 17, 2024
@sourcegraph-bot

sourcegraph-bot commented Apr 17, 2024

Copy link
Copy Markdown
Contributor

📖 Storybook live preview

fkling added 2 commits April 17, 2024 18:30
When upgrading and migrating rxjs methods, this way of "racing" the
loading popover was incorrectly implemented. The condition needs to be
reversed so that the observable completes once the non-loading tooltip
was emitted.
@fkling fkling force-pushed the fkling/61964-fix-codeintel-popover branch from a691917 to 95b8769 Compare April 17, 2024 16:30
@fkling fkling enabled auto-merge (squash) April 17, 2024 16:30
@fkling fkling merged commit ffaac9e into main Apr 17, 2024
@fkling fkling deleted the fkling/61964-fix-codeintel-popover branch April 17, 2024 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed team/code-search Issues owned by the code search team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: Showing a code intel popover for a token by pressing "space" is broken

3 participants