999.dev logo999.dev

See 999.dev in Action

Follow a real-world task from a simple request in Slack to a completed pull request on GitHub, all orchestrated by your AI teammate.

Step 1: Make a Request in Slack
Slack
Conner
Conner3:14 PM

Hey @999, can you add a 'dark mode' toggle to the user settings page? It's a top user request.

999.dev
999.dev3:14 PM

Of course, Conner. I've created a ticket for it in Linear: `ENG-421`. I'll start on it right away.

999.dev
999.dev3:14 PM

I've created a new branch `feature/dark-mode` and will let you know when the PR is ready for review.

Step 2: A Linear Ticket is Created
Linear
ENG-421

Implement Dark Mode Toggle

In Progress

Status

In Progress

Assignee

999.dev

Priority

High

Labels

Feature
UI

Linked Pull Request

feat: add dark mode toggle

999-dev/website#18 on `feature/dark-mode`

Step 3: A Pull Request is Opened
GitHub

feat: Add dark mode toggle #18

Open

999-dev wants to merge 1 commit into main from feature/dark-mode

999.dev avatar999.dev commented 2 minutes ago

Hi team,

This PR introduces a dark mode toggle as requested in Linear ticket ENG-421.

  • Added a theme provider and toggle button.
  • Defined dark mode colors in `globals.css`.
  • Ensured all components are compatible with the new theme.

Ready for review!