Mobile safe area fix#169
Merged
Merged
Conversation
…rallel seeks, and double buffering
- Update dependency to use file:../clypra-studio/packages/clypra-engine - Add pixi.js and pixi-filters as explicit dependencies - Enables direct access to shared color grading types and functions
- Reflect local file system link to @clypra-studio/engine - Update pixi.js and pixi-filters dependencies
- Import and re-export GradingParams from @clypra-studio/engine - Removes code duplication for color grading parameters - Establishes engine as single source of truth
- Add optional gradingParams field for manual color adjustments - Enables per-filter color grading overrides in the editor
- Add gradingParams field to evaluation result type - Supports passing manual adjustments through evaluation pipeline
- Pass gradingParams from FilterNode to EvaluatedFilter - Ensures manual adjustments flow through evaluation pipeline
- Import mergeGradingParams from @clypra-studio/engine - Merge manual gradingParams with filter defaults - Apply merged parameters to ColorAdjustmentsFilter during render - Enables real-time color grading preview in editor
- Add Zustand action to update gradingParams for specific filter - Supports UI controls for manual color adjustments - Triggers re-render when grading parameters change
- Add Zustand action to update filter grading parameters - Enables timeline-aware color grading adjustments - Maintains consistency with projectStore API
- Add UI component for manual color adjustments panel - Implement sliders for exposure, contrast, saturation, etc. - Connect to updateFilterGradingParams store action - Provides real-time color grading controls in properties panel
- Add AdjustmentsSection to properties index exports - Makes component available for properties panel integration
- Add AdjustmentsSection to filter properties panel - Display manual color grading controls for selected filters - Complete end-to-end color grading UI integration
theunavailableguy
approved these changes
Jul 19, 2026
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.
No description provided.