fix(frontend): update guide targets and add artifacts step. Closes #3343#3355
Merged
Merged
Conversation
Contributor
Author
|
Note for reviewers: @mlodic While testing the Guide flow to fix the missing selectors and add the Artifacts step, I also came across two additional bugs that broke the UX of the Guide, which I have proactively fixed in this PR:
|
Contributor
Author
|
Hey @mlodic sorry, I forgot to add the screen recordings for "Guide" and "Artifcats" page to display correctly. Should I add them or is this ok? Thanks. |
Member
|
since you did the effort, this would certainly help having a thorough understanding of the changes |
mlodic
requested changes
Feb 23, 2026
Contributor
Author
|
All good now, thanks for clarification @mlodic |
mlodic
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Description
This PR fixes the broken
react-joyrideGuide in the frontend. Several UI components have evolved over time causing the Guide to break as it tried to attach to outdated or non-existent selectors.Specifically, this PR:
targetselectors forAnalyzers,pluginconfigbutton, andinvestigations.id="artifacts"to its NavItem inAppHeader.jsx.Type of change
Checklist
develop# This file is a part of IntelOwl https://github.com/intelowlproject/IntelOwl # See the file 'LICENSE' for copying permission.Ruff/Eslint/Prettier) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.testsfolder). All the tests (new and old ones) gave 0 errors.DeepSource,Django Doctorsor other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.