Skip to content

Conversation

daniel-jettka
Copy link
Contributor

Description, Context and related Issue

This removes libraries tipped.js, he.js and iconify.js

  • tipped.js is replaced by custom vanilla JS solution
  • iconify.js was only used for ImageViewer pagination and is replaced by using < and > for arrows
  • he.js was not found to be used at all

closes #7

How Has This Been Tested?

Hover annotations in Verovio view (e.g. in Klarinettenquintett > Notentexte > Edition)

Types of changes

  • Improvement
  • Refactoring

Overview

  • I have updated the inline documentation accordingly.
  • I have performed a self-review of my code, according to the style guide
  • I have read the CONTRIBUTING document.
  • All new and existing tests passed.

@daniel-jettka daniel-jettka linked an issue Sep 18, 2025 that may be closed by this pull request
@github-project-automation github-project-automation bot moved this to In Progress in Edirom Development Sep 22, 2025
@daniel-jettka daniel-jettka added this to the 1.1.0 milestone Sep 22, 2025
var initHeight = Math.floor($(document).height() * 100.0 / 33.0) - 35;
var initWidth = Math.floor($(document).width() * 100.0 / 33.0);
var initHeight = Math.floor(document.height * 100.0 / 33.0) - 35;
var initWidth = Math.floor(document.width * 100.0 / 33.0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you're getting the wrong width for the Verovio renderer. The rendering height overflows the footer.

@krHERO krHERO modified the milestones: 1.1.0, 1.2.0 Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

[ftr] reduce dependencies: tipped.js and he.js

3 participants