Skip to content

Fix: detection review ux - #2224

Open
berzz26 wants to merge 2 commits into
aboutcode-org:mainfrom
berzz26:fix/detection-review-ux
Open

Fix: detection review ux#2224
berzz26 wants to merge 2 commits into
aboutcode-org:mainfrom
berzz26:fix/detection-review-ux

Conversation

@berzz26

@berzz26 berzz26 commented Sep 2, 2026

Copy link
Copy Markdown

Issues

Changes

Improved the license detection review experience by surfacing more context inline and reducing the number of
clicks needed to inspect detections.

  • Show the diagnostic matched text in single detection views.

  • Show the actual matched text for each listed file directly in the detection details, without requiring extra
    navigation.

  • Present matched and unmatched portions so they can be compared visually.

  • Display the rule text alongside the matched text to make review easier.

  • Restore inline detection details in the resource detections tab to avoid the regression from the older UI.

Before :

The detection review flow required too many clicks to inspect a result. The detection details were hidden
behind additional navigation, which made it easy to lose context while reviewing. The diagnostic matched text
was also not shown, so it was hard to compare what was matched against the actual rule text and file content.

image

After

The detection details are now shown inline with the resource and detection views, reducing the need to click
through multiple pages. The diagnostic matched text is visible, and the actual matched text for each file is
displayed directly with matched and unmatched portions clearly shown. The rule text is also presented
alongside the matched text, making review faster and easier to understand.

image

AI usage: Debugging assistance and test generation was done with AI (opencode/big-pickle)

@berzz26 berzz26 changed the title Fix/detection review ux Fix: detection review ux Sep 2, 2026
Signed-off-by: berzz26 <aumtamboli2233@gmail.com>
Signed-off-by: berzz26 <aumtamboli2233@gmail.com>
@berzz26
berzz26 force-pushed the fix/detection-review-ux branch from 813b691 to a7392c2 Compare September 2, 2026 16:39
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.

Improve UX for license detection reviews

1 participant