If I paste the link in description it is not usuable.
Guida contributor
Tech stack
typescriptreact
Dominio
frontendobservability
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
2
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
React knowledgeUnderstanding of dangerouslySetInnerHTML or DOMPurify
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
75
Direzione di ricerca
The issue requests that dashboard description text be rendered as HTML to make links clickable. Check the frontend code in the dashboard component, likely using a Markdown or plain text renderer. Look at files like 'frontend/src/container/DashboardDescription/index.tsx' for current implementation. Consider using a library like react markdown or sanitizing HTML with DOMPurify. The issue is straightforward but requires careful handling of XSS risk. Commenters may have provided additional context.