-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop
to main
#159
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
-Added fix to update search box when navigating from back or forward in history. -Added fix for invalid investigation lids causing crash. Example search for "arecibo"
-Added fix to keep the value of the search text when returning from the back button and then selecting a new checkbox.
-Fixed the message that shows on the search page when unrelated filters are selected from the home page.
-Fixed the label showing as "0 selected" instead of "all" when the filter chip X button is clicked. -The "all" checkbox is now shown as checked when all chips are deselected.
-The all value is removed from single select filters since it should not be able to be selected. It is already acting as if all is selected when nothing is selected.
-If the search service fails the search page will show an error message.
-Added error case for errors thrown after page has been loaded. -Added error flag reset for solr warning banner and search page.
…ontend/vite-5.4.14 Bump vite from 5.4.11 to 5.4.14 in /apps/frontend
Show Search Errors Message In Search Page #138
Fixes 121 search textfield update and fixes several search page bugs.
-Datasets, bundles, collections, targets, telescopes, facilities, and resources all link to the resLocation value.
Use resLocation For Linking Search Results #147
-Fixed an issue where the instrument page would attempt to load investigation url before it was loaded.
…es-and-info Update dependencies and package version
…e-load-error Fix Direct Instrument Page Load Error #156
|
eddiesarevalo
approved these changes
Feb 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New release!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗒️ Summary
This PR addresses the need to merge the
develop
branch tomain
to prep for a release.⚙️ Test Data and/or Report
All changes have been tested and verified to be working against the
develop
branch. Also verified that the production build does not generate errors during compilation.