[PR #103] [MERGED] Add dark mode support to webapp UI #104

Closed
opened 2026-02-27 14:57:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/103
Author: @antonym
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @antonym

Base: masterHead: add-dark-mode-support


📝 Commits (1)

  • 5da74c4 Add dark mode support to webapp UI

📊 Changes

3 files changed (+426 additions, -2 deletions)

View changed files

📝 public/index.ejs (+6 -0)
📝 public/netbootxyz-web.ejs (+45 -2)
public/vendor/css/dark-theme.css (+375 -0)

📄 Description

Summary

  • Add theme toggle button in navbar
  • Dark theme CSS for all UI components
  • Theme preference stored in localStorage

Test plan

  • Theme toggle works
  • All components styled for dark mode
  • Theme persists on reload

🔄 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/netbootxyz/webapp/pull/103 **Author:** [@antonym](https://github.com/antonym) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `add-dark-mode-support` --- ### 📝 Commits (1) - [`5da74c4`](https://github.com/netbootxyz/webapp/commit/5da74c491cf8ba96edf546c01f53c143e20310ac) Add dark mode support to webapp UI ### 📊 Changes **3 files changed** (+426 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `public/index.ejs` (+6 -0) 📝 `public/netbootxyz-web.ejs` (+45 -2) ➕ `public/vendor/css/dark-theme.css` (+375 -0) </details> ### 📄 Description ## Summary - Add theme toggle button in navbar - Dark theme CSS for all UI components - Theme preference stored in localStorage ## Test plan - [x] Theme toggle works - [x] All components styled for dark mode - [x] Theme persists on reload --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-27 14:57:19 +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/webapp#104
No description provided.