[PR #7] [CLOSED] feat(landing): add dark mode support #10

Closed
opened 2026-03-03 12:01:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ForLoopCodes/contextplus/pull/7
Author: @kstij
Created: 3/1/2026
Status: Closed

Base: mainHead: feat/dark-mode-improvements


📝 Commits (1)

  • 3b55fa2 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/ForLoopCodes/contextplus/pull/7 **Author:** [@kstij](https://github.com/kstij) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/dark-mode-improvements` --- ### 📝 Commits (1) - [`3b55fa2`](https://github.com/ForLoopCodes/contextplus/commit/3b55fa25d1640b1404d07e0cc34acd03539f8537) feat(landing): add dark mode support ### 📊 Changes **12 files changed** (+756 additions, -407 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:01:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/contextplus#10
No description provided.