Really nice, would consider release the source code ? That way I can make it to fit what I have custom in my source code. I have like custom images for the buttons or extra things for the slots to place Items on the ground etc.
Currently, only the primary theme is included. I plan to add an option to easily change the theme from the inventory. Ofc you can edit the gradient and colors in the css if you want to
Iโll add an option to change it easily soon. In the meantime, you can refer to InventoryLogo Iโve used an SVG to ensure the color adapts dynamically to the theme.
No obfuscation. Source code may not be obfuscated or minified. At all times must your release include source code. You may include compiled files (i.e. for a C# script) as long as source code is provided.
Iโve added an easier way to replace the logo by using an image URL instead of the SVG. You can find the updated build in my GitHub repository.
And for those who were waiting for the full source code to be able to build it, Iโve made it available on the custom branch of the ox_inventory repos