-
Notifications
You must be signed in to change notification settings - Fork 0
merge #73
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
Conversation
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
copy filepath
- Remove imgkit/index.js (merged into renderer.js) - Remove imgkit/README.md (outdated standalone docs) - Prepare for imgkit integration into main Pegasus app
- Add imgPanel template as separate HTML component - Create dedicated CSS file for imgPanel styles - Merge imgkit UI elements into main index.html - Improve UI modularity and maintainability
- Create imgkit/image-layer.js with complete ImageLayer implementation - Move all image panel logic from renderer.js to image-layer.js - Implement lazy loading pattern to avoid circular dependencies - Add comprehensive error handling and validation - Improve code organization and maintainability - Add focus indicator with CSS :focus pseudo-selector
- Add applyCrop() method for precise cropping with validation - Add updateFileExtension() helper for file path manipulation - Improve openImageBuffer() and openImage() methods - Enhance color extraction algorithm - Update package.json entry point configuration - Move all Sharp library operations to backend layer - Improve error handling and validation
- Fix main_renderer.js drag & drop functionality - Update paint_renderer.js to work with new ImageLayer structure - Remove redundant conditions and improve code quality - Fix convertFormat() integration - Improve file handling in drop events
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Imgkit refactoring
Image update deepwiki badge update
remove duplicate comment
rpleace @electron/remote to IPC
when overwrite image the default image created correctly only need new image
Co-authored-by: volta2030 <65960990+volta2030@users.noreply.github.com>
already do in updatePreview
1. fix cropping working #66 2. remove DRAG_CROP mode
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.