Skip to content

Conversation

@bram-maegerman
Copy link
Contributor

References

Fixes #1394

Description

This PR adds a funnel icon to the search scope button in front of "All of DSpace"

Instructions for Reviewers

Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.

List of changes in this PR:

  • Go to {ui}//search?spc.page=1

A funnel icon should be visible in front of the "All of DSpace" text in the scope search button

Checklist

  • My PR is created against the main branch of code (unless it is a backport or is fixing an issue specific to an older branch).
  • My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
  • My PR passes ESLint validation using npm run lint
  • My PR doesn't introduce circular dependencies (verified via npm run check-circ-deps)
  • My PR passes all specs/tests and includes new/updated specs or tests based on the Code Testing Guide.
  • My PR aligns with Accessibility guidelines if it makes changes to the user interface.
  • My PR uses i18n (internationalization) keys instead of hardcoded English text, to allow for translations.
  • My PR includes details on how to test it. I've provided clear instructions to reviewers on how to successfully test this fix or feature.
  • If my PR fixes an issue ticket, I've linked them together.

@tdonohue tdonohue added the component: Discovery related to discovery search or browse system label Oct 9, 2025
@tdonohue tdonohue moved this to 🙋 Needs Reviewers Assigned in DSpace 10.0 Release Oct 9, 2025
Copy link
Contributor

@nwoodward nwoodward left a comment

Choose a reason for hiding this comment

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

👍 Thanks @bram-maegerman. The filter icon looks good. I'm not sure about the failing test, but hopefully it will be fixed when it runs again.

@github-project-automation github-project-automation bot moved this from 🙋 Needs Reviewers Assigned to 👍 Reviewer Approved in DSpace 10.0 Release Nov 14, 2025
@tdonohue
Copy link
Member

Closing and reopening to trigger tests to rerun. GitHub seems to have had a hiccup in running tests in this PR, and closing & reopening will hopefully fix it.

@tdonohue tdonohue closed this Nov 14, 2025
@github-project-automation github-project-automation bot moved this from 👍 Reviewer Approved to ✅ Done in DSpace 10.0 Release Nov 14, 2025
@tdonohue tdonohue reopened this Nov 14, 2025
@tdonohue tdonohue moved this from ✅ Done to 👍 Reviewer Approved in DSpace 10.0 Release Nov 14, 2025
@alanorth
Copy link
Contributor

alanorth commented Nov 15, 2025

For reference, here's what it looks like:

Screenshot 2025-11-15 at 12-46-03 DSpace Repository Search

I wish it was not a solid icon, but there is no alternative on Font Awesome Free. An empty funnel usually implies no filter is active.

Also, @bram-maegerman I would recommend rebasing/squashing this so we don't get the extra "fix up" changes from the draft iterations on the main branch. They create extra noise in the commit history that is not necessary. You can do it on your side and force push the branch, or we can do it when we merge here. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug component: Discovery related to discovery search or browse system low priority usability

Projects

Status: 👍 Reviewer Approved

Development

Successfully merging this pull request may close these issues.

New popup/modal to limit search scope to one community or collection is not understood

5 participants