-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Replace "elephant_ui_plane.svg" asset with Custom mascot #8766
Conversation
There is a hardcoded path for the file in
and
but I don't understand how to make them dynamic yet. |
Maybe I'm a bit nitpicky but could we squash these commits into one? |
I need to get my head around git - I'd assume this would be squashed at merge? or can I squash them before hand? Update: steps below worked as expected. I'll aim to keep future PRs in similar condition. |
The merge would bring all your commits into master. The easiest way would probably be running:
And then doing a force push to your branch (with |
One thing that comes to mind is, if you're planning to make all mascots customizable, naming the setting "mascot" is not going to age well. On the other hand... There are really a lot of elephants in the UI. If only some can be configured, it's going to be an inconsistency, but if you're going to customize all of them, that's a big mess too. I'm not sure if that can of worms should be opened at all? |
@Gargron mascot was used because that's the common reference in the code - but I understand it could be confusing.. Maybe it's better to talk about goals - I want to change this dude every now and then. as mentioned in #8525 Is your recommendation to edit the hardcoded paths/css directly and rebuild? this means I'm The cleaner option might be expanding the official documentation with the recommend practices to modify there things. |
If you DO want to go down that path - maybe we need to move theming into it's own menu in administration. right now... I'd be interested in quick/easy replacement for Image based theming
but mascot dude is the only one I truly care about |
@MaciekBaron @ashleyhull-versent we always squash PRs when merging them, so it's not very important to do so ahead of time. |
is there any way to revert customized mascot back to default one? |
This is my first pass of this feature patch... I'm new to Ruby.. I'll test and patch bugs tonight.