Commit Graph

5 Commits

Author SHA1 Message Date
schihei 07b0232726 Optimize performance by batching context.sync() calls
- GridGuidelineManager: Load all shape names upfront and apply operations in batches
- AlignmentButtons: Replaced for loops with forEach and reduced sync calls
- MatchProperties: Reorganized code to batch load operations and property assignments

This optimization significantly reduces round-trips between JavaScript and the Office application,
improving performance and responsiveness of the add-in.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-14 23:56:54 +01:00
schihei aa9f72c9b6 Minor changes in the button 2025-03-14 09:37:24 +01:00
schihei cd364c6f62 Removed divider between grid and guidelines 2025-03-14 09:27:19 +01:00
schihei ebd698d17d Changed for gride and guidelines 2025-03-13 23:30:58 +01:00
schihei 044bd9ebec Initial commit of grid line function 2025-03-13 00:30:31 +01:00