Skip to content

Conversation

@SpicyGarlicAlbacoreRoll
Copy link
Contributor

Added:

  • Displacement Search Type Disclaimer
  • OPERA Team logo to bottom left of disp search type
  • Collapsible Displacement Search header button menu on smaller non-mobile screens
  • CRID ID available for relevant NISAR results
  • Categorical names for NISAR science product type levels

Fixed:

  • Track now searchable for NISAR products, field populated for relevant results

Removed:

  • Recommended product tag removed from science product type menu
  • Disabled browse image map overlays on NISAR results (for now)

artisticlight and others added 19 commits January 13, 2026 12:59
* 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
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
* 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>
@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll added the minor Bumps the minor version (PR to prod only) label Jan 23, 2026
@tylercchase tylercchase merged commit 75c82ae into prod Jan 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Bumps the minor version (PR to prod only)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants