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.

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

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

I've created a new branch `feature/dark-mode` and will let you know when the PR is ready for review.
Implement Dark Mode Toggle
Status
In Progress
Assignee
999.dev
Priority
■ High
Labels
Linked Pull Request
feat: add dark mode toggle
999-dev/website#18 on `feature/dark-mode`
feat: Add dark mode toggle #18
999-dev wants to merge 1 commit into main from feature/dark-mode
999.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!