Latest version | 1.7.0 |
---|---|
Minimum Core | 10 |
Compatible Core | 11.313 |
Last updated | 5 months ago |
Created | 3 years ago |
Authors |
|
Languages |
Deutsch English Español 日本語 |
Systems | All systems |
Dependencies |
lib - ColorSettings |
Project source | Project URL |
Read-me | Readme URL |
Changelog | Changelog URL |
License | License URL |
Extremely Configurable UI module, allows the user to hide, collapse or auto-hide components separately.
This includes hiding Foundry's Logo, Players List, Scene Navigation and Macro Bar.
(Minimal UI + Window Controls)
I work on this module based on my personal preferences, and of course share it with others because I love doing so!
Having said that, I only use a small limited subset of modules myself, and making modules work with others out there takes work, which I am usually honestly not motivated to do. Do consider inviting me a Coffee and let me know which one doesn't work for you, I'll be more inspired afterwards :)
Do track the issue however, it is good that it is not forgotten, or of course feel welcome to submit a pull request that makes it work and I'll happily accept it and give credits.
If you are a Module developer, do consider being Minimal UI Friendly. In terms of colors, this snippet may help you when sharing the colors that Minimal UI settings apply:
if (game.modules.get('minimal-ui')?.active) {
const rootStyle = document.querySelector(':root').style;
rootStyle.setProperty('--any1-color-property', game.settings.get('minimal-ui', 'shadowColor'));
rootStyle.setProperty('--any2-color-property', game.settings.get('minimal-ui', 'borderColor'));
}
These are bugs in FoundryVTT that are not currently addressed but are more obvious when using Minimal UI
MinimalUI is made as agnostic as possible. Yet, it is impossible to ensure maximum compatibility. I invite you to share any systems or modules that conflict with MinimalUI or do not look correctly. Also do share systems and modules Minimal UI already works with too!
Plugins: rollup
, rollup-plugin-css-porter
, npm-build-zip
Build Script: npm run build
Thanks to JetBrains I can work on this project using WebStorm.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: minimal-ui or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
Why does this mod require a minimum core of 0.8.3 when it’s not on the Release channel yet? Please don’t require people to use the Beta channel.