Skip to content

Feature Request: Dark Mode Support #8

@Nagajyothi-tammisetti

Description

@Nagajyothi-tammisetti

🌙 Feature Request: Dark Mode Support

Summary

Add a dark mode option to the Auto-Fill Tool UI to improve usability in low-light environments and reduce eye strain for users who prefer darker interfaces.

Problem / Motivation

Currently, the tool only supports a light theme. Many users work in low-light environments or simply prefer dark mode for comfort and reduced eye fatigue. Without this option, the tool can feel visually harsh during extended use.

Proposed Solution

  • Add a dark/light mode toggle (e.g., a sun/moon icon in the navbar)
  • Persist the user's theme preference using localStorage so it's remembered across sessions
  • Apply a dark color scheme via CSS variables or a .dark class on the <body> element
  • Ensure the toggle is accessible (keyboard-navigable and screen-reader friendly)

Expected Behavior

  • User clicks the toggle → UI switches to dark mode
  • On next visit, the previously selected theme is automatically applied
  • All components (navbar, forms, buttons, modals) respect the active theme

Additional Context

Acceptance Criteria

  • Dark and light mode are visually distinct and consistent across all pages
  • Theme preference is persisted in localStorage
  • Toggle is accessible and visible on all screen sizes
  • No existing functionality is broken

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions