Describe the bug
The Result page has two action buttons "Share report" and "Export PDF". Export PDF works correctly. But the "Share report"
button has no onClick handler attached clicking it does absolutely nothing.
Where is it happening
src/app/result/page.tsx —Share report button
Expected behavior
The Share report button should either:
- Open the native browser share dialog using the Web Share API, or
- Copy the report link to clipboard with a confirmation message
I would like to work on this issue under GSSoC.
Thank you.
Describe the bug
The Result page has two action buttons "Share report" and "Export PDF". Export PDF works correctly. But the "Share report"
button has no onClick handler attached clicking it does absolutely nothing.
Where is it happening
src/app/result/page.tsx—Share report buttonExpected behavior
The Share report button should either:
I would like to work on this issue under GSSoC.
Thank you.