-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme override #4
Comments
Hi Hanno, From: Hanno Lans <[email protected]mailto:[email protected]> When you do a checkout of the code your theme images can get overridden with the default images of IMA. Is it possible to have a directory where you can keep your own theme or reorganise it in a separate directory that we can git ignore? — This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact Kris Arnold by reply email and destroy all copies of the original message. |
Looks like this suggestion is specific to the iOS app. In that case, it is a harder question. Forking the repository might be the best approach if you plan on making a round of changes. You can always pull changes across after the fact. |
Yes, this is specific for the iOS app. I would prefer not to fork as we can then contribute and get new changes form the app. |
I don't think ignoring the media is an option because we want the app to run out of the box. I also don't know of a way that iOS allows you to override graphics. Assigning to Dan to see if he has any ideas. Otherwise I still think forking is easiest. This lets you easily pull changes back and forth including making it easier for you to provide pull requests with enhancements. |
Yes, forking is an option for now. Roadmap for the future could be that museums can upload the theme images in the TAP-CMS and can export this to the app? |
At the moment the only items that we do not currently export on the authoring side are the keypad graphics, the top banner, and the initial animation graphics. Now the initial splash screen and application icon can not be themed this way because they are handled differently by the application. |
When you do a checkout of the code your theme images can get overridden with the default images of IMA. Is it possible to have a directory where you can keep your own theme or reorganise it in a separate directory that we can git ignore?
The text was updated successfully, but these errors were encountered: