-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ext/oklch color converter #16014
Ext/oklch color converter #16014
Conversation
- fix: improve color conversion and fix ESLint issues - Changes to prepare the extension for the store: added screenshots. - fix: improve HSL and vec calculations, add reference values - Update README.md - docs: improve README.md formatting and added credit section - docs: improve README.md formatting and development instructions - Initial commit: OKLCH Color Converter for Raycast
…erter Update project configuration to follow Raycast extension best practices: - Move React to peerDependencies for better compatibility - Add React as devDependency for development - Update TypeScript configuration for proper module resolution - Fix React import structure in convert-color.tsx - Clean up project dependencies - Add proper type declarations for Raycast environment Part of raycast#15747
- Updated extension title from "Oklch Color Converter" to "OKLCH Color Converter" - Updated changelog to include title case fixes - Ensures consistent OKLCH capitalization across the extension
Thank you for the update! 🎉 Due to our current reduced availability, the initial review may take up to 10-15 business days 🎄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like youre pushing the complete extension again, could you please only push the changes? Try to delete strongeron:ext/oklch-color-converter
before doing it again
@pernielsentikaer Thanks for your comment! I've made the updates here: #16137 |
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder