Skip to content

fix(ui): make SearchParameter rows clickable - #617

Merged
smunini merged 1 commit into
mainfrom
fix/610-search-parameter-row-clicks
Aug 20, 2026
Merged

fix(ui): make SearchParameter rows clickable#617
smunini merged 1 commit into
mainfrom
fix/610-search-parameter-row-clicks

Conversation

@Gordex2014

Copy link
Copy Markdown
Contributor

What changed

  • Match the English Search Parameters heading with the sidebar label.
  • Let pointer clicks anywhere in a result row follow its existing link.
  • Keep one native link per row for keyboard and no-JavaScript navigation.
  • Skip row navigation while the user selects text or interacts with a nested control.

Testing

  • cargo check -p helios-ui
  • cargo test -p helios-ui --test router_http search_parameters_page_serves_the_registry_view
  • Manual browser QA covered every table cell, text selection, keyboard navigation, htmx history, JavaScript-disabled navigation, and the English, Spanish, and German labels.

Closes #610

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@smunini
smunini merged commit d9ce700 into main Aug 20, 2026
21 checks passed
@smunini
smunini deleted the fix/610-search-parameter-row-clicks branch August 20, 2026 21:18
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.

Search Parameters page: heading capitalization, and only the code cell is clickable

2 participants