mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Add SearchMixin
A little clunky and still missing server-side
This commit is contained in:
@@ -14,8 +14,11 @@ registerIconLibrary('default', {
|
||||
/**
|
||||
* Override some shoelace icons with EGroupware icons
|
||||
* In particular, the data: ones give errors with our CSP
|
||||
* hacky hack to temporarily work around until CSP issue is fixed
|
||||
*
|
||||
* @see https://my.egroupware.org/egw/index.php?menuaction=tracker.tracker_ui.edit&tr_id=68774
|
||||
*/
|
||||
const egw_icons = {'chevron-down': 'arrow_down'}
|
||||
const egw_icons = {'chevron-down': 'arrow_down', 'x': 'close'}
|
||||
registerIconLibrary("system", {
|
||||
resolver: (name) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user