zalando / tech-radar

Visualizing our technology choices
https://opensource.zalando.com/tech-radar/
MIT License
1.6k stars 622 forks source link

blips on click #126

Closed Marwahanem closed 1 year ago

Marwahanem commented 1 year ago

Hi, i want to edit some code in this radar , how to change the link from a link to web page to open a modal when i click on the radar blips thank you

rishiraj88 commented 1 year ago

Try cloning the repository to a new repository under your GitHub account. When you have checked the files out to your local system from your own repository, make changes in those files/code. Push to check the changed files in to your GitHub repository (remote repo). Create a pull request (PR) to request zalando approvers to accept your changeset.

bocytko commented 1 year ago

@Marwahanem first, figure out what JS/CSS you need to adjust any HTML link to open a modal.

Then, you can for example adjust the attributes of links added by the radar code to your liking. Alternatively, you can use event listeners and modify link targets after document load.

I'm closing the issue as what remains is a general question about web development, not related to this codebase.