Fixed: Use a worker for UI fuzzy search

This commit is contained in:
ta264
2019-12-09 22:02:02 +00:00
committed by Qstick
parent 963c832241
commit 624ee1daa4
7 changed files with 132 additions and 27 deletions

View File

@@ -1,6 +1,4 @@
/* eslint-disable-next-line no-undef */
__webpack_public_path__ = `${window.Lidarr.urlBase}/`;
import './preload.js';
import React from 'react';
import { render } from 'react-dom';
import { createBrowserHistory } from 'history';