Add SearchMixin

A little clunky and still missing server-side
This commit is contained in:
nathan
2022-05-30 17:05:00 -06:00
parent ae75801033
commit bc045bf0da
3 changed files with 424 additions and 3 deletions

View File

@@ -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) =>
{