-
Notifications
You must be signed in to change notification settings - Fork 43
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
[BUG] Handle empty code snippets #1472
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Milestone
Comments
djzager
added
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Oct 12, 2023
ibolton336
added a commit
that referenced
this issue
Feb 26, 2024
Resolves #1472 - Adds an empty state to the codeviewer when the codesnip is not populated / is an empty string or whitespace characters. <img width="1188" alt="Screenshot 2024-02-13 at 12 43 05 PM" src="https://github.com/konveyor/tackle2-ui/assets/11218376/eed3cf5d-e5a4-44eb-846f-6397c50b23a9"> Signed-off-by: Ian Bolton <[email protected]>
github-actions bot
pushed a commit
that referenced
this issue
Feb 26, 2024
Resolves #1472 - Adds an empty state to the codeviewer when the codesnip is not populated / is an empty string or whitespace characters. <img width="1188" alt="Screenshot 2024-02-13 at 12 43 05 PM" src="https://github.com/konveyor/tackle2-ui/assets/11218376/eed3cf5d-e5a4-44eb-846f-6397c50b23a9"> Signed-off-by: Ian Bolton <[email protected]> Signed-off-by: Cherry Picker <[email protected]>
ibolton336
added a commit
that referenced
this issue
Feb 26, 2024
…1699) Resolves #1472 - Adds an empty state to the codeviewer when the codesnip is not populated / is an empty string or whitespace characters. <img width="1188" alt="Screenshot 2024-02-13 at 12 43 05 PM" src="https://github.com/konveyor/tackle2-ui/assets/11218376/eed3cf5d-e5a4-44eb-846f-6397c50b23a9"> Signed-off-by: Ian Bolton <[email protected]> Signed-off-by: Cherry Picker <[email protected]> Signed-off-by: Ian Bolton <[email protected]> Signed-off-by: Cherry Picker <[email protected]> Co-authored-by: Ian Bolton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
alpha.6
Priority
Major
Current Behavior
The UI attempts to render incidents that have no code snippet:
Expected Behavior
Don't show empty code snippets
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
No response
Anything else?
Related konveyor/analyzer-lsp#357
The text was updated successfully, but these errors were encountered: