discourse/app/assets/javascripts/select-kit/components
Penar Musaraj 03deda2147
Upgrade to FontAwesome 5 (take two) (#6673)
* Add missing icons to set

* Revert FA5 revert

 This reverts commit 42572ff

* use new SVG syntax in locales

* Noscript page changes (remove login button, center "powered by" footer text)

* Cast wider net for SVG icons in settings

- include any _icon setting for SVG registry (offers better support for plugin settings)

- let themes store multiple pipe-delimited icons in a setting

- also replaces broken onebox image icon with SVG reference in cooked post processor

* interpolate icons in locales

* Fix composer whisper icon alignment

* Add support for stacked icons

* SECURITY: enforce hostname to match discourse hostname

This ensures that the hostname rails uses for various helpers always matches
the Discourse hostname

* load SVG sprite with pre-initializers

* FIX: enable caching on SVG sprites

* PERF: use JSONP for SVG sprites so they are served from CDN

This avoids needing to deal with CORS for loading of the SVG

Note, added the svg- prefix to the filename so we can quickly tell in
dev tools what the file is

* Add missing SVG sprite JSONP script to CSP

* Upgrade to FA 5.5.0

* Add support for all FA4.7 icons

- adds complete frontend and backend for renamed FA4.7 icons

- improves performance of SvgSprite.bundle and SvgSprite.all_icons

* Fix group avatar flair preview

- adds an endpoint at /svg-sprites/search/:keyword

- adds frontend ajax call that pulls icon in avatar flair preview even when it is not in subset

* Remove FA 4.7 font files
2018-11-26 16:49:57 -05:00
..
category-drop prettier 2018-09-18 13:39:58 -04:00
combo-box DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
dropdown-select-box Add btn-default class to all default buttons (#6521) 2018-10-24 16:09:36 -04:00
future-date-input-selector DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
mini-tag-chooser DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
multi-select FIX: allows forcing unsafe string in select-kit (#6386) 2018-09-12 12:19:04 +02:00
notifications-button FIX: use the correct notification levels titles for PMs 2018-06-26 14:01:52 +02:00
period-chooser DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
select-kit FIX: allows forcing unsafe string in select-kit (#6386) 2018-09-12 12:19:04 +02:00
tag-drop DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
admin-agree-flag-dropdown.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
admin-delete-flag-dropdown.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
admin-group-selector.js.es6 UX: confirmation before changing group membership in admin (#6426) 2018-10-01 21:34:08 -07:00
categories-admin-dropdown.js.es6 caret icon is redundant on hamburger menu button 2018-10-02 15:06:50 -04:00
category-chooser.js.es6 FIX: makes select-kit match searches with accents (filter and content) 2018-06-26 12:19:14 +02:00
category-drop.js.es6 FIX: improves category/tag drops header shortcuts (#6610) 2018-11-15 15:21:40 +01:00
category-notifications-button.js.es6 FIX: don't send multiple requests when changing category notification (#6435) 2018-10-01 23:41:23 +08:00
category-row.js.es6 FIX: category row title (#6597) 2018-11-13 13:35:45 +01:00
category-selector.js.es6 FIX: makes select-kit match searches with accents (filter and content) 2018-06-26 12:19:14 +02:00
combo-box.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
composer-actions.js.es6 FIX: prefills username for new message on first post (#6305) 2018-08-23 11:09:35 +02:00
dropdown-select-box.js.es6 FIX: select-kit refactoring 2018-03-22 11:29:55 +01:00
future-date-input-selector.js.es6 Set individual future-date-input components as clearable, fixes admin Safari bug (#6522) 2018-10-26 11:34:55 +11:00
group-dropdown.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
group-members-dropdown.js.es6 caret icon is redundant on hamburger menu button 2018-10-02 15:06:50 -04:00
group-notifications-button.js.es6
list-setting.js.es6 FIX: allows forcing unsafe string in select-kit (#6386) 2018-09-12 12:19:04 +02:00
mini-tag-chooser.js.es6 Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
multi-select.js.es6 FIX: improves category/tag drops header shortcuts (#6610) 2018-11-15 15:21:40 +01:00
none-category-row.js.es6 FIX: select-kit refactoring 2018-03-22 11:29:55 +01:00
notifications-button.js.es6 fix prettier 2018-06-26 15:31:43 +03:00
period-chooser.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
pinned-button.js.es6
pinned-options.js.es6 Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
search-advanced-category-chooser.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
select-kit.js.es6 FIX: improves category/tag drops header shortcuts (#6610) 2018-11-15 15:21:40 +01:00
single-select.js.es6 FIX: improves category/tag drops header shortcuts (#6610) 2018-11-15 15:21:40 +01:00
tag-chooser.js.es6 FIX: Prevent duplicate tags in tag-choosers (#6512) 2018-10-19 13:44:43 +01:00
tag-drop.js.es6 FIX: improves category/tag drops header shortcuts (#6610) 2018-11-15 15:21:40 +01:00
tag-group-chooser.js.es6 FIX: Prevent duplicate tags in tag-choosers (#6512) 2018-10-19 13:44:43 +01:00
tag-notifications-button.js.es6 UX: Improving tag topic list navigation consistency 2018-08-16 00:02:26 -04:00
toolbar-popup-menu-options.js.es6 FIX: ensures onSelect/onDeselect are called 2018-09-18 11:31:23 +02:00
topic-footer-mobile-dropdown.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
topic-notifications-button.js.es6
topic-notifications-options.js.es6 missing prettified files 2018-06-15 18:42:20 +02:00