mirror of
https://github.com/ForLoopCodes/contextplus.git
synced 2026-04-26 06:25:50 +03:00
[PR #7] [CLOSED] feat(landing): add dark mode support #10
Labels
No labels
bug
bug
documentation
enhancement
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/contextplus#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ForLoopCodes/contextplus/pull/7
Author: @kstij
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:feat/dark-mode-improvements📝 Commits (1)
3b55fa2feat(landing): add dark mode support📊 Changes
12 files changed (+756 additions, -407 deletions)
View changed files
📝
landing/src/app/globals.css(+100 -9)📝
landing/src/app/layout.tsx(+3 -2)📝
landing/src/app/page.tsx(+29 -332)📝
landing/src/components/Background.tsx(+45 -11)➕
landing/src/components/DarkModeToggle.tsx(+60 -0)➕
landing/src/components/Header.tsx(+71 -0)📝
landing/src/components/IdeSetup.tsx(+31 -36)📝
landing/src/components/InstructionsSection.tsx(+5 -5)📝
landing/src/components/IsometricDiagram.tsx(+36 -7)📝
landing/src/components/LetterGlitch.tsx(+5 -5)➕
landing/src/components/ThemeProvider.tsx(+52 -0)➕
landing/src/components/ToolDiagram.tsx(+319 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.