Commit ad3b85c
authored
Feat: Dev to main - Multi-Improves in Auto-Guard (#95)
* feat(ui): enhance guard UI with new action buttons and configuration options
- Added new buttons for starting, stopping, repositioning, saving, analyzing, and logging.
- Introduced a configuration button that opens a new configuration window.
- Updated the layout for area selection buttons with transitions for better UX.
- Moved captured coordinates display to the end of the area section.
- Simplified button labels for start and stop protection in Spanish localization.
- Created a new configuration window with various settings for protection patterns, color preferences, and load management.
- Implemented event listeners for configuration changes and persistence of settings.
* feat(window-manager): add window management system for z-index control
Implement global window manager to handle z-index of multiple windows. Includes register/unregister functions and bring-to-front behavior on click. Applied to all window components (log, config, guard UI, analysis).
feat(guard): add human-like protection patterns and improve watch mode
Add 16 new human-like protection patterns (zigzag, diagonal, clusters, etc.) with detailed documentation. Enhance watch mode with toggle button and visual feedback. Improve stop behavior to handle both protection and watch modes.
docs: add PATRONES.md documenting all protection patterns
Create comprehensive documentation for all implemented protection patterns including descriptions, use cases, and technical implementation details.
refactor(analysis-window): optimize refresh to preserve zoom level
Modify analysis window refresh logic to only update data without resetting zoom/opacity settings. Improves user experience during auto-refresh.
* feat(guard): add color exclusion feature and improve UI
- Implement color exclusion functionality in pixel repair process
- Add responsive layout to configuration window
- Improve button states and transitions in guard UI
- Move coordinates display to analysis window1 parent d98e089 commit ad3b85c
File tree
12 files changed
+2694
-560
lines changed- docs
- src
- core
- guard
- locales
- log_window
12 files changed
+2694
-560
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
173 | 192 | | |
174 | 193 | | |
175 | 194 | | |
| |||
214 | 233 | | |
215 | 234 | | |
216 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
217 | 239 | | |
218 | 240 | | |
219 | 241 | | |
| |||
294 | 316 | | |
295 | 317 | | |
296 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
297 | 339 | | |
298 | 340 | | |
299 | 341 | | |
| |||
335 | 377 | | |
336 | 378 | | |
337 | 379 | | |
338 | | - | |
339 | | - | |
340 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
341 | 386 | | |
342 | 387 | | |
343 | 388 | | |
| |||
560 | 605 | | |
561 | 606 | | |
562 | 607 | | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
| 608 | + | |
578 | 609 | | |
579 | 610 | | |
580 | 611 | | |
| |||
595 | 626 | | |
596 | 627 | | |
597 | 628 | | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
| 629 | + | |
613 | 630 | | |
614 | 631 | | |
615 | 632 | | |
616 | 633 | | |
617 | 634 | | |
618 | 635 | | |
619 | 636 | | |
620 | | - | |
| 637 | + | |
621 | 638 | | |
622 | 639 | | |
623 | 640 | | |
| |||
689 | 706 | | |
690 | 707 | | |
691 | 708 | | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
692 | 724 | | |
0 commit comments