feat: support dark-theme #8

Merged
typist merged 2 commits from feat/dark-theme into main 2025-10-28 22:28:20 +08:00
Owner
No description provided.
typist added 2 commits 2025-10-28 22:28:14 +08:00
- Added a new `DropdownMenu` component with various subcomponents including `DropdownMenuTrigger`, `DropdownMenuContent`, and more.
- Updated `package.json` to include `@radix-ui/react-dropdown-menu` as a dependency.
- Updated `pnpm-lock.yaml` to reflect the new dependency and its version.
- Added a `ThemeProvider` component to manage theme state and persist it in local storage.
- Introduced a `ModeToggle` component for switching between light, dark, and system themes.
- Updated the `Layout` component to include the `ThemeProvider`.
- Enhanced the `AppSidebar` to include the `ModeToggle` for user accessibility.
typist merged commit 9793d96def into main 2025-10-28 22:28:20 +08:00
typist deleted branch feat/dark-theme 2025-10-28 22:28:20 +08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: typist/litek#8
No description provided.