vrchat-community/template-package-listing

The modal for displaying package details can not account for multiple packages

konsti219 opened this issue · 2 comments

The current modal in index.html for displaying package details can not account for multiple packages, and instead just always displays some hard coded values.

Possible solutions are:

  • Moving the modal markup into the loop to create one for each package
  • Removing the modal entirely because (imo) it doesn't contain much useful info anyway and filling the space the button took up with the version number

This is also an issue for https://github.com/vrchat-community/template-package but less severe because there usually only one package is displayed.

Sorry, this actually seems to work via js. Would be nice if the markup made it more obvious.