rspace-os / rspace-web

This the main repository for RSpace: rspace-web. Check https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md for setup instructions.
https://github.com/rspace-os/rspace-web/wiki
GNU Affero General Public License v3.0
12 stars 3 forks source link

RSDEV-304 Update subsample details when search changes #77

Closed rlamacraft closed 1 month ago

rlamacraft commented 1 month ago

When the subsample search within the sample form changes (e.g. the user searches for a particular subsample using the query string field), the subsample details panel should update so that we're not showing the details of subsample that are no longer in the table.

This is somewhat complicated by the next and previous buttons below the details panel as they manipulated the search when the currently shown subsample is up against a page boundary. The finer details of this complication are in the code comments.