Skip to content
Snippets Groups Projects
Commit 8f4e5735 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '254-favicon-should-contain-only-school-bag' into 'master'

Resolve "Favicon should contain only school bag"

Closes #254

See merge request !772
parents 662f796e a29d1d00
No related branches found
No related tags found
Loading
Pipeline #46340 canceled
...@@ -18,6 +18,12 @@ Fixed ...@@ -18,6 +18,12 @@ Fixed
~~~~~ ~~~~~
* Correctly update theme colours on change again * Correctly update theme colours on change again
* Use correct favicon as default AlekSIS favicon
Removed
~~~~~~~
* Remove old generated AlekSIS icons
* Imprint is now called "Imprint" and not "Impress". * Imprint is now called "Imprint" and not "Impress".
* Logo files weren't uploaded to public namespace. * Logo files weren't uploaded to public namespace.
......
...@@ -664,7 +664,7 @@ if _settings.get("dev.uwsgi.celery", DEBUG): ...@@ -664,7 +664,7 @@ if _settings.get("dev.uwsgi.celery", DEBUG):
DEFAULT_FAVICON_PATHS = { DEFAULT_FAVICON_PATHS = {
"pwa_icon": os.path.join(STATIC_ROOT, "img/aleksis-icon.png"), "pwa_icon": os.path.join(STATIC_ROOT, "img/aleksis-icon.png"),
"favicon": os.path.join(STATIC_ROOT, "img/aleksis-icon.png"), "favicon": os.path.join(STATIC_ROOT, "img/aleksis-favicon.png"),
} }
PWA_ICONS_CONFIG = { PWA_ICONS_CONFIG = {
"android": [192, 512], "android": [192, 512],
......
aleksis/core/static/icons/android_192.png

12.3 KiB

aleksis/core/static/icons/android_512.png

37.5 KiB

aleksis/core/static/icons/apple_114.png

7.19 KiB

aleksis/core/static/icons/apple_152.png

9.67 KiB

aleksis/core/static/icons/apple_180.png

11.4 KiB

aleksis/core/static/icons/apple_76.png

4.9 KiB

aleksis/core/static/icons/favicon_16.png

830 B

aleksis/core/static/icons/favicon_32.png

1.36 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment