Skip to content
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

Improved: Changed the Header logo and Favicon from Moqui logo to HotWax logo #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions base-component/webroot/data/UpgradeData_Upcoming.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<entity-facade-xml type="ext-upgrade-upcoming">

<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT_QUASAR" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"
resourceValue="/images/HotWaxLogoDark.png"/>

<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"
resourceValue="/images/HotWaxLogoDark.png"/>

</entity-facade-xml>
2 changes: 1 addition & 1 deletion base-component/webroot/data/WebrootQuasarThemeData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ along with this software (see the LICENSE.md file). If not, see

<!-- Logo, icon, body class -->
<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT_QUASAR" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"
resourceValue="/images/MoquiLogoSmall.png"/>
resourceValue="/images/HotWaxLogoDark.png"/>
<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT_QUASAR" sequenceNum="101" resourceTypeEnumId="STRT_SHORTCUT_ICON"
resourceValue="/favicon.ico"/>
<!-- <moqui.screen.ScreenThemeResource screenThemeId="DEFAULT_QUASAR" sequenceNum="102" resourceTypeEnumId="STRT_BODY_CLASS"
Expand Down
2 changes: 1 addition & 1 deletion base-component/webroot/data/WebrootThemeData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ along with this software (see the LICENSE.md file). If not, see

<!-- Logo, icon, body class -->
<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"
resourceValue="/images/MoquiLogoSmall.png"/>
resourceValue="/images/HotWaxLogoDark.png"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add in upgrade data as well

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sure

<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT" sequenceNum="101" resourceTypeEnumId="STRT_SHORTCUT_ICON"
resourceValue="/favicon.ico"/>
<moqui.screen.ScreenThemeResource screenThemeId="DEFAULT" sequenceNum="102" resourceTypeEnumId="STRT_BODY_CLASS"
Expand Down
Binary file modified base-component/webroot/screen/webroot/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.