matomo-org/matomo-icons
View on GitHubUnify name of placeholder icon and use proper icon instead of empty png.
Open
#11 opened on May 10, 2017
Hacktoberfestfile structure
Repository metrics
- Stars
- (29 stars)
- PR merge metrics
- (Avg merge 3h 55m) (2 merged PRs in 30d)
Description
At the moment the placeholder icon (Transparent png) has multiple different names, which is bugging me for some time.
placeholder_icon_filenames = {
"brand": "unk.png",
"browsers": "UNK.png",
"devices": "unknown.png",
"os": "UNK.png",
"searchEngines": "xx.png",
"socials": "xx.png"
}
It would be nice to rename them to one common name (e.g. unk.png).
This also needs to be changed in Piwik (functions for generating icon path and in tests) and in the ReferrersManager-Plugin (see https://github.com/sgiehl/piwik-plugin-ReferrersManager/pull/11)