Skip to content

Add dark mode#89

Closed
antonym wants to merge 1 commit intomasterfrom
antonym/add-dark-mode
Closed

Add dark mode#89
antonym wants to merge 1 commit intomasterfrom
antonym/add-dark-mode

Conversation

@antonym
Copy link
Copy Markdown
Member

@antonym antonym commented Mar 8, 2025

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.

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/issues/88?shareId=XXXX-XXXX-XXXX-XXXX).
@antonym antonym closed this Mar 8, 2025
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.

Add Dark Mode

1 participant