Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ Common scopes used in this project:
- Be concise and descriptive (50-72 characters recommended)
- Use imperative mood ("add" not "added", "fix" not "fixed")
- No period at the end
- Include PR number at the end if applicable: `(#123)`

### Body Guidelines

Expand All @@ -344,14 +343,14 @@ Common scopes used in this project:

**Simple change:**
```
chore(deps-gha): bump actions/setup-node from v4 to v6 (#929)
chore(deps-gha): bump actions/setup-node from v4 to v6

Update the build-setup action.
```

**Feature with detailed body:**
```
feat: allow to pass more null and undefined to Multiplicity (#914)
feat: allow to pass more null and undefined to Multiplicity

- Update type signatures to accept nullish values
- Improve API flexibility for edge cases
Expand Down Expand Up @@ -384,4 +383,4 @@ The core package generates:

## Browser Compatibility

Targets modern browsers (Chrome, Edge, Firefox, Safari, Chromium-based browsers). No IE support. Code conforms to ES2020 standard.
Targets modern browsers (Chrome, Edge, Firefox, Safari, Chromium-based browsers). No IE support. Code conforms to ES2020 standard.
3 changes: 3 additions & 0 deletions packages/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ const config: Config = {
},
],
},
colorMode: {
respectPrefersColorScheme: true, // Enable system theme mode
},
footer: {
style: 'dark',
links: [
Expand Down