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
Some resources like icons and fonts are loading externally which means offline servers or protected networks can't load the web UI properly, would it be possible to bundle these resources and serve them locally?
It wouldn't be hard I believe - we just need to move the assets into the /public folder under the app and then change our resources to point there instead. Open to any contributions as this should be relatively straightforward of a fix :)
Activity
MikeShi42 commentedon May 14, 2025
It wouldn't be hard I believe - we just need to move the assets into the
/public
folder under the app and then change our resources to point there instead. Open to any contributions as this should be relatively straightforward of a fix :)MiguelRipoll23 commentedon May 14, 2025
That’s great! I will submit a PR then.
I’ll copy the resources to the public directory and update the references:
https://github.com/hyperdxio/hyperdx/blob/main/packages/app/.storybook/preview-head.html
MiguelRipoll23 commentedon Jun 5, 2025
@MikeShi42 I opened a pull request, I’m open to suggestions or changes if needed