Main branch Update#138
Merged
Merged
Conversation
* ✨ feat(EF30_Badge): add support for EF30 badge generation, layout, and assets - Implement new EF30_Badge class with updated design and functionality - Introduce `BadgeBase_V2` and `BadgeInterface_V2` for improved badge abstraction - Add new badge assets: images (with/without code, greenscreen) and font - Enhance badge generation logic across controllers, jobs, and resources to support EF30_Badge * 🐛 fix(EF30_Badge): optimize green replacement logic and improve bounding box handling - Add static caching for green bounding box calculation to reduce redundant computations - Refine green area detection with tolerance for better accuracy - Replace hardcoded areas with dynamic bounding box logic - Optimize replacement image resizing and pixel mapping for increased efficiency * ♻️ refactor(badges): update default badge class fallback to EF30_Badge across controllers, jobs, and resources
* ✨ feat(EF30_Badge): add support for EF30 badge generation, layout, and assets - Implement new EF30_Badge class with updated design and functionality - Introduce `BadgeBase_V2` and `BadgeInterface_V2` for improved badge abstraction - Add new badge assets: images (with/without code, greenscreen) and font - Enhance badge generation logic across controllers, jobs, and resources to support EF30_Badge * 🐛 fix(EF30_Badge): optimize green replacement logic and improve bounding box handling - Add static caching for green bounding box calculation to reduce redundant computations - Refine green area detection with tolerance for better accuracy - Replace hardcoded areas with dynamic bounding box logic - Optimize replacement image resizing and pixel mapping for increased efficiency * ♻️ refactor(badges): update default badge class fallback to EF30_Badge across controllers, jobs, and resources * ✨ feat(EF30_Badge): introduce `TextField_v2` and add text filtering support - Implement `TextField_v2` with enhanced text rendering, including line breaks, alignment, and stroke support - Replace `TextField` with `TextField_v2` in `EF30_Badge` - Add optional text filtering with custom replacements for special characters - Update font and file format for badges to align with new design requirements - Adjust text field dimensions and line limits for improved layout - Fix typo in greenscreen asset path and replace outdated image * ♻️ refactor(TextField): improve word-wrap logic and adjust text field dimensions in EF30_Badge - Enhance `wrapText` method to handle words exceeding max width by breaking them into characters - Adjust text field widths and line limits for better layout consistency in `EF30_Badge` * 🐛 fix(EF30_Badge): adjust text field dimensions and positions for improved layout - Update widths, heights, and line limits of text fields to enhance consistency - Modify Y-Positions of species and name fields for better alignment
* fix(BadgesIndex): Fix status indication * fix: align approved pending badge status label --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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.