Skip to content
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

Add navigation and zoom functionality to control addin #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Add navigation and zoom functionality to control addin

    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).
    NovoaDev committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    603e94b View commit details
    Browse the repository at this point in the history