You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #47
Add navigation and zoom functionality to the control addin.
- **MarkdownViewerANJ.ControlAddin.al**: Add `Navigate` and `Zoom` procedures. Update the `Scripts` section to include new JavaScript files for navigation and zooming.
- **Scripts.js**: Add functions for handling navigation and zooming of the image. Update the `Draw` function to include navigation and zooming capabilities.
- **Start.js**: Initialize navigation and zooming capabilities in the startup script.
- **Style.css**: Add styles for navigation and zooming controls. Change background color while zooming.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/NovoaDev/Dependency-Graph-BCExt/issues/47?shareId=XXXX-XXXX-XXXX-XXXX).
Related to #47
Add navigation and zoom functionality to the control addin.
* **MarkdownViewerANJ.ControlAddin.al**
- Add `Navigate` procedure to handle navigation.
- Add `Zoom` procedure to handle zooming.
* **Scripts.js**
- Add `Navigate` function to handle navigation.
- Add `Zoom` function to handle zooming.
* **Start.js**
- Initialize navigation capabilities with arrow keys.
- Initialize zooming capabilities with `+` and `-` keys and mouse wheel.
- Add event listeners for middle mouse button to change background color while zooming.
* **Style.css**
- Add styles for navigation controls.
- Add styles for zooming controls.
- Change background color while zooming.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/NovoaDev/Dependency-Graph-BCExt/issues/47?shareId=XXXX-XXXX-XXXX-XXXX).
Describe the new feature and what need it meets
agregar funcionalidad en control addin que permita navegar y hacer zoom a la imagen
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: