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

Conversation

NovoaDev
Copy link
Owner

@NovoaDev NovoaDev commented Nov 4, 2024

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.

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant