Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f277813
feat(services): add DisplacementDisclaimerService for shared dialog a…
artisticlight Jan 7, 2026
3401a35
feat(map): add OPERA disclaimer logo to map template
artisticlight Jan 7, 2026
65dac42
style(map): add OPERA logo positioning and hover effects
artisticlight Jan 7, 2026
747d3b6
feat(map): wire up OPERA logo click to open disclaimer dialog
artisticlight Jan 7, 2026
4888f09
refactor(info-bar): remove displacement disclaimer text link
artisticlight Jan 7, 2026
4e51f98
refactor(info-bar): remove unused disclaimer dialog code
artisticlight Jan 7, 2026
6111139
style: fix prettier formatting in map template
artisticlight Jan 7, 2026
890167c
feat(search-type-selector): add disclaimer link for Displacement search
artisticlight Jan 7, 2026
d120193
fix(search-type-selector): adjust disclaimer link size and fix click
artisticlight Jan 7, 2026
cba3a7f
fix(search-type-selector): update disclaimer styling and fix click
artisticlight Jan 7, 2026
e7daff1
style(search-type-selector): move disclaimer down 2px
artisticlight Jan 7, 2026
d1b7f51
refactor(search-type-selector): use translation key for disclaimer
artisticlight Jan 7, 2026
cdbe5df
feat(timeseries-results-menu): add disclaimer link to data credits
artisticlight Jan 7, 2026
df0b218
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 8, 2026
de74d57
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 8, 2026
2d334de
npm run lint -- --fix
artisticlight Jan 8, 2026
915e6df
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 8, 2026
cff945a
Added icon/link to StoryMaps for Displacement
artisticlight Jan 8, 2026
7207199
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 8, 2026
6016600
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 8, 2026
ebfd795
Merge branch 'test' into andy/DS-6227-Displacemen-story-map
artisticlight Jan 9, 2026
8933e2a
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6…
artisticlight Jan 12, 2026
6395ed7
Removed link and tooltip for OPERA logo on map
artisticlight Jan 12, 2026
aa7b30e
npm run lint -- --fix
artisticlight Jan 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions src/app/components/map/map.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,7 @@
@if (
breakpoint > breakpoints.MOBILE && searchType === searchTypes.DISPLACEMENT
) {
<img
src="/assets/opera-disp-logo.png"
class="opera-logo"
(click)="onOpenDispDisclaimer()"
[matTooltip]="'DISPLACEMENT_DATA_DISCLAIMER' | translate"
matTooltipPosition="above"
alt="OPERA Displacement Data Disclaimer"
/>
<img src="/assets/opera-disp-logo.png" class="opera-logo" alt="OPERA Logo" />
}

<app-filters-dropdown></app-filters-dropdown>
Expand Down
3 changes: 2 additions & 1 deletion src/app/models/hyp3/hyp3-jobs.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ export const AutoRift: Hyp3JobType = {
export const AriaS1GunwJobType = {
id: 'ARIA_S1_GUNW',
name: 'ARIA_S1_GUNW',
infoUrl: 'https://hyp3-docs.asf.alaska.edu/guides/gunw_product_guide/#aria-sentinel-1-gunw-product-guide',
infoUrl:
'https://hyp3-docs.asf.alaska.edu/guides/gunw_product_guide/#aria-sentinel-1-gunw-product-guide',
description: 'ARIAS1GUNW_JOB_TYPE_DESC',
numProducts: 2,
productTypes: [
Expand Down