issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript
Filter by
33.2M results
Summary of What Needs to be Done
In src/Pages/About/AboutPage.js, the SEOHead component receives window.location.href as the url prop directly in JSX:
SEOHead
title= About Us
description= ... ...
bug
Summary of What Needs to be Done
In src/hooks/useTokenExpiry.js, the setTimeout callback at line ~24 calls window.location.replace( /login ) without
checking if window is defined. While the outer function ...
bug
Summary of What Needs to be Done
In src/App.jsx at line 85, the isDesktop state is initialized as:
const [isDesktop, setIsDesktop] = useState(window.innerWidth = 1024);
window.innerWidth is accessed ...
bug
Summary of What Needs to be Done
The removeValue function in src/hooks/useLocalStorage.js directly accesses window.localStorage.removeItem and
window.dispatchEvent without an SSR guard. The sibling setValue ...
bug
ESLint found code style or quality violations. Maintaining clean code is essential for AI-driven development.
ai-solve
bug
Visualizer pages with many steps should have a back-to-top button for easier navigation.
Algorithm cards have different heights due to varying description lengths. Add min-height to ensure consistent card
sizing.
Description: A critical issue has been identified on the Enatega Food Delivery website wherein the slider functionality
for the Top Restaurants section is not working as intended. The slider neither moves ...
Theme toggle button is missing an aria-label for screen readers.
Algorithm cards use default transition timing. Apply consistent 300ms transition for smoother hover effect.

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.