Merged
Conversation
✅ Deploy Preview for airi-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for airi-vtuber ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Pull Request Overview
This pull request reduces saturation across the stage-web application by adjusting color conversions and updating theme-related components. Key changes include adding a new utility function for converting hex colors to OKLCH, incorporating theme color presets in the settings page, and updating background components to reflect the reduced saturation.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/stage-web/src/utils/color.ts | New OKLCH conversion function with adjustments for saturation |
| apps/stage-web/src/pages/settings/themes/index.vue | Adds theme color presets and integrates the new color conversion into settings |
| apps/stage-web/src/pages/index.vue | Replaces AnimatedBackground with AnimatedWave and updates fill-color formulas |
| apps/stage-web/src/components/Backgrounds/Cross.vue | Updates CSS custom properties using calc for adjusting saturation |
Comments suppressed due to low confidence (2)
apps/stage-web/src/utils/color.ts:16
- Consider validating that the hex string has exactly 6 characters after removing any leading '#' to avoid potential runtime errors with incorrect input formats.
hex = hex.replace('#', '')
apps/stage-web/src/utils/color.ts:48
- [nitpick] Consider renaming 'b2' to something more descriptive such as 'labB' to better indicate that it represents the Lab 'b' component, distinguishing it from the blue channel variable.
const b2 = 200 * (fy - fz)
b6273d2 to
4406d1b
Compare
4406d1b to
c71e5f7
Compare
Disqort
pushed a commit
to Disqort/airi
that referenced
this pull request
Aug 29, 2025
* feat(stage-web): theme presets * refactor: use @culorijs to convert color * fix: brush * fix(stage-web): reduce saturation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
depends #74