You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fancybox library is currently used for previewing images, maps, and PDFs in the MetadataView. This library is a little overkill for our needs and I believe we can just use Bootstrap's modal feature instead.
This should decrease the size of MetacatUI and reduce the load time of the app, which currently needs to grab extra JS and CSS files for the Fancybox library.
The text was updated successfully, but these errors were encountered:
In #2027, I found that fancybox slowed down page load since it has 3 separate CSS files and a JS file. Let's replace it or at least lazy load it if we need to keep it.
The Fancybox library is currently used for previewing images, maps, and PDFs in the MetadataView. This library is a little overkill for our needs and I believe we can just use Bootstrap's modal feature instead.
This should decrease the size of MetacatUI and reduce the load time of the app, which currently needs to grab extra JS and CSS files for the Fancybox library.
The text was updated successfully, but these errors were encountered: