SYMBOL INDEX (40 symbols across 24 files) FILE: content/src/scripts/components/Backdrop/Backdrop.jsx function Backdrop (line 5) | function Backdrop({ showSearchbar, setShowSearchbar }) { FILE: content/src/scripts/components/Loader/Loader.jsx function Loader (line 5) | function Loader({ size }) { FILE: content/src/scripts/components/Pane/Pane.jsx function Pane (line 17) | function Pane({ FILE: content/src/scripts/components/SVG/SVG.jsx function SVG (line 9) | function SVG({ icon, height, style }) { FILE: content/src/scripts/components/SVG/assets/Branch.jsx function Branch (line 3) | function Branch({ height, style }) { FILE: content/src/scripts/components/SVG/assets/Close.jsx function Close (line 3) | function Close({ height, style }) { FILE: content/src/scripts/components/SVG/assets/Half.jsx function Half (line 3) | function Half({ height, style }) { FILE: content/src/scripts/components/SVG/assets/Repo.jsx function Repo (line 3) | function Repo({ height, style }) { FILE: content/src/scripts/components/SVG/assets/Search.jsx function Search (line 3) | function Search({ height, style }) { FILE: content/src/scripts/components/Toggler/Toggler.jsx function Toggle (line 5) | function Toggle({ pinned, handleClick }) { FILE: content/src/scripts/components/TreeItem/TreeItem.jsx function TreeItem (line 9) | function TreeItem({ FILE: content/src/scripts/containers/SearchBar/SearchBar.jsx function SearchBar (line 12) | function SearchBar({ FILE: content/src/scripts/containers/SearchBar/SearchBarResult.jsx function getAlternatingArray (line 6) | function getAlternatingArray(resultsLoading, query, term) { function renderHighlightedFileLocation (line 28) | function renderHighlightedFileLocation(resultsLoading, query, term) { function SearchBarResult (line 54) | function SearchBarResult({ FILE: content/src/scripts/containers/TreeList/TreeList.jsx function TreeList (line 55) | function TreeList({ FILE: content/src/scripts/containers/app/App.jsx class App (line 30) | class App extends Component { method constructor (line 31) | constructor(props) { method componentDidMount (line 66) | componentDidMount() { method componentDidUpdate (line 79) | componentDidUpdate(prevProps, prevState) { method render (line 105) | render() { FILE: content/src/scripts/containers/app/WebWorker.js class WebWorker (line 1) | class WebWorker { method constructor (line 2) | constructor(worker) { FILE: content/src/scripts/contexts/OptionsContext.js function OptionsProvider (line 13) | function OptionsProvider({ children, options }) { FILE: content/src/scripts/libs/contentDark.js function fireContentLoadedEvent (line 43) | function fireContentLoadedEvent() { FILE: content/src/scripts/utils/styling.js function extractE (line 40) | function extractE(transformValue) { FILE: content/src/scripts/utils/throttle.js function throttle (line 1) | function throttle(func, wait, options) { FILE: content/src/scripts/utils/useEventListener.js function useEventListener (line 3) | function useEventListener(eventName, handler, element = window) { FILE: event/src/types/API.js constant FETCH_TREE (line 1) | const FETCH_TREE = "FETCH_TREE"; constant UPDATE_TREE (line 2) | const UPDATE_TREE = "UPDATE_TREE"; constant OPEN_DIR (line 4) | const OPEN_DIR = "OPEN_DIR"; constant CLOSE_DIR (line 5) | const CLOSE_DIR = "CLOSE_DIR"; constant FETCH_SEARCH_TERMS (line 7) | const FETCH_SEARCH_TERMS = "FETCH_SEARCH_TERMS"; FILE: event/src/types/UI.js constant TOGGLE_PINNED (line 1) | const TOGGLE_PINNED = "TOGGLE_PINNED"; constant TOGGLE_OPENED (line 2) | const TOGGLE_OPENED = "TOGGLE_OPENED"; constant SET_WIDTH (line 4) | const SET_WIDTH = "SET_WIDTH"; constant SET_CLICKED (line 6) | const SET_CLICKED = "SET_CLICKED"; constant OPTIONS_CHANGED (line 8) | const OPTIONS_CHANGED = "OPTIONS_CHANGED"; FILE: popup/src/scripts/components/options/options.jsx function Option (line 5) | function Option({ id, value, label, type, handleChange }) { function Options (line 24) | function Options({ options, optionList, changeOptions }) {