Skip to content

Develop#325

Merged
spirosdi merged 53 commits intomainfrom
develop
Jan 28, 2026
Merged

Develop#325
spirosdi merged 53 commits intomainfrom
develop

Conversation

@spirosdi
Copy link
Contributor

What does this do?
It merges develop to main for the 10.2.0-rc1.0 release

mikejritter and others added 30 commits June 10, 2025 13:26
* Create a new page for displaying SearchResults
* Add a new SearchTable which will eventually replace the existing SearchResultTable
* Route to new SearchResult page when feature flag is set
* Add a detailed list view to the search result page
* Add a toggle for the list view
* Add column configuration to the list view for collection objects
* Add SearchResultGrid
* Add toggle for the grid view
* Add config for grid fields
* Add SearchResultTableHeader
* Allows for table headers to be clicked, updating the sort by/order
* Adds pagination handlers to SearchResultFooter
* Move dispatched actions into useEffect
* Adjust keys for tr and SearchResultTableHeader
* Add aria-label to checkbox inputs which have no display area for labels
* Add aria-label and role to table row for interactive semantics
* Focus styling for table headers and rows
* Functions for getting search result list/items to simplify null handling
* Update SearchTable to set the search descriptor in the location state
* Add a default on click handler for SearchResultSummary
* Use the new search API when querying
* Use the new search list when required
* Display thumbnails for grid and detail views
* Replace getListType helper with two alternatives:
  * deriveSearchType which gets both the list type and search type (default, advanced)
  * getListTypeFromResult which reads the search result in order to match against the configured list types
* CSS adjustments for grid and detail views
… DRYD-1932: Accessibility > UI > Unit Tests for Accessibility (#289)
spirosdi and others added 22 commits November 25, 2025 11:44
- Split DetailItem into its own component
- Create a new component for SearchResultCheckboxes
- Update detail view derivative to be 'Small'
- Create new config for detail view with formatters per section which match the wireframes
- Create 'no image found' placeholder for BlobImage
- Add alt text to BlobImage
…hen user does not have permission to create relationships (#303)
Co-authored-by: Spiros Dimopulos <spiros@wantedpixel.com>
* Adds redux handlers for storing the preferred view
* Store the preferred view when toggling search results
* Create a new SortBy component
* Create shared sort update handlers
* Renders the SortBy component in the SearchResultSummary
* Add sort.js configuration to CollectionObjects
* Change not found image text to 'No Preview Image Available'
* Change prefix text for concept tags (CONCEPT TAGS)
* Use formatRefNameWithDefault to handle fields which might be refs
* Update agent and field collector formatters to display iff non-date fields are present
* Add 'Storage Location not assigned' when computed location is null
* Omit Responsible Department when null
* Add tests
@spirosdi spirosdi merged commit 9d6e67c into main Jan 28, 2026
11 of 13 checks passed
@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (e76e68b) to head (560e051).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (0.00%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #325   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

spirosdi added a commit that referenced this pull request Jan 28, 2026
This reverts commit 9d6e67c.
@spirosdi spirosdi mentioned this pull request Jan 28, 2026
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.

2 participants