Feature: Dark Mode + README Overhaul#2
Merged
Merged
Conversation
…Mode and Dark Mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature: Dark Mode + README Overhaul
Summary
Adds a three-state dark mode toggle (Light → Dark → System) and completely rewrites the README for clarity, tone, and accuracy.
Changes
Dark Mode (
templates/base.html)[data-theme="dark"]selector overrides using a slate-based dark palettewalkingpad-theme)prefers-color-schemechanges and updates the theme without a refresh.text-mutedoverride for dark mode readabilityREADME Rewrite (
README.md)ROADMAP Update (
ROADMAP.md)Screenshots (
screenshots/)start.png,active.png,paused.png) with dark mode captures so the README accurately reflects what the app actually looks like now.Changelog (
CHANGELOG.md)CHANGELOG.mdcreated for the v1.0.0 release, documenting all added/changed/fixed items plus pre-release history from the original walkingpad appConsistency & Polish
templates/base.htmlpage title andstart_app.batwindow/console titlesFiles Changed
templates/base.htmlREADME.mdROADMAP.mdstart_app.batrequirements.txtCHANGELOG.mdTotal: 6 files, 205 insertions, 216 deletions (excluding new CHANGELOG.md)
Testing
prefers-color-schemechanges in real timeNotes
No backend or BLE changes in this PR. All changes are frontend/template and documentation only.