-
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
Téléchargement carte 56 #62
base: api_telechargement_mvp
Are you sure you want to change the base?
The head ref may contain hidden characters: "t\u00E9l\u00E9chargement_carte_56"
Conversation
this component will be used in the geographical coverage as well
Tests are moved to ng-mocks for convenience
This required adding TranslateModule to some tests in return
This fixes an issue where we can't match a deleted keywords with the array of shown keywords because the array would be recreated on each subscription The generic-keywords component is also not mutating its input array (this was causing a bug as well)
…es-ui [ME] UI components for attached resources
…yarn/micromatch-4.0.8 chore(deps): bump micromatch from 4.0.5 to 4.0.8
…error ME: fix a bug when clicking "back" after creating a record would cause an error
[ME] spatial extents field
ME: draft rollback
…with-dashboard-views [ME]: Fix misc issues with dashboard view
Update communication options with geonetwork-ui user forum
Metadata Editor: redirect to login URL if accessing the editor as anonymous user
…stributions ME: edit record distributions
…sur un lien de téléchargement #56
Affected libs:
|
📷 Screenshots are here! |
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.
ok pour moi dans la forme, après pour le fond je te laisse voir avec Mélodia.
@Naminoshin Il ne faut pas faire de pr sur la branch datahub mais sur la branch api_téléchargement_mvp. Est-ce que tu peux faire le changement ? |
> | ||
</gn-ui-api-card> | ||
</gn-ui-carousel> | ||
<div | ||
*ngIf="displayLayer" |
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.
Plutot que displayLayer, je pense qu'il serait pertinent de mettre une variavle qui fait sens. Par exemple carteLayer ou downloadCarteLayer
@@ -18,9 +18,10 @@ import { CarouselComponent } from '@geonetwork-ui/ui/layout' | |||
export class RecordApisComponent implements OnInit { | |||
@ViewChild(CarouselComponent) carousel: CarouselComponent | |||
|
|||
maxHeight = '0px' | |||
opacity = 0 | |||
maxHeight = '700px' |
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.
Est-ce qu'on peut passer en pourcentage plutôt que px ? j'ai peur que ça ne soit pas responsive
} | ||
|
||
openModalLayer(link: DatasetServiceDistribution) { | ||
console.log('je suis laa haut') |
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.
A supprimer
…ment d'une donnée
Description
This PR introduces l'affichage d'une fenêtre modale lorsque l'on click sur la partie téléchargement. Cette fenêtre contient un bouton permettant de revenir en arrière.
Architectural changes
The following library now depends on [...]
Screenshots
[...]
Quality Assurance Checklist
breaking change
labelbackport <release branch>
labelThis work is sponsored by Organization ABC.