discourse/public/images
David Taylor 0e303c7f5d
FEATURE: Automatically generate optimized site metadata icons (#7372)
This change automatically resizes icons for various purposes. Admins can now upload `logo` and `logo_small`, and everything else will be auto-generated. Specific icons can still be uploaded separately if required.

## Core

- Adds an SiteIconManager module which manages automatic resizing and fallback

- Icons are looked up in the OptimizedImage table at runtime, and then cached in Redis. If the resized version is missing for some reason, then most icons will fall back to the original files. Some icons (e.g. PWA Manifest) will return `nil` (because an incorrectly sized icon is worse than a missing icon). 

- `SiteSetting.site_large_icon_url` will return the optimized version, including any fallback. `SiteSetting.large_icon` continues to return the upload object. This means that (almost) no changes are required in core/plugins to support this new system.

- Icons are resized whenever a relevant site setting is changed, and during post-deploy migrations

## Wizard

- Allows `requiresRefresh` wizard steps to reload data via AJAX instead of a full page reload

- Add placeholders to the **icons** step of the wizard, which automatically update from the "Square Logo"

- Various copy updates to support the changes

- Remove the "upload-time" resizing for `large_icon`. This is no longer required.

## Site Settings UX

- Move logo/icon settings under a new "Branding" tab

- Various copy changes to support the changes

- Adds placeholder support to the `image-uploader` component

- Automatically reloads site settings after saving. This allows setting placeholders to change based on changes to other settings

- Upload site settings will be assigned a placeholder if SiteIconManager `responds_to?` an icon of the same name

## Dashboard Warnings

- Remove PWA icon and PWA title warnings. Both are now handled automatically.

## Bonus

- Updated the sketch logos to use @awesomerobot's new high-res designs
2019-05-01 14:44:45 +01:00
..
emails FEATURE: New summary/digest email design 2016-11-18 14:03:42 -05:00
emoji FIX: correctly uses woman version of previously genderless emojis (#7285) 2019-03-29 10:53:29 +01:00
welcome revise new user welcome for 1.6 2016-06-10 23:54:52 -07:00
wizard optimize tada.svg 2016-10-19 17:41:17 +02:00
avatar.png zopflipng all png images for reduced file size 2015-12-18 17:05:36 -08:00
d-logo-sketch-small.png zopflipng all png images for reduced file size 2015-12-18 17:05:36 -08:00
d-logo-sketch.png zopflipng all png images for reduced file size 2015-12-18 17:05:36 -08:00
default-apple-touch-icon.png zopflipng all png images for reduced file size 2015-12-18 17:05:36 -08:00
default-favicon.ico move unhashed images into public images directory. asset precompile does not keep around unhashed urls in prd 2013-12-23 10:06:33 +11:00
default-favicon.png zopflipng all png images for reduced file size 2015-12-18 17:05:36 -08:00
discourse-logo-sketch-small.png FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
discourse-logo-sketch.png FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
envelope.svg FEATURE: new invite acceptance page, where username can be chosen and password can be set 2017-02-15 16:51:57 -05:00
lock.svg FEATURE: redesign the change password page to use javascript and validations 2017-02-03 16:09:24 -05:00
transparent.png FEATURE: server side support for upload:// markdown 2017-08-22 11:46:23 -04:00