Skip to content

Remove dead Darkmodetoggle.tsx component - #43

Open
raphgm wants to merge 1 commit into
mainfrom
fix/remove-dead-darkmodetoggle
Open

raphgm wants to merge 1 commit into
mainfrom
fix/remove-dead-darkmodetoggle

Conversation

@raphgm

@raphgm raphgm commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Removes an orphaned, broken component: it imports `./useDarkMode`, which doesn't exist anywhere in this repo, and `Darkmodetoggle.tsx` itself is never rendered by anything. Real dark-mode toggling already lives in `App.tsx` (line 674).

Not a full fix for the "UI fixes" ask in #25, but removes real dead/broken code found while looking at it.

Closes #25

It imports ./useDarkMode, which doesn't exist anywhere in this repo, and the component itself is never rendered — real dark-mode toggling already lives in App.tsx. Dead, broken, unused code; not a fix for the broader UI-fixes ask in #25, but a concrete first step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI fixes

1 participant