[PR #89] [CLOSED] Add dark mode #216

Closed
opened 2026-03-01 18:44:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/webapp/pull/89
Author: @antonym
Created: 3/8/2025
Status: Closed

Base: masterHead: antonym/add-dark-mode


📝 Commits (1)

📊 Changes

3 files changed (+48 additions, -8 deletions)

View changed files

📝 public/index.ejs (+4 -0)
📝 public/netbootxyz-web.ejs (+17 -8)
public/vendor/css/dark-mode.css (+27 -0)

📄 Description

Fixes #88

Add dark mode functionality to the web app.

  • public/index.ejs

    • Add a link to the dark mode CSS file.
    • Add a dark mode toggle button in the navigation bar.
  • public/vendor/css/dark-mode.css

    • Add CSS styles for dark mode, including styles for body, navbar, card, table, and progress bar.
  • public/netbootxyz-web.ejs

    • Add JavaScript to handle dark mode toggling.
    • Save user preference for dark mode in local storage.
    • Apply dark mode preference on page load.

For more details, open the Copilot Workspace session.


🔄 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/89 **Author:** [@antonym](https://github.com/antonym) **Created:** 3/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `antonym/add-dark-mode` --- ### 📝 Commits (1) - [`07de445`](https://github.com/netbootxyz/webapp/commit/07de4455679269c6965f3e6da8a7eb07782ca95f) Add dark mode ### 📊 Changes **3 files changed** (+48 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `public/index.ejs` (+4 -0) 📝 `public/netbootxyz-web.ejs` (+17 -8) ➕ `public/vendor/css/dark-mode.css` (+27 -0) </details> ### 📄 Description Fixes #88 Add dark mode functionality to the web app. * **public/index.ejs** - Add a link to the dark mode CSS file. - Add a dark mode toggle button in the navigation bar. * **public/vendor/css/dark-mode.css** - Add CSS styles for dark mode, including styles for body, navbar, card, table, and progress bar. * **public/netbootxyz-web.ejs** - Add JavaScript to handle dark mode toggling. - Save user preference for dark mode in local storage. - Apply dark mode preference on page load. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/netbootxyz/webapp/pull/89?shareId=7e817b34-f007-4c7c-8b27-62cab1451377). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:44:10 +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#216
No description provided.