pulibrary / figgy

Valkyrie-based digital repository backend.
Other
35 stars 4 forks source link

Adds UV click event listener and sends custom event to Plausible #6438

Closed sdellis closed 1 week ago

sdellis commented 1 week ago

This may be a naive approach, but it listens for a click event on the #uv element, logs it (for testing), and dispatches a uv-click event to Plausible. I am unsure of how to test this in Plausible to make sure it was received.

sdellis commented 1 week ago

Fixes #6378