Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Issues): click on issue sets cursor to error in editor #1797

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Dec 27, 2024

closes #1074

Stand

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
232 232 0 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: πŸ”Ί

Current: 66.18 MB | Main: 66.18 MB
Diff: +5.70 KB (0.01%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

@Raubzeug Raubzeug requested a review from astandrik December 27, 2024 14:41
@astandrik astandrik requested a review from Copilot January 9, 2025 17:26

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/containers/Tenant/Query/Issues/Issues.tsx:187

  • The attribute 'extraProps' should be 'extraProps={{draggable: false}}'.
<Link href="#" extraProps={{draggable: false}} onClick={onIssueClickHandler} view="primary">
@Raubzeug Raubzeug added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit 6434633 Jan 10, 2025
7 checks passed
@Raubzeug Raubzeug deleted the issue-clickable branch January 10, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make errors in query text clickable
2 participants