Before submitting
Bug summary
Documentation and Changelog footer links are non-functional
Steps to reproduce
- Visit https://codelensx.vercel.app
- Scroll down to the footer section
- Under "RESOURCES", hover or click on "DOCUMENTATION" or "CHANGELOG"
- Observe that the cursor shows a "not-allowed" (🚫) icon and nothing happens on click
Expected behavior
Either:
- The links should navigate to actual Documentation and Changelog
pages (even simple placeholder pages), OR
- If these features aren't ready yet, the links should be clearly
marked as "Coming Soon" (similar to the "SOON" badge already used
for "LEETCODE AUTH" in the Integrations section of the same footer)
Actual behavior
Clicking "DOCUMENTATION" or "CHANGELOG" does nothing. The mouse
cursor changes to a "not-allowed" (🚫) icon, confirming these links
are disabled/non-functional. Meanwhile, "BUG REPORTS" right below
them in the same list works correctly as a clickable link, creating
an inconsistent user experience.
Screenshots or recordings
Browser and device information
Browser: Chrome (latest)
Device: MacBook Air
OS: macOS
Screen size: Desktop
Additional context
This appears to be either a missing href/route, or intentionally
disabled placeholder links without proper "Coming Soon" styling.
Suggested fix: either implement basic placeholder pages for
/docs and /changelog routes, or add a "Coming Soon" badge
consistent with the existing design pattern. I am a registered
GSSoC 2026 contributor and would like to implement this fix myself.
Before submitting
Bug summary
Documentation and Changelog footer links are non-functional
Steps to reproduce
Expected behavior
Either:
pages (even simple placeholder pages), OR
marked as "Coming Soon" (similar to the "SOON" badge already used
for "LEETCODE AUTH" in the Integrations section of the same footer)
Actual behavior
Clicking "DOCUMENTATION" or "CHANGELOG" does nothing. The mouse
cursor changes to a "not-allowed" (🚫) icon, confirming these links
are disabled/non-functional. Meanwhile, "BUG REPORTS" right below
them in the same list works correctly as a clickable link, creating
an inconsistent user experience.
Screenshots or recordings
Browser and device information
Browser: Chrome (latest)
Device: MacBook Air
OS: macOS
Screen size: Desktop
Additional context
This appears to be either a missing href/route, or intentionally
disabled placeholder links without proper "Coming Soon" styling.
Suggested fix: either implement basic placeholder pages for
/docs and /changelog routes, or add a "Coming Soon" badge
consistent with the existing design pattern. I am a registered
GSSoC 2026 contributor and would like to implement this fix myself.