issues Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:JavaScript
Filter by
35.2M results
src/shared/shared/ contains HeroSection.tsx, FeaturedCourses.tsx, Footer.tsx, etc. The double-nesting is confusing and
wrong.
Fix:
git mv src/shared/shared/* src/shared/components/
rm -rf src/shared/shared/ ...
The types directory for the student feature is named tyoes instead of types. This causes confusion and the typo
propagates to every import.
Fix:
git mv src/features/students/tyoes src/features/students/types ...
Files: README.md, CHANGELOG.md
- [ ] Fix typos: chanded - changed; reconcile asyc.ai vs acyc.ai
- [ ] Populate CHANGELOG for releases 0.1.29 / 0.1.31 / 0.1.32
- [ ] Verify config table matches package.json ...
documentation
Files: src/test/**
The suite runs entirely in the Electron/xvfb harness though core logic (badgeGenerator, gitDiffParser, worktreeParser,
fileAggregation) is pure.
- [ ] Add a plain-Mocha unit tier ...
test
src/features/courses/components/courseCard.tsx and src/shared/components/courseCard.tsx both exist. Contributors import
from different paths, causing style and behavior inconsistencies.
Fix: Decide which ...
On mobile, the hamburger menu stays open after the user taps a link, covering the page content.
Fix:
const pathname = usePathname();
useEffect(() = { setIsOpen(false); }, [pathname]);
File: src/services/worktreeFileDecoration.ts
- [ ] Resolve the TODO: This can be simplified, it s a Set... in refreshUserModifiedFiles (symmetric difference)
- [ ] Remove leftover commented/dead code ...
chore
Description The authentication layer needs automated tests verifying it correctly rejects all common token manipulation
and bypass techniques.
Acceptance Criteria
8 tests covering: garbage token, empty ...
feature
File: src/commands.ts
listChangedFiles calls vscode.window.createOutputChannel() on every invocation without disposing, leaking a channel per
call.
- [ ] Create the channel once and reuse it
- [ ...
bug
No nav link shows an active/current state. Users have no visual indication of their location.
Fix:
const pathname = usePathname();
className={cn( nav-link , pathname === link.href text-blue-600 font-semibold ...

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.