-
Notifications
You must be signed in to change notification settings - Fork 7
Minor Release V2.17.0 #2415
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
Merged
Merged
Minor Release V2.17.0 #2415
Conversation
This file contains hidden or 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
* Changed the Disclaimer to show in the info bar * Changed Disclaimer info button in header to be an external link
Remove recommended product tag from NISAR science product filter
DS-6220 Remove file type filter for ARIA S1 GUNW
Co-authored-by: Andrew Anderson <raanderson9@alaska.edu>
…2408) * Changed the Disclaimer to show in the info bar * Changed Disclaimer info button in header to be an external link * WIP before tweaking the expand/collapse icon * WIP on icon panel slider in Displacement * WIP on icon panel slider * WIP on icon panel slider * WIP Everything looks good except for MapBox attribution at the bottom of the page. * WIP Icon Slider Drawer Everything looks good. Need to test dark mode. * Icon Slider Drawer Dark mode supported and ready for testing. * Changes per Kim's feedback minor nitpick: we should use @if @else since we're only checking a single variable (I think this was already there before this change I just noticed it in the git diff since the line got moved around) I suggest we simplify the chevron menu screen size change sanity-check (HostListener can get expensive since from my understanding the current implementation will try to query the clicked component AND every parent html element until it reaches the site's root element (https://developer.mozilla.org/en-US/docs/Web/API/Element/closest) I recommend we use Angular's animate.enter and animate.leave with css classes instead of their deprecated typescript-declared animation system, which will be removed in Angular V23. https://angular.dev/guide/animations * Sliding icon panel improvements Bug fixes: - Remove stray xmlns attribute from container div - Add optional chaining for userAuth?.id to prevent null reference - Add i18n support for drawer-tab tooltip (COLLAPSE_PANEL, EXPAND_PANEL keys) - Add accessibility attributes to drawer-tab (aria-expanded, aria-controls, aria-label) Code quality: - Move inline styles to SCSS classes (panel-storymap-button, panel-info-button, text-adjust-storymap, text-adjust-info) - Replace magic numbers with documented SCSS variables Animation polish: - Add will-change: transform for GPU-accelerated animation - Add prefers-reduced-motion media query for accessibility * npm run lint -- --fix * Position Tweaks to the Header Buttons for Displacement
phrase: update src/assets/i18n/en.json to latest state phrase: update src/assets/i18n/es.json to latest state
Updated translations from Phrase
Co-authored-by: Andrew Anderson <raanderson9@alaska.edu>
phrase: update src/assets/i18n/en.json to latest state phrase: update src/assets/i18n/es.json to latest state
Updated translations from Phrase
* DS-6357: Update Science Product Level group display names * DS-6357: Update Science Product level group display names --------- Co-authored-by: Andrew Anderson <raanderson9@alaska.edu>
tylercchase
approved these changes
Jan 23, 2026
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.
Added:
Fixed:
Removed: